Version of HelloMQTT with u-blox cellular (C027 and C030) boards added.

Dependencies:   C12832 MQTT easy-connect ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

Fork of HelloMQTT by MQTT

Files at this revision

API Documentation at this revision

Comitter:
RobMeades
Date:
Thu Aug 10 14:12:53 2017 +0000
Parent:
20:49c9daf2b0ff
Child:
22:e256c45d3513
Commit message:
Version of HelloMQTT with u-blox Cellular platforms added (C030 and C027).

Changed in this revision

MQTT.lib Show annotated file Show diff for this revision Revisions of this file
easy-connect.lib Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
ublox-at-cellular-interface-ext.lib Show annotated file Show diff for this revision Revisions of this file
ublox-cellular-base.lib Show annotated file Show diff for this revision Revisions of this file
ublox-cellular-driver-gen.lib Show annotated file Show diff for this revision Revisions of this file
ublox-ppp-cellular-interface.lib Show annotated file Show diff for this revision Revisions of this file
--- a/MQTT.lib	Tue Jan 10 18:10:17 2017 -0600
+++ b/MQTT.lib	Thu Aug 10 14:12:53 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/mqtt/code/MQTT/#c299463ae853
+https://developer.mbed.org/teams/ublox/code/MQTT/#f313853d22a6
--- a/easy-connect.lib	Tue Jan 10 18:10:17 2017 -0600
+++ b/easy-connect.lib	Thu Aug 10 14:12:53 2017 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/easy-connect/#cb933fb19cda0a733a64d6b71d271fb6bdaf9e6d
+https://github.com/ARMmbed/easy-connect/#e7629734c9846617dd6a55e181a851d7ae7a62b9
--- a/mbed-os.lib	Tue Jan 10 18:10:17 2017 -0600
+++ b/mbed-os.lib	Thu Aug 10 14:12:53 2017 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#2885c1b41e63158cb6faf5f107cd821ae06ef26c
+https://github.com/ARMmbed/mbed-os/#4c256f04596179699c4f14b6863b07cc024ca9be
--- a/mbed_app.json	Tue Jan 10 18:10:17 2017 -0600
+++ b/mbed_app.json	Thu Aug 10 14:12:53 2017 +0000
@@ -1,8 +1,8 @@
 {
     "config": {
         "network-interface":{
-            "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
-            "value": "ETHERNET"
+            "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD,,WIFI_ODIN,WIFI_REALTEK,CELLULAR_UBLOX",
+            "value": "CELLULAR_UBLOX"
         },
         "mesh_radio_type": {
             "help": "options are ATMEL, MCR20",
@@ -44,6 +44,22 @@
         "lcd-ncs": {
             "value": "D10",
             "macro_name": "LCD_NCS"
+        },
+        "default-pin": {
+            "help": "For cellular only, the current value of the SIM PIN as a string; only used if PIN checking is enabled on your SIM (not required by default for a C030 board)",
+            "value": "\"1234\""
+        },
+        "apn": {
+            "help": "For cellular only, the APN string to use for your SIM/network, set to 0 if none (use none for C030)",
+            "value": 0
+        },
+        "username": {
+            "help": "For cellular only, the user name string to use for your APN, set to zero if none (use none for C030)",
+            "value": 0
+        },
+        "password": {
+            "help": "For cellular only, the password string to use for your APN, set to 0 if none (use none for C030)",
+            "value": 0
         }
     },
     "target_overrides": {
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ublox-at-cellular-interface-ext.lib	Thu Aug 10 14:12:53 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/teams/ublox/code/ublox-at-cellular-interface-ext/#3631f62bb359
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ublox-cellular-base.lib	Thu Aug 10 14:12:53 2017 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/teams/ublox/code/ublox-cellular-base/#05fa111c1cf3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ublox-cellular-driver-gen.lib	Thu Aug 10 14:12:53 2017 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/teams/ublox/code/ublox-cellular-driver-gen/#a9eea2dbdd68
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ublox-ppp-cellular-interface.lib	Thu Aug 10 14:12:53 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/teams/ublox/code/ublox-ppp-cellular-interface/#4c533665168c