Hackathon Repo

Dependencies:   C12832

configs/connected_demo_wifi.json

Committer:
sarahmarshy
Date:
2017-10-13
Revision:
9:179e6db867bd
Parent:
0:6b7ffde9f287

File content as of revision 9:179e6db867bd:

{
    "macros": [
        "APP_SHIELD_DEMO=0"
    ],
    "target_overrides": {
        "*": {
            "target.features_add": ["COMMON_PAL"],
            "platform.stdio-baud-rate": 115200,
            "platform.stdio-convert-newlines":true,
            "lwip.ipv4-enabled": true,
            "lwip.ipv6-enabled": false,
            "mbed-client.sn-coap-max-blockwise-payload-size": 512,
            "mbed-trace.enable": null
        },
        "UBLOX_EVK_ODIN_W2": {
            "update-client.application-details": "0x08020000",
            "update-client.bootloader-details": "0x0801D204"
        },
        "NUCLEO_F401RE": {
            "wifi-tx": "PA_11",
            "wifi-rx": "PA_12"
        },
        "NUCLEO_F411RE": {
            "wifi-tx": "PA_11",
            "wifi-rx": "PA_12"
        }
    },
    "config": {
        "network-interface":{
            "help": "Options are ETHERNET, WIFI_ESP8266, WIFI_ODIN",
            "value": "WIFI_ODIN"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Password\""
        },
        "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"
        },
        "developer-mode": {
            "help": "Enable Developer mode to skip Factory enrollment",
            "value": 1
        }
    }
}