Example program to connect to the internet via Ublox Cellular Shield and post MEMS sensor readings to M2X.

Dependencies:   C027_Support M2XStreamClient Nucleo_Sensor_Shield jsonlite mbed-rtos mbed

Fork of Cellular_m2x-demo-all by u-blox

Revision:
7:10d3cc37fe4c
Parent:
6:7a1e717a0d1e
Child:
8:7ca1b7a712b7
--- a/main.cpp	Thu Jun 05 11:26:57 2014 +0000
+++ b/main.cpp	Fri Jun 06 15:20:44 2014 +0000
@@ -15,7 +15,7 @@
 /*! The APN of your network operator SIM, sometimes it is "internet" check your 
     contract with the network operator. You can also try to look-up your settings in 
     google: https://www.google.de/search?q=APN+list */
-#define APN         "gprs.swisscom.ch"
+#define APN         NULL
 //! Set the user name for your APN, or NULL if not needed
 #define USERNAME    NULL
 //! Set the password for your APN, or NULL if not needed