Simple Mbed Cloud client application using features of K64F including Wi-Fi and SD Card
Fork of mbed-cloud-connect-example-ethernet by
Configuration
- Put ESP-WROOM-02 shield
- Put Mbed Application Shield
- Edit the text in the main.cpp
#define WIFI_SSID "SSID" #define WIFI_PSWD "PASSWORD"
- Download and replace your developer certificate from Mbed Cloud portal from the menu [Mbed Cloud] - [Certificate]
Revision 16:6c1996d17e4c, committed 2018-05-14
- Comitter:
- MarceloSalazar
- Date:
- Mon May 14 11:13:56 2018 +0100
- Parent:
- 15:8e0e2fd18a66
- Commit message:
- Update Simple MCC to v1.3.0
Changed in this revision
| simple-mbed-cloud-client.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/simple-mbed-cloud-client.lib Mon May 14 10:57:53 2018 +0100 +++ b/simple-mbed-cloud-client.lib Mon May 14 11:13:56 2018 +0100 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-cloud-client-restricted/#785e84c2a92390a13563ade74f2f0a3622ea5675 +https://github.com/ARMmbed/simple-mbed-cloud-client/#3b72d712ccdb1fbdfa1bdec5209b52f5b813d819
Toyomasa Watarai
