Wio 3G with Firebase example
Fork of Wio_3G_HTTP-GET-example by
Diff: mbed_app.json
- Revision:
- 76:fe9dd61c5f5c
- Child:
- 77:0194cca4103b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Wed Aug 22 05:27:25 2018 +0000
@@ -0,0 +1,97 @@
+{
+ "macros": [
+ ],
+ "config": {
+ "sock-type": "TCP",
+ "sim-pin-code": {
+ "help": "SIM PIN code",
+ "value": "\"0000\""
+ },
+ "cellular_sim_pin": {
+ "help": "SIM PIN code",
+ "value": "\"0000\""
+ },
+ "cellular_apn": {
+ "help": "The APN string to use for this SIM/network, set to 0 if none",
+ "value": "\"soracom.io\""
+ },
+ "cellular_username": {
+ "help": "The user name string to use for this APN, set to zero if none",
+ "value": "\"sora\""
+ },
+ "cellular_password": {
+ "help": "The password string to use for this APN, set to 0 if none",
+ "value": "\"sora\""
+ },
+ "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"
+ },
+ "main-stack-size": {
+ "value": 8192
+ },
+ "network-interface":{
+ "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
+ "value": "CELLULAR_ONBOARD"
+ },
+ "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"
+ },
+ "wifi-ssid": {
+ "value": "\"AirPort38991\""
+ },
+ "wifi-password": {
+ "value": "\"3060025132786\""
+ },
+ "esp8266-debug": {
+ "value": null
+ }
+ },
+ "target_overrides": {
+ "*": {
+ "target.features_add": ["LWIP","NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
+ "lwip.ipv4-enabled": true,
+ "lwip.ethernet-enabled": false,
+ "lwip.ppp-enabled": true,
+ "lwip.tcp-enabled": true,
+ "mbed-mesh-api.6lowpan-nd-channel-page": 0,
+ "mbed-mesh-api.6lowpan-nd-channel": 12,
+ "mbed-trace.enable": 1,
+ "platform.stdio-baud-rate": 115200,
+ "platform.stdio-convert-newlines": false
+ },
+ "RZ_A1H": {
+ "target.macros_add": ["MBEDTLS_TEST_NULL_ENTROPY", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES"]
+ },
+ "HEXIWEAR": {
+ "esp8266-tx": "PTD3",
+ "esp8266-rx": "PTD2"
+ },
+ "NUCLEO_F401RE": {
+ "esp8266-tx": "D8",
+ "esp8266-rx": "D2"
+ },
+ "NUCLEO_F411RE": {
+ "esp8266-tx": "D8",
+ "esp8266-rx": "D2"
+ }
+ }
+}
Toyomasa Watarai
