Question
I-CUBE-LRWAN v1.1.2 - Set Tx Power?
Posted on October 30, 2017 at 17:25
Is it possible to 'manually' configure the Tx Power level using theI-CUBE-LRWAN v1.1.2 software?
I can see that the End_Node demo enables Adaptive Data Rate:
/* !
*Initialises the Lora Parameters
*/
static LoRaParam_t LoRaParamInit= {TX_ON_TIMER,
APP_TX_DUTYCYCLE,
CLASS_A,
LORAWAN_ADR_ON,
DR_0,
LORAWAN_PUBLIC_NETWORK,
JOINREQ_NBTRIALS};
�?�?�?�?�?�?�?�?�?�?�?
But, if I disable it, I don't see how/where I'd set the Tx power level.
Related: With ADR enabled, is there a way for the node to limit the maximum Tx power level?
#semtech #stm32 #lora #lorawan #i-cube-lrwan #b-l072z-lrwan1 #p-nucleo-lrwan1 #i-nucleo-lrwan1