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:
asagin
Date:
2019-06-06
Revision:
6:deb72cbeb039
Parent:
3:4c355eed5a07

File content as of revision 6:deb72cbeb039:

{
    "config": {
        "sock-type": "UDP",
        "echo-server-hostname": {
            "help": "Echo server host name.",
            "value": "\"harvest.soracom.io\""
        },
        "echo-server-port": {
            "help": "Echo server port number.",
            "value": 8514
        },
        "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": false,
            "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": "\"soracom.io\"",
            "nsapi.default-cellular-username": "\"sora\"",
            "nsapi.default-cellular-password": "\"sora\""
        },
        "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\""


        }
    }
}