v1

Dependencies:   MQTTSN mbed-http

mbed_app.json

Committer:
m_ahsan
Date:
2019-03-11
Revision:
15:557d0008dd2d

File content as of revision 15:557d0008dd2d:

{
    "macros": [
    ],
    "config": {
        "main-stack-size": {
            "value": 8192
        },
        "network-interface":{
            "help": "options are ETHERNET,WIFI_IDW0XX1, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
            "value": "WIFI_IDW0XX1"
        },
        "mesh_radio_type": {
            "help": "options are ATMEL, MCR20",
            "value": "ATMEL"
        },
        "esp8266-tx": {
            "help": "Pin used as TX (connects to ESP8266 RX)",
            "value": "D8"
        },
        "esp8266-rx": {
            "help": "Pin used as RX (connects to ESP8266 TX)",
            "value": "D2"
        },
        "wifi-ssid": {
            "value": "\"KICS-IOT-DHCP\""
        },
        "wifi-password": {
            "value": "\"AAAFFFBBBC\""
        },
        "esp8266-debug": {
            "value": true
        }
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
            "mbed-mesh-api.6lowpan-nd-channel-page": 0,
            "mbed-mesh-api.6lowpan-nd-channel": 12,
            "mbed-trace.enable": 0,
            "platform.stdio-baud-rate": 9600,
            "platform.stdio-convert-newlines": false
           },
        "HEXIWEAR": {
            "esp8266-tx": "PTD3",
            "esp8266-rx": "PTD2"
        },
        "NUCLEO_L476RG": {
            "esp8266-tx": "D8",
            "esp8266-rx": "D2"
        },
        "NUCLEO_F411RE": {
            "esp8266-tx": "D8",
            "esp8266-rx": "D2"
        }
    }
}