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:
8:72d49a084297
Parent:
0:857719181846
Child:
10:0db5d718029c

File content as of revision 8:72d49a084297:

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