Changes for page LoRaWAN Communication Debug
Last modified by Edwin Chen on 2025/01/29 20:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -331,7 +331,6 @@ 331 331 * End Node traffic (from server UI) to shows end node activity in server. 332 332 333 333 334 - 335 335 = 6. Downlink Issue ~-~- Packet REJECTED, unsupported frequency = 336 336 337 337 ... ... @@ -438,11 +438,19 @@ 438 438 439 439 * ((( 440 440 If a node is registered with multiple servers, it may also cause the "mic mismatch" error. 440 +))) 441 441 442 +(% class="wikigeneratedid" %) 443 +3)Wrong Regional Parameters version selected 444 + We generally use versions above 1.0.2 442 442 443 - 444 - )))446 +(% class="wikigeneratedid" %) 447 +[[image:image-20230322163227-1.png]] 445 445 449 +(% class="wikigeneratedid" %) 450 +4)We have had cases where it was automatically fixed the next day despite no manual changes, probably a server side issue 451 + 452 + 446 446 = 10. Why i got the payload only with "0x00" or "AA~=~="? = 447 447 448 448 ... ... @@ -452,13 +452,29 @@ 452 452 453 453 When using the frequency mentioned above, the server sometimes adjusts the Data Rate (DR) of the node, because the end node has Adaptive Data Rate (ADR) Enabled. 454 454 462 +1. 463 + 455 455 When the server adjusts end node data rate to 0, the maximum payload length is 11 bytes. The server sometimes sends an ADR packet to the end 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 following an additional 00 data packet to handle this MAC command response. 456 456 466 +2. 457 457 468 +The server downlinks a calibration time package 469 +This calibration time packet will exceed the byte limit, causing its payload to become 00 470 + 458 458 (% style="color:blue" %)**How to solve:** 459 459 460 -Solution: Use the decoder to filter out this 0x00 packet.473 +Solution: 461 461 475 +~1. Use the decoder to filter out this 0x00 packet. 476 + 477 +2. Data rate changed from DR3 to DR5, increasing upload byte length 478 +AT+ADR=0 479 +AT+DR=3 480 + 481 +Downlink: 482 + 483 +[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H7.4DataRate>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H7.4DataRate]] 484 + 462 462 Some node decoders may not have the filter function, or you need decoders of other servers and formats. Please send an email to [[support@dragino.com>>mailto:support@dragino.com]] 463 463 464 464