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:
Wed Jan 04 18:11:28 2017 +0000
Parent:
3:042ccdf1dd92
Child:
5:c46bf98d582b
Commit message:
for DSPLoRa

Changed in this revision

app/Comissioning.h Show annotated file Show diff for this revision Revisions of this file
app/SerialDisplay.cpp Show annotated file Show diff for this revision Revisions of this file
app/main.cpp Show annotated file Show diff for this revision Revisions of this file
mac/LoRaWAN-lib.lib Show annotated file Show diff for this revision Revisions of this file
--- a/app/Comissioning.h	Mon Jul 18 17:58:40 2016 +0000
+++ b/app/Comissioning.h	Wed Jan 04 18:11:28 2017 +0000
@@ -31,7 +31,7 @@
 /*!
  * Mote device IEEE EUI (big endian)
  */
-#define LORAWAN_DEVICE_EUI                          { 0x82, 0x89, 0x9D, 0x68, 0xC9, 0xF4, 0xEC, 0xAA } //{ 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88 }
+#define LORAWAN_DEVICE_EUI                          { 0x04, 0x1E, 0x7A, 0x00, 0x00, 0x00, 0x00, 0x01 } //{ 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88 }
 
 /*!
  * Application IEEE EUI (big endian)
@@ -41,8 +41,9 @@
 /*!
  * 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
 
 /*!
@@ -53,17 +54,19 @@
 /*!
  * Device address on the network (big endian)
  */
-#define LORAWAN_DEVICE_ADDRESS                      ( uint32_t )0x12345678
+#define LORAWAN_DEVICE_ADDRESS                      ( uint32_t )0x22000422
 
 /*!
  * AES encryption/decryption cipher network session key
  */
-#define LORAWAN_NWKSKEY                             { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
+//#define LORAWAN_NWKSKEY                             { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
+#define LORAWAN_NWKSKEY                               { 0xd4,0x89,0xa4,0x95,0x6a,0xb7,0x84,0x58,0xdf,0x8f,0xaf,0x16,0x02,0x6c,0x22,0xe8}
 
 /*!
  * AES encryption/decryption cipher application session key
  */
-#define LORAWAN_APPSKEY                             { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
+//#define LORAWAN_APPSKEY                             { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6, 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C }
+#define LORAWAN_APPSKEY                       { 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 }
 
 #endif
 
--- a/app/SerialDisplay.cpp	Mon Jul 18 17:58:40 2016 +0000
+++ b/app/SerialDisplay.cpp	Wed Jan 04 18:11:28 2017 +0000
@@ -16,7 +16,8 @@
 #include "vt100.h"
 #include "SerialDisplay.h"
 
-VT100 vt( USBTX, USBRX );
+//VT100 vt( USBTX, USBRX );
+VT100 vt( SERIAL_TX, SERIAL_RX );
 
 void SerialPrintCheckBox( bool activated, uint8_t color )
 {
--- a/app/main.cpp	Mon Jul 18 17:58:40 2016 +0000
+++ b/app/main.cpp	Wed Jan 04 18:11:28 2017 +0000
@@ -1006,6 +1006,7 @@
                     SerialDisplayUpdateDonwlinkRxData( false );
                     PrepareTxFrame( AppPort );
 
+
                     NextTx = SendFrame( );
 
                     // Switch LED 1 ON
--- a/mac/LoRaWAN-lib.lib	Mon Jul 18 17:58:40 2016 +0000
+++ b/mac/LoRaWAN-lib.lib	Wed Jan 04 18:11:28 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/spcores/code/LoRaWAN-lib/#8d84e1ef9e34
+https://developer.mbed.org/users/akshaymishra/code/LoRaWAN-lib/#9fb3a3050f8e