<
From version < 14.2 >
edited by Xiaoling
on 2022/08/11 17:09
To version < 17.1 >
edited by Edwin Chen
on 2022/08/23 12:02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -59,9 +59,6 @@
59 59  * OTAA: Over the air activation. In this mode, the end node will send a Join Request to server, server will reply with a Join Accept and the end node will parse this Join Accept message to get the Dev Addr / APP Session Key(AppSkey / Network Session Key(NwkSKey). Because the AppSkey and NwkSkey is dynamic, OTAA mode provide more security.
60 60  * ABP: Activation by personalization. There is no hand-shake with LoRaWAN server for activition. The end node will use fix Dev Addr / APP Session Key(AppSkey / Network Session Key(NwkSKey) to upload the packet. So the packet can be decode if someone know these fix keys
61 61  
62 -
63 -
64 -
65 65  = 4. Get and decode the packet =
66 66  
67 67  
... ... @@ -70,9 +70,6 @@
70 70  1. Setting the end node to ABP mode
71 71  1. Add decode program and add the keys of the sensor. So to get the payload. There is an example for such application, see [[Communication with ABP End Node>>Communicate with ABP End Node without LoRaWAN Network Server --- LG308]]
72 72  
73 -
74 -
75 -
76 76  = 5. Use an unencrypt firmware =
77 77  
78 78  
... ... @@ -85,9 +85,14 @@
85 85  [[image:image-20220527090341-5.png]]
86 86  
87 87  Unencrypt packet
88 -
89 89  
90 90  
84 +Note: In some device's firmware . There is a AT Command to Disable Encryption. See below:
85 +
86 +* AT+DECRYPT=1 The payload is uploaded without encryption
87 +* AT+DECRYPT=0 Encrypt when uploading payload (default)
88 +
89 +
91 91  = 6. limitation =
92 92  
93 93  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0