LoRaWAN-SX1272-Application-24-31-9sec

Dependencies:   X_NUCLEO_IKS01A1 driver_mbed_TH02 LoRaWAN-lib-v1_0_1 SX1272Lib mbed

Fork of LoRaWAN-SX1272-Application-24-31-9sec by Oleh Zvonarov

Revision:
8:89039f83e9fc
Parent:
7:c63508d8ff9c
--- a/app/Config.h	Thu Nov 16 18:30:00 2017 +0000
+++ b/app/Config.h	Mon Jan 22 15:55:52 2018 +0000
@@ -31,7 +31,7 @@
 #else
 
 // define channel block: e.g. USE_BAND_915_HYBRID_BLOCK_A, USE_BAND_915_HYBRID_BLOCK_B ... USE_BAND_915_HYBRID_BLOCK_H etc.
-#define USE_BAND_915_HYBRID_BLOCK_D
+#define USE_BAND_915_HYBRID_BLOCK_A
 
 #endif
 
@@ -48,7 +48,7 @@
 /*!
  * Defines the randomness in the dutycycle. 
  */
-#define APP_TX_DUTYCYCLE_RND                        3000000
+#define APP_TX_DUTYCYCLE_RND                        1000000
 
 /*!
  * LoRaWAN confirmed messages
@@ -62,7 +62,7 @@
  *
  * \remark Please note that when ADR is enabled the end-device uses default datarate of DR_0
  */
-#define LORAWAN_ADR_ON                              1
+#define LORAWAN_ADR_ON                              0
 
 /*!
  * Default mote datarate
@@ -80,7 +80,7 @@
  *
  * \remark The Tx power level is set as TX_POWER_P_DBM, where 10 <= P <= 30 and P is even value { i.e. P = 10, 12, 14 ... 28 or 30 }
  */
-#define LORAWAN_TX_POWER                            TX_POWER_10_DBM
+#define LORAWAN_TX_POWER                            TX_POWER_20_DBM
 
 #if ( LORAWAN_APP_PORT == 5 )
 /*====================================================