Last modified by Xiaoling on 2023/04/19 17:42

From version 3.6
edited by Xiaoling
on 2022/05/31 09:34
Change comment: There is no comment for this version
To version 3.7
edited by Xiaoling
on 2022/07/13 18:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,12 +13,9 @@
13 13  In our STM32 base LoRaWAN end node, user can use below command to change set fix DR.
14 14  )))
15 15  
16 -(% class="box infomessage" %)
17 -(((
18 -AT+ADR=0            ~/~/Disable ADR so server won't be able to change the DR on the sensor
19 -AT+DR=0             ~/~/ Set the DR to the required DataRate.
20 -AT+TXP=50           ~/~/ Manually set to highest power to 20dB. ( manually bypass 14dB limit in EU868 frequency)
21 -)))
16 +(% style="color:blue" %)**AT+ADR=0 ** (%%) ~/~/ Disable ADR so server won't be able to change the DR on the sensor
17 +(% style="color:blue" %)**AT+DR=0**     (%%) ~/~/ Set the DR to the required DataRate.
18 +(% style="color:blue" %)**AT+TXP=50**   (%%) ~/~/ Manually set to highest power to 20dB. ( manually bypass 14dB limit in EU868 frequency)
22 22  
23 23  
24 24  (((