<
From version < 36.1 >
edited by Edwin Chen
on 2022/12/15 22:32
To version < 37.1 >
edited by Edwin Chen
on 2022/12/15 22:33
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -17,7 +17,6 @@
17 17  * End Node Keys screen shot shows in end node and server. so we can check if the keys are correct. (In most case, we found keys doesn't match, especially APP EUI)
18 18  
19 19  
20 -
21 21  (% style="color:blue" %)**1. End Device Join Screen shot, we can check:**
22 22  
23 23  * If the device is sending join request to server?
... ... @@ -217,7 +217,6 @@
217 217  * This packet must match the DataRate of RX1(RX1DR) or RX2 (RX2DR). (% style="color:red" %)**This is the common fail point, because different lorawan server might use different RX2DR and they don't info End Node via ADR message so cause the mismatch. If this happen, user need to change the RX2DR to the right value in end node. In OTAA, LoRaWAN Server will send the RX2DR setting in Join Accept message so the end node will auto adjust. but ABP uplink doesn't support this auto change.**
218 218  
219 219  
220 -
221 221  == 5.2 See Debug Info ==
222 222  
223 223  
... ... @@ -332,7 +332,6 @@
332 332  * End Node traffic (from server UI) to shows end node activity in server.
333 333  
334 334  
335 -
336 336  = 6. Downlink Issue ~-~- Packet REJECTED, unsupported frequency =
337 337  
338 338  
... ... @@ -535,6 +535,30 @@
535 535  Class C only refers to status after OTAA Join successfully. The OTAA Join Process will use Class A mode.
536 536  
537 537  
535 += 13. Why it takes longer time for OTAA joined in US915/CN470/AU915 band? =
538 538  
537 +
538 +In US915, AU915 or CN470 frequency band, there are 8 subbands, totally 72 channels. and LoRaWAN server normally use only one sub-band, for example Subband 2 in TTN. The gateway also configured to Subband 2 and cover eight channels in this subband. If the end node transfer data in Subband 2, it will reach to gateway and to the LoRaWAN server. If the end node transfer packets in other subbands, for example subband 1, the packet won't arrive both gateway or LoRaWAN server.
539 +
540 +
541 +In Dragino Sensors old version firmware (before early 2022), the subband is fixed the subband to 2 , but this cause a problem, the end node is hard to use in other subband and need program. So the new logic is as below:
542 +
543 +We have improved this, the end node will use frequency 1 from sub-band1, then frequency 1 from sub-band2, then frequency 1 from sub-band3, etc to process the OTAA join, In this case, In this case, the end node can support LoRaWAN servers with different subbands. To make sure the end node will only transmit the proper sub-band after OTAA Joined successfully, the end node will:
544 +
545 +* (((
546 +Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that subband
547 +)))
548 +* (((
549 +Use the Join successful sub-band if the server doesn't include subband info in the OTAA Join Accept message ( TTN v2 doesn't include)
550 +)))
551 +
552 +This change will make the activation time a littler longer but make sure the device can be used in any subband.
553 +
554 +
555 +Below is a photo to show why it takes longer time for OTAA Join. We can see in 72 channels mode, why it takes more time to join success. If users want to have faster OTAA Join success, he can change default CHE to the subband he use.
556 +
557 +
558 +[[image:image-20221215223215-1.png||height="584" width="1280"]]
559 +
539 539  (% class="wikigeneratedid" %)
540 540  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0