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 14:e93c68cf7faa, committed 2018-05-11
- Comitter:
- mmahadevan
- Date:
- Fri May 11 11:52:54 2018 +0000
- Parent:
- 13:6669e1e62d6f
- Child:
- 15:8e0e2fd18a66
- Commit message:
- Update to new public version of cloud client
Changed in this revision
| sd-driver.lib | Show annotated file Show diff for this revision Revisions of this file |
| simple-mbed-cloud-client.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/sd-driver.lib Thu May 10 16:02:35 2018 -0500 +++ b/sd-driver.lib Fri May 11 11:52:54 2018 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/sd-driver/#f4ab55df7768cfcb049b522bebd30218ee729c81 +https://github.com/ARMmbed/sd-driver/#f4ab55df7768cfcb049b522bebd30218ee729c81
--- a/simple-mbed-cloud-client.lib Thu May 10 16:02:35 2018 -0500 +++ b/simple-mbed-cloud-client.lib Fri May 11 11:52:54 2018 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/simple-mbed-cloud-client/#3b72d712ccdb1fbdfa1bdec5209b52f5b813d819 +https://github.com/ARMmbed/mbed-cloud-client-restricted/#2cabb6ba035e130093f0de193db1fed5eff9df43
Toyomasa Watarai
