Simple Mbed Cloud client application using features of GR-LYCHEE including Wi-Fi and SD Card
Fork of mbed-cloud-example_GR-LYCHEE by
Homepage
Instructions to use this program from online IDE¶
Follow quick-start instruction. https://cloud.mbed.com/guides/connect-device-to-pelion
Instructions to use this program with mbed CLI¶
Import the application into your desktop:
mbed import https://os.mbed.com/teams/Renesas/code/mbed-cloud-example_GR-LYCHEE/ cd mbed-cloud-example_GR-LYCHEE
- Download the developer certificate from Mbed Cloud.
- Set your Wi-Fi access point SSID and password in the mbed_app.json.
"nsapi.default-wifi-ssid" : "\"SSID\"", "nsapi.default-wifi-password" : "\"Password\""
Compile and program:
mbed compile -t <toolchain> -m GR_LYCHEE
(supported toolchains : GCC_ARM / ARM / IAR)
Note
This platform and application is suitable for evaluation and initial development. For production purposes, we recommend to use a different variant with built-in security features - for more information please contact Renesas (https://en-support.renesas.com/mytickets)