support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Dependents:   HTTPClient_Cellular_HelloWorld Cellular_HelloMQTT MbedSmartRestMain Car_Bon_car_module ... more

This library is intended to be used with u-blox products such as the C027 or a shield with u-blox cellular and GPS modules like the cellular and positioning shield from Embedded Artist.

For 2G/GSM and 3G/UMTS you need to:

  • have a SIM card and know its PIN number
  • need to know you network operators APN setting These setting should be passed to the connect or init and join functions. You can also extend the APN database in MDMAPN.h.

For CDMA products you need to make sure that you have provisioned and activated the modem with either Sprint or Verizon.

Revision:
111:5f8807ca159a
Parent:
110:f524fd9aa13d
Child:
113:7ade40675003
--- a/MDMAPN.h	Wed Sep 17 11:39:56 2014 +0000
+++ b/MDMAPN.h	Wed Oct 22 10:21:49 2014 +0000
@@ -46,6 +46,9 @@
 // MNC must be either 2 or 3 digits
 // MCC must be separated by '-' from MNC, multiple MNC can be separated by ','
 
+// 232 Austria - AUT
+    { /* T-Mobile */ "232-03",  _APN("m2m.business",,) },
+
 // 460 China - CN
     { /* CN Mobile */"460-00",  _APN("cmnet",,)
                                 _APN("cmwap",,) },
@@ -54,6 +57,8 @@
                                 
 // 262 Germany - DE
     { /* T-Mobile */ "262-01",  _APN("internet.t-mobile","t-mobile","tm") },
+    { /* T-Mobile */ "262-02,06", 
+                                _APN("m2m.business",,) },
 
 // 222 Italy - IT
     { /* TIM */      "222-01",  _APN("ibox.tim.it",,) },
@@ -72,6 +77,9 @@
                                 _APN("mpr2.bizho.net","Mopera U",) /* DoCoMo */
                                 _APN("bmobile.ne.jp","bmobile@wifi2","bmobile") /*BMobile*/ },
 
+// 204 Netherlands - NL
+    { /* Vodafone */ "204-04",  _APN("public4.m2minternet.com",,) },
+
 // 293 Slovenia - SI
     { /* Si.mobil */ "293-40",  _APN("internet.simobil.si",,) },
     { /* Tusmobil */ "293-70",  _APN("internet.tusmobil.si",,) },