Cellular example code for Seeed Wio 3G

Fork of Wio_3G-example-cellular by Toyomasa Watarai

Files at this revision

API Documentation at this revision

Comitter:
MACRUM
Date:
Wed Aug 08 10:16:49 2018 +0000
Parent:
16:bf6ed28b4d08
Commit message:
Add APN setting

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Wed Aug 08 08:30:20 2018 +0100
+++ b/mbed_app.json	Wed Aug 08 10:16:49 2018 +0000
@@ -3,19 +3,19 @@
         "sock-type": "TCP",
         "sim-pin-code": {
             "help": "SIM PIN code",
-            "value": "\"1234\""
+            "value": "\"0000\""
         },
         "apn": {
             "help": "The APN string to use for this SIM/network, set to 0 if none",
-            "value": "\"internet\""
+            "value": "\"soracom.io\""
         },
         "username": {
             "help": "The user name string to use for this APN, set to zero if none",
-            "value": 0
+            "value": "\"sora\""
         },
         "password": {
             "help": "The password string to use for this APN, set to 0 if none",
-            "value": 0
+            "value": "\"sora\""
         },
         "echo-server-hostname": {
             "help": "Echo server host name.",