SORACOM Harvest and Grove - Temperature&Humidity Sensor(DHT11) example for Wio cellular targets - Seeed Wio 3G and Wio LTE-M1/NB1(BG96)

Dependencies:   DHT-2

mbed_app.json

Committer:
MACRUM
Date:
2019-05-20
Revision:
2:cf787cebee82
Parent:
1:10dee4eeb55e
Child:
3:4c355eed5a07

File content as of revision 2:cf787cebee82:

{
    "config": {
        "sock-type": "TCP",
        "echo-server-hostname": {
            "help": "Echo server host name.",
            "value": "\"echo.mbedcloudtesting.com\""
        },
        "echo-server-port": {
            "help": "Echo server port number.",
            "value": 7
        },
        "trace-level": {
            "help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
            "macro_name": "MBED_TRACE_MAX_LEVEL",
            "value": "TRACE_LEVEL_INFO"
        }
  },
    "target_overrides": {
        "*": {
            "target.network-default-interface-type": "CELLULAR",
            "mbed-trace.enable": false,
            "lwip.ipv4-enabled": true,
            "lwip.ethernet-enabled": false,
            "lwip.ppp-enabled": true,
            "lwip.tcp-enabled": true,
            "platform.stdio-convert-newlines": true,
            "platform.stdio-baud-rate": 115200,
            "platform.default-serial-baud-rate": 115200,
            "platform.stdio-buffered-serial": true,
            "cellular.debug-at": false,
            "nsapi.default-cellular-plmn": 0,
            "nsapi.default-cellular-sim-pin": "\"1234\"",
            "nsapi.default-cellular-apn": 0,
            "nsapi.default-cellular-username": 0,
            "nsapi.default-cellular-password": 0
        },
        "WIO_3G": {
            "target.device_has_remove": ["SERIAL_FC"],
            "nsapi.default-cellular-apn": "\"apn\"",
            "nsapi.default-cellular-username": "\"username\"",
            "nsapi.default-cellular-password": "\"password\""
        },
        "WIO_BG96": {
            "cellular.use-apn-lookup": false,
            "nsapi.default-cellular-plmn": "\"00000\"",
            "nsapi.default-cellular-apn": "\"apn\"",
            "nsapi.default-cellular-username": "\"username\"",
            "nsapi.default-cellular-password": "\"password\""
        }
    }
}