April_12th_San_Jose_LoRa_Bootcamp

Dependencies:   lorawan1v1

Fork of LoRaWAN-grove-cayenne by wayne roberts

Revision:
7:5a64d72b1931
Parent:
6:4b165893bcae
--- a/Commissioning.h	Wed Apr 11 00:20:31 2018 +0000
+++ b/Commissioning.h	Wed Apr 11 05:16:27 2018 +0000
@@ -9,7 +9,6 @@
 Description: End device commissioning parameters
 
 License: Revised BSD License, see LICENSE.TXT file include in the project
-
 */
 #ifndef __LORA_COMMISSIONING_H__
 #define __LORA_COMMISSIONING_H__
@@ -22,7 +21,6 @@
 //#define USE_BAND_470
 //#define USE_BAND_780
 
-
 #define ENABLE_VT100
 
 #ifdef ENABLE_VT100
@@ -48,12 +46,15 @@
  */
 //
 //
+//
+// ********************************  Device Provisioning to Comcast machineQ *********************************
+//
 //  Set Device EUI
 //
-#define LORAWAN_DEVICE_EUI       { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01 } // home net 000001
+#define LORAWAN_DEVICE_EUI       { 0xAB,0xCD,0xEF,0x00,0x00,0x00,0x00,0x01 }
 //
 /*!
-* Join IEEE EUI (big endian): undefine for ABP
+* APPEUI  -  LoRaWAN 1.0.1   Join IEEE EUI (big endian): undefine for ABP
 */
 #define LORAWAN_JOIN_EUI         { 0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA }
 //
@@ -63,6 +64,9 @@
 #define LORAWAN_ROOT_NWKKEY     { 0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,0x88,0x99,0xaa,0xbb,0xcc,0xdd,0xee,0xff }
 //
 //
+// ********************************  Device Provisioning to Comcast machineQ *********************************
+//
+//
 //
 //
 //