【 IoTを試そう [ODIN-W2(WiFi) + 温度計 + milkcocoa ] 】 ODIN-W2 にmbed ApplicationShiled をつないで、 https://developer.mbed.org/components/mbed-Application-Shield/ 温度のデータをMilkcocoaにアップするプログラムです。

Dependencies:   LM75B Milkcocoa-os

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

mbed_app.json

Committer:
Okoshi
Date:
2017-04-18
Revision:
17:79fa29aa6724
Parent:
10:5b5beb106156

File content as of revision 17:79fa29aa6724:

{
    "config": {
        "milkcocoa_app_id": {
            "help": "MilkCocoa Application ID",
            "value": "\"xxxxxxxxxxxx\"",
            "macro_name": "CONFIG_MILKCOCOA_APP_ID"
        },        
        "milkcocoa_datastore": {
            "help": "Milkcocoa Datastore",
            "value": "\"xxxxxxxxx\"",
            "macro_name": "CONFIG_MILKCOCOA_DATASTORE"
        },   
        "serial_console_speed": {
            "help": "Baud rate of the serial console",
            "value": 115200,
            "macro_name": "MBED_SERIAL_UART_SPEED"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"xxxxxxxxxxxxx\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"xxxxxxxxxxx\""
        },
        "wifi-tx": {
            "help": "TX pin for serial connection to external device",
            "value": "D1"
        },
        "wifi-rx": {
            "help": "RX pin for serial connection to external device",
            "value": "D0"
        }
    },
    "target_overrides": {
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has": ["EMAC"]
        },
        "NUCLEO_L476RG": {
            "wifi-tx": "D8",
            "wifi-rx": "D2"
        }
    }
}