cellular port
Dependencies: Beep C027_Support C12832 LM75B MMA7660 mbed-rtos mbed nsdl_lib
This is a port of the NSDL HelloWorld for cellular.
To run the example you need a C027 and the ARM mbed application shield. The example uses cellular instead of ethernet and takes the true position from the GPS instead of using a fixed position.
Diff: main.cpp
- Revision:
- 14:52e73f878ca0
- Parent:
- 13:03ba47370829
- Child:
- 15:11be37889a49
--- a/main.cpp Thu Jul 03 17:24:32 2014 +0000 +++ b/main.cpp Thu Jul 03 17:25:58 2014 +0000 @@ -122,7 +122,7 @@ { MDMRtos<MDMSerial> mdm; - mdm.setDebug(4); // enable this for debugging issues + //mdm.setDebug(4); // enable this for debugging issues if (!mdm.connect(SIMPIN, APN,USERNAME,PASSWORD)) return;