Simple Mbed Cloud Client application using features of K64 & K66
Connect to Mbed Cloud!
This example was customized a bit for FRDM-K66 and FRDM-K64F.
It depends on having an SD Card plugged in for storage of credentials. It could be changed later to use a SPI flash or other storage on a shield or wired in.
The app keeps track of how many times switch 2 (SW2) is pressed. The value can be retrieved via a GET request to Mbed Cloud.
Also, it will blink a pattern based on milisecond (ms) timing values that can be sent from Mbed Cloud. The pattern can be sent with a PUT request and the blinking sequence can be triggered by a POST request.
History
remove sd driver. its in mbed-os now.
2018-10-09, by maclobdell [Tue, 09 Oct 2018 22:08:16 -0500] rev 15
remove sd driver. its in mbed-os now.
update config for K66F to set default storage as SD Card
2018-10-08, by maclobdell [Mon, 08 Oct 2018 22:00:32 -0500] rev 14
update config for K66F to set default storage as SD Card
Update to template version 1.4.1
2018-10-05, by maclobdell [Fri, 05 Oct 2018 13:11:30 -0500] rev 13
Update to template version 1.4.1
Add configuration for K64F & K66F (critical for K66F which does not have default configs)
2018-05-18, by maclobdell [Fri, 18 May 2018 21:28:25 +0000] rev 12
Add configuration for K64F & K66F (critical for K66F which does not have default configs)
update case in .lib file for simple-mbed-cloud-client
2018-05-10, by maclobdell [Thu, 10 May 2018 16:02:35 -0500] rev 11
update case in .lib file for simple-mbed-cloud-client
add license, readme, resources file
2018-05-10, by maclobdell [Thu, 10 May 2018 06:28:36 -0500] rev 10
add license, readme, resources file
update to new public version of cloud client
2018-05-10, by maclobdell [Thu, 10 May 2018 06:28:06 -0500] rev 9
update to new public version of cloud client
customized template application to use button and led on K64 and K66.
2018-02-19, by maclobdell [Mon, 19 Feb 2018 20:37:36 +0000] rev 8
customized template application to use button and led on K64 and K66.
Add MCC configuration
2018-02-19, by MarceloSalazar [Mon, 19 Feb 2018 15:27:47 +0000] rev 7
Add MCC configuration
Postponing timer until after registration complete
2018-02-15, by bridadan [Thu, 15 Feb 2018 10:14:35 -0600] rev 6
Postponing timer until after registration complete