I tried ThinkSpeak functionality to the WiFi sample program. It is proven with ODIN-W2.

Dependencies:   LM75B

Fork of mbed-os-example-mbed5-wifi by mbed-os-examples

Committer:
Okoshi
Date:
Thu Dec 22 10:24:22 2016 +0000
Revision:
10:0db5d718029c
Parent:
8:72d49a084297
I tried ThinkSpeak  functionality to the WiFi sample program.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:857719181846 1 {
mbed_official 0:857719181846 2 "config": {
mbed_official 0:857719181846 3 "wifi-ssid": {
mbed_official 0:857719181846 4 "help": "WiFi SSID",
Okoshi 10:0db5d718029c 5 "value": "\"SSID\""
mbed_official 0:857719181846 6 },
mbed_official 0:857719181846 7 "wifi-password": {
mbed_official 0:857719181846 8 "help": "WiFi Password",
Okoshi 10:0db5d718029c 9 "value": "\"Password\""
Okoshi 8:72d49a084297 10 },
Okoshi 8:72d49a084297 11 "thingspeak_key": {
Okoshi 8:72d49a084297 12 "help": "Thing Speak Key",
Okoshi 10:0db5d718029c 13 "value": "\"XXXXXXXXXXXXXXX\""
Okoshi 8:72d49a084297 14 }
mbed_official 0:857719181846 15 },
mbed_official 0:857719181846 16 "target_overrides": {
mbed_official 0:857719181846 17 "UBLOX_EVK_ODIN_W2": {
mbed_official 0:857719181846 18 "target.device_has": ["EMAC"]
mbed_official 0:857719181846 19 }
mbed_official 0:857719181846 20 }
Okoshi 8:72d49a084297 21 }