Version of HelloMQTT with u-blox cellular (C027 and C030) boards added.

Dependencies:   C12832 MQTT easy-connect ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

Fork of HelloMQTT by MQTT

mbed_app.json

Committer:
philware
Date:
2017-09-28
Revision:
31:22e7fd7b12b3
Parent:
21:c409940bccdc

File content as of revision 31:22e7fd7b12b3:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD,,WIFI_ODIN,WIFI_REALTEK,CELLULAR_UBLOX",
            "value": "CELLULAR_UBLOX"
        },
        "mesh_radio_type": {
            "help": "options are ATMEL, MCR20",
            "value": "ATMEL"
        },
        "esp8266-tx": {
            "help": "Pin used as TX (connects to ESP8266 RX)",
            "value": "D1"
        },
        "esp8266-rx": {
            "help": "Pin used as RX (connects to ESP8266 TX)",
            "value": "D0"
        },
        "esp8266-ssid": {
            "value": "\"SSID\""
        },
        "esp8266-password": {
            "value": "\"Password\""
        },
        "esp8266-debug": {
            "value": true
        },
        "lcd-mosi": {
            "value": "D11",
            "macro_name": "LCD_MOSI"
        },
        "lcd-sck": {
            "value": "D13",
            "macro_name": "LCD_SCK"
        },
        "lcd-miso": {
            "value": "D12",
            "macro_name": "LCD_MISO"
        },
        "lcd-a0": {
            "value": "D7",
            "macro_name": "LCD_A0"
        },
        "lcd-ncs": {
            "value": "D10",
            "macro_name": "LCD_NCS"
        },
        "default-pin": {
            "help": "For cellular only, the current value of the SIM PIN as a string; only used if PIN checking is enabled on your SIM (not required by default for a C030 board)",
            "value": "\"1234\""
        },
        "apn": {
            "help": "For cellular only, the APN string to use for your SIM/network, set to 0 if none (use none for C030)",
            "value": 0
        },
        "username": {
            "help": "For cellular only, the user name string to use for your APN, set to zero if none (use none for C030)",
            "value": 0
        },
        "password": {
            "help": "For cellular only, the password string to use for your APN, set to 0 if none (use none for C030)",
            "value": 0
        }
    },
    "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
        },
        "HEXIWEAR": {
            "esp8266-tx": "PTD3",
            "esp8266-rx": "PTD2"
        },
        "NUCLEO_F401RE": {
            "esp8266-tx": "D8",
            "esp8266-rx": "D2"
        },
        "NUCLEO_F411RE": {
            "esp8266-tx": "D8",
            "esp8266-rx": "D2"
        }
    }
}