Changes for page LA66 USB LoRaWAN Adapter User Manual
Last modified by Xiaoling on 2025/02/07 16:37
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 3 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -54,8 +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 - 59 59 == 1.3 Specification == 60 60 61 61 ... ... @@ -75,8 +75,6 @@ 75 75 * LoRa Tx Current: <90 mA at +17 dBm, 108 mA at +22 dBm 76 76 * LoRa Rx current: <9 mA 77 77 78 - 79 - 80 80 == 1.4 Pin Mapping & LED == 81 81 82 82 ... ... @@ -134,9 +134,48 @@ 134 134 135 135 136 136 137 -== 1.6 Example: SendPC's CPU/RAM usagetoTTN viapython==133 +== 1.6 Example: How to join helium == 138 138 135 +(% style="color:blue" %)**1. Create a new device.** 139 139 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 + 140 140 **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]] 141 141 142 142 (**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]]) ... ... @@ -161,7 +161,7 @@ 161 161 162 162 163 163 164 -== 1. 7Example: Send & Get Messages via LoRaWAN in RPi ==199 +== 1.8 Example: Send & Get Messages via LoRaWAN in RPi == 165 165 166 166 167 167 Assume user already input the LA66 USB LoRaWAN Adapter OTAA Keys in TTN and there is already TTN network coverage. ... ... @@ -218,10 +218,10 @@ 218 218 219 219 220 220 221 -== 1. 8Example: Use of LA66 USB LoRaWAN Adapter and mobile APP ==256 +== 1.9 Example: Use of LA66 USB LoRaWAN Adapter and mobile APP == 222 222 223 223 224 -=== 1. 8.1 Hardware and Software Connection ===259 +=== 1.9.1 Hardware and Software Connection === 225 225 226 226 227 227 ... ... @@ -310,7 +310,7 @@ 310 310 311 311 312 312 313 -=== 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 === 314 314 315 315 316 316 (% style="color:blue" %)**1. Register LA66 USB LoRaWAN Module to TTNV3** ... ... @@ -329,7 +329,9 @@ 329 329 330 330 After see LoRaWAN Online, walk around and the APP will keep sending location info to LoRaWAN server and then to the Node Red. 331 331 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]] 332 332 369 + 333 333 Example output in NodeRed is as below: 334 334 335 335 [[image:image-20220723144339-1.png]] ... ... @@ -336,7 +336,7 @@ 336 336 337 337 338 338 339 -== 1. 9Upgrade Firmware of LA66 USB LoRaWAN Adapter ==376 +== 1.10 Upgrade Firmware of LA66 USB LoRaWAN Adapter == 340 340 341 341 342 342 The LA66 USB LoRaWAN Adapter is the same as the LA66 LoRaWAN Shield update method ... ... @@ -376,13 +376,10 @@ 376 376 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 377 377 * (% style="color:red" %)**PP**(%%): Peer to Peer LoRa Protocol 378 378 379 - 380 - 381 - 382 382 = 4. Reference = 383 383 384 384 385 385 * Hardware Design File for LA66 USB LoRaWAN Adapter : [[Download>>https://www.dropbox.com/sh/a3wbmdcvqjxaqw5/AADZfvAiykJTK624RgMquH86a?dl=0]] 420 +* Mobile Phone App Source Code: [[Download>>https://github.com/dragino/LA66_Mobile_App]]. 386 386 387 - 388 388
- 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
- image-20220912085244-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.7 KB - Content