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.

Committer:
MarceloSalazar
Date:
Wed Feb 14 13:20:30 2018 +0000
Revision:
2:6ed27f413b30
Parent:
1:1ccf36276cd3
Child:
3:bd00f3af8f03
Update Simple MCC lib

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MarceloSalazar 0:e13a8a944e25 1 {
MarceloSalazar 0:e13a8a944e25 2 "macros": [
MarceloSalazar 0:e13a8a944e25 3 "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"",
MarceloSalazar 0:e13a8a944e25 4 "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
MarceloSalazar 0:e13a8a944e25 5 "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
MarceloSalazar 0:e13a8a944e25 6 "PAL_DTLS_PEER_MIN_TIMEOUT=5000",
MarceloSalazar 0:e13a8a944e25 7 "MBED_CONF_APP_MAIN_STACK_SIZE=4608"
MarceloSalazar 0:e13a8a944e25 8 ],
MarceloSalazar 0:e13a8a944e25 9 "target_overrides": {
MarceloSalazar 0:e13a8a944e25 10 "*": {
MarceloSalazar 0:e13a8a944e25 11 "platform.stdio-baud-rate": 115200,
MarceloSalazar 0:e13a8a944e25 12 "platform.stdio-convert-newlines": true,
MarceloSalazar 0:e13a8a944e25 13 "mbed-client.event-loop-size": 1024,
MarceloSalazar 0:e13a8a944e25 14 "mbed-trace.enable": null
MarceloSalazar 0:e13a8a944e25 15 }
MarceloSalazar 0:e13a8a944e25 16 },
MarceloSalazar 0:e13a8a944e25 17 "config": {
MarceloSalazar 0:e13a8a944e25 18 "developer-mode": {
MarceloSalazar 0:e13a8a944e25 19 "help": "Enable Developer mode to skip Factory enrollment",
MarceloSalazar 0:e13a8a944e25 20 "value": 1
MarceloSalazar 0:e13a8a944e25 21 }
MarceloSalazar 0:e13a8a944e25 22 }
MarceloSalazar 0:e13a8a944e25 23 }