Debug output showing wrong RX frequencies
- This topic has 0 replies, 1 voice, and was last updated 7 years, 3 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
I’m using a NA915 part with a EU868 gateway as this is on a board a client has sent for testing. I am using the latest 3.0 library:
mbed-os: 5.4.7
libxDot version: 3.0.0-mbed144
I have set the EU868 channel plan but notice the RX1 frequency is in the correct band but the RX2 frequency is not. As a result I’m getting join failures but do see the join request on the gateway and LoRaWAN server. Eventually the node connects and is able to send data.
Debug output below:
[TRACE] Flags Tx: 1 Rx: 0 RxData: 0 RxSlot: 0 LinkCheck: 0 JoinAccept: 0
[TRACE] Info: Status: 0 ACK: 0 Retries: 0 TxDR: 0 RxPort: 0 RxSize: 0 RSSI: 0 SNR: 0 Energy: 0 Margin: 0 Gateways: 0
[TRACE] RX1 on freq: 868100000
[TRACE] RX DR: 0 SF: 12 BW: 0 CR: 1 PL: 8 STO: 8 CRC: 0 IQ: 1
[TRACE] Stats: Up: 1 Down: 0 DupTx: 0 CRC Errors: 0
[INFO] Rx Window 1
[TRACE] Event: RX_TIMEOUT
[TRACE] Flags Tx: 0 Rx: 0 RxData: 0 RxSlot: 1 LinkCheck: 0 JoinAccept: 0
[TRACE] Info: Status: 3 ACK: 0 Retries: 0 TxDR: 0 RxPort: 0 RxSize: 0 RSSI: 0 SNR: 0 Energy: 0 Margin: 0 Gateways: 0
[TRACE] RX2 on freq: 923300000
[TRACE] RX DR: 9 SF: 14 BW: 50 CR: 0 PL: 10 STO: 12 CRC: 0 IQ: 1
[TRACE] Stats: Up: 1 Down: 0 DupTx: 0 CRC Errors: 0
[INFO] Rx Window 2
[TRACE] Event: RX_TIMEOUT
[TRACE] Flags Tx: 0 Rx: 0 RxData: 0 RxSlot: 2 LinkCheck: 0 JoinAccept: 0
[TRACE] Info: Status: 3 ACK: 0 Retries: 0 TxDR: 0 RxPort: 0 RxSize: 0 RSSI: 0 SNR: 0 Energy: 0 Margin: 0 Gateways: 0
Is this a bug in the library?
thanks
Andrew