MBED NanoService Lighting Endpoint for NXP Ublox (Ethernet enabled)

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources

Revision:
163:650a02b5fd9a
Parent:
158:d96848db3d6a
Child:
164:eee187a5723a
--- a/Definitions.h	Thu Mar 27 03:54:15 2014 +0000
+++ b/Definitions.h	Fri Mar 28 04:22:20 2014 +0000
@@ -50,6 +50,11 @@
     #undef ENDPOINT_GPS_COORDS
     #define LIGHT_NAME              "light-nsp-%d0"              // name of each light in this endpoint
     #define ENDPOINT_GPS_COORDS     "36.133516,-115.148721"      // golf course -115.143470 36.131916 
+    #define UBLOX_USE_3G            true                          // use 3G or ethernet
+    #define UBLOX_MODEM             UbloxUSBCDMAModem             // CDMA modem
+    #define UBLOX_CDMA_DELAY_MS     1000                          // connect delay in MS
+    #define UBLOX_GPS_FREQ          100000                        // GPS freq in ns
+    #define UBLOX_GPS_POLL_MS       5000                          // poll the GPS every 5 seconds
 #endif
 
 // DEBUG Hush Logging