Long Range / Mbed OS LoRaWAN-Disco-Cayenne_Ottawa_Bootcamp

Dependencies:   SX127x lorawan1v1

Files at this revision

API Documentation at this revision

Comitter:
bootcamps
Date:
Sat Oct 20 07:28:46 2018 +0000
Parent:
13:89e36ee10179
Child:
15:f380b2565ac0
Commit message:
Initial Commit for Ottawa

Changed in this revision

Commissioning.h Show annotated file Show diff for this revision Revisions of this file
sensorDemoVT100.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Commissioning.h	Sat Oct 20 00:12:21 2018 +0000
+++ b/Commissioning.h	Sat Oct 20 07:28:46 2018 +0000
@@ -43,7 +43,7 @@
 #define LORAWAN_PUBLIC_NETWORK                      true
 
 
-#define LORAWAN_DEVICE_EUI       { 0xAB,0xCD,0xEF,0x00,0x00,0x00,0x00,0x27 }
+#define LORAWAN_DEVICE_EUI       { 0xAB,0xCC,0xEF,0x00,0x00,0x00,0x00,0x00 }
 
 #define LORAWAN_JOIN_EUI         { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }
 
--- a/sensorDemoVT100.cpp	Sat Oct 20 00:12:21 2018 +0000
+++ b/sensorDemoVT100.cpp	Sat Oct 20 07:28:46 2018 +0000
@@ -1197,7 +1197,7 @@
 
     #ifndef SENETCO /* for senet, use network provided DevEUI */
                 // Initialize LoRaMac device unique ID
-                HardwareIDtoDevEUI(DevEui);
+                //HardwareIDtoDevEUI(DevEui);
     #ifdef LORAWAN_ROOT_APPKEY
                 // inverted DevEui provisioned as v1.1 on server (non-inv = lorawan1v0)
                 for (int i = 0; i < 8; i++)