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

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Thu May 16 07:04:12 2019 +0000
Parent:
0:fb5e1789de47
Child:
2:cf787cebee82
Commit message:
Add PLMN info in the mbed_app.json

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri May 10 10:18:11 2019 +0900
+++ b/mbed_app.json	Thu May 16 07:04:12 2019 +0000
@@ -36,11 +36,14 @@
         },
         "WIO_3G": {
             "target.device_has_remove": ["SERIAL_FC"],
-            "nsapi.default-cellular-apn": "\"apn\"",
-            "nsapi.default-cellular-username": "\"username\"",
-            "nsapi.default-cellular-password": "\"password\""
+            "cellular.use-apn-lookup": false,
+            "nsapi.default-cellular-apn": "\"stream.co.uk\"",
+            "nsapi.default-cellular-username": "\"streamip\"",
+            "nsapi.default-cellular-password": "\"streamip\""
         },
         "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\""