Simple Mbed Cloud client application using features of K64F including Wi-Fi and SD Card

Fork of mbed-cloud-connect-example-ethernet by NXP

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]

Changes

RevisionDateWhoCommit message
19:999d13f83602 2018-07-03 MACRUM Add sensor access code default tip
18:139960a75894 2018-07-03 MACRUM Initial commit
17:0a894bf1f5f2 2018-05-18 maclobdell Add configuration for K64F & K66F (critical for K66F which does not have default configs)
16:6c1996d17e4c 2018-05-14 MarceloSalazar Update Simple MCC to v1.3.0
15:8e0e2fd18a66 2018-05-14 MarceloSalazar Update Simple MCC to v1.3.0
14:e93c68cf7faa 2018-05-11 mmahadevan Update to new public version of cloud client
13:6669e1e62d6f 2018-05-10 maclobdell update case in .lib file for simple-mbed-cloud-client
12:3f30c0e55a8e 2018-05-10 maclobdell add license, readme, resources file
11:ae1f6fe932dc 2018-05-10 maclobdell update to new public version of cloud client
10:ceea650f6323 2018-02-21 MarceloSalazar Add Simple MCC library
9:1df0e7f5b802 2018-02-20 mmahadevan mbed-cloud example for K64 & K66
8:ace9e5de6491 2018-02-19 maclobdell customized template application to use button and led on K64 and K66.
7:179a952c4a39 2018-02-19 MarceloSalazar Add MCC configuration
6:254a7e7fbef1 2018-02-15 bridadan Postponing timer until after registration complete
5:c18fab181ede 2018-02-14 bridadan Enabling callbacks
4:a107dae867fb 2018-02-14 MarceloSalazar Remove useless README.md
3:bd00f3af8f03 2018-02-14 MarceloSalazar Simplified mbed_app.json config
2:6ed27f413b30 2018-02-14 MarceloSalazar Update Simple MCC lib
1:1ccf36276cd3 2018-02-14 MarceloSalazar Simplified version of application
0:e13a8a944e25 2018-02-13 MarceloSalazar First version