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:
2:83dd0b8109ca
Parent:
1:c73a98da0e7a
Child:
3:dac7a2335ba5
--- a/main.cpp	Tue May 13 07:18:59 2014 +0000
+++ b/main.cpp	Tue May 13 09:33:48 2014 +0000
@@ -61,7 +61,7 @@
 }
 
 int main() {
-  // turn on the supplies of the Modem and the GPS
+  // turn on the supplies of the Modem
   c027.mdmPower(true);
   printf("Modem Initialize\r\n");
   MDMSerial mdm;