My variant

Dependencies:   LIS3DH LM75B LPS331 hts221 mbed

Fork of Skywire_Demo by NimbeLink

Files at this revision

API Documentation at this revision

Comitter:
vasilyvs
Date:
Sun Dec 24 19:18:16 2017 +0000
Parent:
10:5974a7b2cf38
Commit message:
v1

Changed in this revision

LIS3DH.lib Show annotated file Show diff for this revision Revisions of this file
hts221.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 5974a7b2cf38 -r 5e69c9fbdfdc LIS3DH.lib
--- a/LIS3DH.lib	Tue Mar 29 20:03:13 2016 +0000
+++ b/LIS3DH.lib	Sun Dec 24 19:18:16 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/kenjiArai/code/LIS3DH/#50ac3372def2
+http://mbed.org/users/kenjiArai/code/LIS3DH/#0999d25ed7bc
diff -r 5974a7b2cf38 -r 5e69c9fbdfdc hts221.lib
--- a/hts221.lib	Tue Mar 29 20:03:13 2016 +0000
+++ b/hts221.lib	Sun Dec 24 19:18:16 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/kylerodgers/code/hts221/#da79e74eadd1
+http://developer.mbed.org/users/kylerodgers/code/hts221/#6d7166d49741
diff -r 5974a7b2cf38 -r 5e69c9fbdfdc main.cpp
--- a/main.cpp	Tue Mar 29 20:03:13 2016 +0000
+++ b/main.cpp	Sun Dec 24 19:18:16 2017 +0000
@@ -64,17 +64,17 @@
 //#define NL_SW_HSPAP           // AT&T/T-Mobile 3G Modem
 //#define NL_SW_HSPAPG          // AT&T/T-Mobile 3G Modem w/ GPS
 //#define NL_SW_HSPAPE          // GSM 3G Modem, EU
-//#define NL_SW_LTE_TSVG        // Verizon 4G LTE Modem
+#define NL_SW_LTE_TSVG        // Verizon 4G LTE Modem
 //#define NL_SW_LTE_TNAG        // AT&T/T-Mobile 4G LTE Modem
 //#define NL_SW_LTE_TEUG        // GSM 4G LTE Modem, EU
 //#define NL_SW_LTE_GELS3       // VZW LTE Cat 1 Modem
 
 /* --CHANGE THIS FOR YOUR SETUP-- */
-#define DeviceID "yourDeviceIDhere"  //Freeboard DweetIO unique ID
+#define DeviceID "SkyWire02"  //Freeboard DweetIO unique ID
 
 /* --CHANGE THIS FOR YORU SETUP (IF APPLICABLE)-- */
 #if defined NL_SW_HSPAP || defined NL_SW_HSPAPG || defined NL_SW_HSPAPE || defined NL_SW_LTE_TSVG || defined NL_SW_LTE_TNAG || defined NL_SW_LTE_TEUG || defined NL_SW_LTE_GELS3
-    std::string APN = "yourAPNhere";
+    std::string APN = "3,"IPV4V6","NIMBLINK.GW12.VZWENTP"";
 #endif
 
 DigitalOut myled(LED1);                             // Main LED
diff -r 5974a7b2cf38 -r 5e69c9fbdfdc mbed.bld
--- a/mbed.bld	Tue Mar 29 20:03:13 2016 +0000
+++ b/mbed.bld	Sun Dec 24 19:18:16 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/7130f322cb7e
\ No newline at end of file