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.

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Thu Nov 06 08:54:26 2014 +0000
Parent:
112:89b5b21db71e
Child:
114:e347ed0fab5e
Commit message:
added sweden apns

Changed in this revision

MDMAPN.h Show annotated file Show diff for this revision Revisions of this file
--- a/MDMAPN.h	Wed Oct 29 15:34:24 2014 +0000
+++ b/MDMAPN.h	Thu Nov 06 08:54:26 2014 +0000
@@ -84,6 +84,12 @@
     { /* Si.mobil */ "293-40",  _APN("internet.simobil.si",,) },
     { /* Tusmobil */ "293-70",  _APN("internet.tusmobil.si",,) },
 
+// 240 Sweden SE 
+    { /* Telia */    "240-01",  _APN("online.telia.se") },
+    { /* Telenor */  "240-06,08",
+                                _APN("services.telenor.se") },              
+    { /* Tele2 */    "240-07",  _APN("mobileinternet.tele2.se") },
+    
 // 228 Switzerland - CH
     { /* Swisscom */ "228-01",  _APN("gprs.swisscom.ch",,) },
     { /* Orange */   "228-03",  _APN("internet",,) /* contract */