for India band 30dBm LoRa Module, DSPLoRa based on code from Semtech and as modified by Sachin Pukale/ TCL/

Dependencies:   mbed Chainable_RGB_LED DigitDisplay LoRaWAN-lib SX1276Lib

Fork of DSP_LoRaWAN by Akshay Mishra

Files at this revision

API Documentation at this revision

Comitter:
akshaymishra
Date:
Thu Jan 05 01:53:22 2017 +0000
Parent:
4:fc21b1bd6b15
Child:
6:35eaf334b2f2
Commit message:
test update

Changed in this revision

app/Comissioning.h Show annotated file Show diff for this revision Revisions of this file
--- a/app/Comissioning.h	Wed Jan 04 18:11:28 2017 +0000
+++ b/app/Comissioning.h	Thu Jan 05 01:53:22 2017 +0000
@@ -31,19 +31,19 @@
 /*!
  * Mote device IEEE EUI (big endian)
  */
-#define LORAWAN_DEVICE_EUI                          { 0x04, 0x1E, 0x7A, 0x00, 0x00, 0x00, 0x00, 0x01 } //{ 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88 }
+#define LORAWAN_DEVICE_EUI                          { 0xDE, 0xED, 0xBE, 0xEF, 0x00, 0x00, 0x00, 0x01 } //{ 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88 }
 
 /*!
  * Application IEEE EUI (big endian)
  */
-#define LORAWAN_APPLICATION_EUI                     { 0xAC, 0x55, 0xC3, 0x96, 0xEB, 0x4A, 0x9A, 0x65 } //{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
+#define LORAWAN_APPLICATION_EUI                     { 0xDE, 0xED, 0xBE, 0xEF, 0x00, 0x00, 0x00, 0x01 } //{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
 
 /*!
  * AES encryption/decryption cipher application key
  */
-//#define LORAWAN_APPLICATION_KEY                     { 0xFF, 0x64, 0xE3, 0xBC, 0x6A, 0x50, 0x11, 0x69, 0x4F, 0x84, 0x41, 0x5D, 0x11, 0x45, 0x4E, 0x60 } //{ 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
+#define LORAWAN_APPLICATION_KEY                     { 0xFF, 0x64, 0xE3, 0xBC, 0x6A, 0x50, 0x11, 0x69, 0x4F, 0x84, 0x41, 0x5D, 0x11, 0x45, 0x4E, 0x60 } //{ 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
 
-#define LORAWAN_APPLICATION_KEY                       { 0x42,0x5C,0xAA,0x31,0x2E,0xFE,0x4B,0x32,0xA5,0xEB,0xC2,0x02,0xE8,0xCD,0x16,0xBF} //{ 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
+
 #else
 
 /*!