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

mbed_app.json

Committer:
Okoshi
Date:
2016-12-22
Revision:
10:0db5d718029c
Parent:
8:72d49a084297

File content as of revision 10:0db5d718029c:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Password\""
        },
        "thingspeak_key": {
            "help": "Thing Speak Key",
            "value": "\"XXXXXXXXXXXXXXX\""
        }  
    },
    "target_overrides": {
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has": ["EMAC"]
        }
    }
}