<
From version < 150.1 >
edited by Edwin Chen
on 2022/08/30 19:09
To version < 155.1 >
edited by Bei Jinggeng
on 2022/09/09 15:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Bei
Content
... ... @@ -54,7 +54,6 @@
54 54  * Firmware upgradable via UART interface
55 55  * Open Source Mobile App for LoRaWAN signal detect and GPS tracking.
56 56  
57 -
58 58  == 1.3  Specification ==
59 59  
60 60  
... ... @@ -74,7 +74,6 @@
74 74  * LoRa Tx Current: <90 mA at +17 dBm, 108 mA at +22 dBm
75 75  * LoRa Rx current: <9 mA
76 76  
77 -
78 78  == 1.4  Pin Mapping & LED ==
79 79  
80 80  
... ... @@ -132,9 +132,48 @@
132 132  
133 133  
134 134  
135 -== 1.6  Example: Send PC's CPU/RAM usage to TTN via python ==
133 +== 1.6  Example: How to join helium ==
136 136  
135 +(% style="color:blue" %)**1. Create a new device.**
137 137  
137 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/WebHome/image-20220907165500-1.png?width=940&height=464&rev=1.1||alt="image-20220907165500-1.png"]]
138 +
139 +
140 +(% style="color:blue" %)**2. Save the device after filling in the necessary information.**
141 +
142 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/WebHome/image-20220907165837-2.png?width=809&height=375&rev=1.1||alt="image-20220907165837-2.png" height="375" width="809"]]
143 +
144 +
145 +(% style="color:blue" %)**3.  Use AT commands.**
146 +
147 +[[image:image-20220909151441-1.jpeg||height="695" width="521"]]
148 +
149 +
150 +(% style="color:blue" %)**4..  Use the serial port tool**
151 +
152 +[[image:image-20220909151517-2.png||height="543" width="708"]]
153 +
154 +
155 +(% style="color:blue" %)**5.Use command AT+CFG to get device configuration**
156 +
157 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/WebHome/image-20220907170308-3.png?width=617&height=556&rev=1.1||alt="image-20220907170308-3.png" height="556" width="617"]]
158 +
159 +
160 +(% style="color:blue" %)**6.  Network successfully.**
161 +
162 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/WebHome/image-20220907170436-4.png?rev=1.1||alt="image-20220907170436-4.png"]]
163 +
164 +
165 +(% style="color:blue" %)**7.  Send uplink using command**
166 +
167 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/WebHome/image-20220907170659-5.png?rev=1.1||alt="image-20220907170659-5.png"]]
168 +
169 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/WebHome/image-20220907170744-6.png?width=798&height=242&rev=1.1||alt="image-20220907170744-6.png" height="242" width="798"]]
170 +
171 +
172 +== 1.7  Example: Send PC's CPU/RAM usage to TTN via python ==
173 +
174 +
138 138  **Use python as an example:**[[https:~~/~~/github.com/dragino/LA66/blob/main/Send_information_to_TTN_WindosPC.py>>https://github.com/dragino/LA66/blob/main/Send_information_to_TTN_WindosPC.py]]
139 139  
140 140  (**Raspberry Pi example: **[[https:~~/~~/github.com/dragino/LA66/blob/main/Send_information_to_TTN_Raspberry%20Pi.py>>https://github.com/dragino/LA66/blob/main/Send_information_to_TTN_Raspberry%20Pi.py]])
... ... @@ -159,7 +159,7 @@
159 159  
160 160  
161 161  
162 -== 1.7  Example: Send & Get Messages via LoRaWAN in RPi ==
199 +== 1.8  Example: Send & Get Messages via LoRaWAN in RPi ==
163 163  
164 164  
165 165  Assume user already input the LA66 USB LoRaWAN Adapter OTAA Keys in TTN and there is already TTN network coverage.
... ... @@ -216,10 +216,10 @@
216 216  
217 217  
218 218  
219 -== 1.8  Example: Use of LA66 USB LoRaWAN Adapter and mobile APP ==
256 +== 1.9  Example: Use of LA66 USB LoRaWAN Adapter and mobile APP ==
220 220  
221 221  
222 -=== 1.8.1  Hardware and Software Connection ===
259 +=== 1.9.1  Hardware and Software Connection ===
223 223  
224 224  
225 225  
... ... @@ -308,7 +308,7 @@
308 308  
309 309  
310 310  
311 -=== 1.8.2  Send data to TTNv3 and plot location info in Node-Red ===
348 +=== 1.9.2  Send data to TTNv3 and plot location info in Node-Red ===
312 312  
313 313  
314 314  (% style="color:blue" %)**1.  Register LA66 USB LoRaWAN Module to TTNV3**
... ... @@ -327,7 +327,9 @@
327 327  
328 328  After see LoRaWAN Online, walk around and the APP will keep sending location info to LoRaWAN server and then to the Node Red.
329 329  
367 +LA66~-~-node-red~-~-decoder:[[dragino-end-node-decoder/Node-RED at main · dragino/dragino-end-node-decoder · GitHub>>url:https://github.com/dragino/dragino-end-node-decoder/tree/main/Node-RED]]
330 330  
369 +
331 331  Example output in NodeRed is as below:
332 332  
333 333  [[image:image-20220723144339-1.png]]
... ... @@ -334,7 +334,7 @@
334 334  
335 335  
336 336  
337 -== 1.9  Upgrade Firmware of LA66 USB LoRaWAN Adapter ==
376 +== 1.10  Upgrade Firmware of LA66 USB LoRaWAN Adapter ==
338 338  
339 339  
340 340  The LA66 USB LoRaWAN Adapter is the same as the LA66 LoRaWAN Shield update method
... ... @@ -374,8 +374,6 @@
374 374  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
375 375  * (% style="color:red" %)**PP**(%%):  Peer to Peer LoRa Protocol
376 376  
377 -
378 -
379 379  = 4.  Reference =
380 380  
381 381  
image-20220909151441-1.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +152.4 KB
Content
image-20220909151517-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +64.3 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0