Changes for page LoRaWAN Communication Debug
Last modified by Edwin Chen on 2025/01/29 20:30
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,5 @@ 1 1 **~ Contents:** 2 2 3 -((( 4 - 5 -))) 6 - 7 7 {{toc/}} 8 8 9 9 ... ... @@ -420,9 +420,17 @@ 420 420 ))) 421 421 422 422 ((( 423 -When the server adjusts your node rate to 0, the maximum payload length is 11 bytes. The server sometimes sends an ADR packet to the node, and the node will reply to the server after receiving the ADR packet, but the number of payload bytes exceeds the limit,so it will send a normal uplink packet, and an additional 00 data packet.419 +When the server adjusts your node rate to 0, the maximum payload length is 11 bytes. The server sometimes sends an ADR packet to the node, 424 424 ))) 425 425 422 +((( 423 +and the node will reply to the server after receiving the ADR packet, but the number of payload bytes exceeds the limit,so it will send a normal 424 +))) 425 + 426 +((( 427 +uplink packet, and an additional 00 data packet. 428 +))) 429 + 426 426 * ((( 427 427 Solution: Use the decoder to filter out this 00 packet. 428 428 )))