<
From version < 14.2 >
edited by Xiaoling
on 2022/08/11 17:09
To version < 17.2 >
edited by Xiaoling
on 2023/04/11 15:20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -50,7 +50,6 @@
50 50  Decode the packet
51 51  
52 52  
53 -
54 54  = 3. Difference between OTAA and ABP mode =
55 55  
56 56  
... ... @@ -61,7 +61,6 @@
61 61  
62 62  
63 63  
64 -
65 65  = 4. Get and decode the packet =
66 66  
67 67  
... ... @@ -68,11 +68,10 @@
68 68  According to above, it is possible to get the payload from sensor without LoRaWAN server:
69 69  
70 70  1. Setting the end node to ABP mode
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]]
69 +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 73  
74 74  
75 -
76 76  = 5. Use an unencrypt firmware =
77 77  
78 78  
... ... @@ -85,9 +85,15 @@
85 85  [[image:image-20220527090341-5.png]]
86 86  
87 87  Unencrypt packet
88 -
89 89  
90 90  
87 +Note: In some device's firmware . There is a AT Command to Disable Encryption. See below:
88 +
89 +* AT+DECRYPT=1 The payload is uploaded without encryption
90 +* AT+DECRYPT=0 Encrypt when uploading payload (default)
91 +
92 +
93 +
91 91  = 6. limitation =
92 92  
93 93  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0