hardwario / twr-sdk

HARDWARIO TOWER Firmware SDK (Software Development Kit)
MIT License
28 stars 20 forks source link

Add ability to define parameters for RX2 window (module bc_cmwx1zzabz) #203

Closed ah01 closed 6 years ago

ah01 commented 6 years ago

It will be useful to be able to define parameters of LoRaWAN second receive window. In case of OTAA this parameter is set according to join reply of network server but in case of ABP you need to set this parameter manually. Problem is that RX2 configuration is network dependent and e.g. The Things Network use different configuration (see LoRaWAN Frequencies Overview) than default one of modem.

According to my observation default is 869.525 MHz and DR0. But TTN use DR3 (SF9BW125). There is AT command AT+RX2 for that but this AT command is not supported in current SDK.

hubmartin commented 6 years ago

Please check #207