This is an example application based on Mbed-OS LoRaWAN protocol APIs. The Mbed-OS LoRaWAN stack implementation is compliant with LoRaWAN v1.0.2 specification.

Dependencies:   Lorawan_Version_0_1

Dependents:   Lorawan_Version_0_1

Revision:
68:41fff9c3fb4f
Parent:
67:7bb75ed97500
Child:
69:316fee01f5d9
--- a/GPS/GPS.cpp	Wed Jan 15 08:37:29 2020 +0000
+++ b/GPS/GPS.cpp	Fri Jan 17 13:46:31 2020 +0000
@@ -63,7 +63,7 @@
        
     for (h = 0; h < 10; h++) 
     {
-        printf("\n[GPS] Line %i:",h); 
+        //printf("\n[GPS] Line %i:",h); 
         getline();  
         
         if(sscanf(msg, "GPGGA,%f,%f,%c,%f,%c,%d,%d,%f,%f,%c,%f", &time, &latitude, &ns, &longitude, &ew, &lock, &sats, &hdop, &alt, &unit, &geoid)>0) {