Changes for page LA66 LoRaWAN Shield User Manual
Last modified by Xiaoling on 2023/05/26 14:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -186,13 +186,11 @@ 186 186 187 187 == 2.4 LED == 188 188 189 - 190 190 ~1. The LED lights up red when there is an upstream data packet 191 191 2. When the network is successfully connected, the green light will be on for 5 seconds 192 192 3. Purple light on when receiving downlink data packets 193 193 194 194 195 - 196 196 == 2.5 Example: Use AT Command to communicate with LA66 module via Arduino UNO. == 197 197 198 198 ... ... @@ -203,7 +203,7 @@ 203 203 204 204 205 205 206 - (% style="color:blue" %)**1. open Arduino IDE**204 +**1. open Arduino IDE** 207 207 208 208 209 209 [[image:image-20220723170545-4.png]] ... ... @@ -210,22 +210,25 @@ 210 210 211 211 212 212 213 - (% style="color:blue" %)**2. Open project**211 +**2. Open project** 214 214 215 215 216 -LA66-LoRaWAN-shield-AT-command-via-Arduino-UNO source code link: [[https:~~/~~/www.dropbox.com/sh/ cx0pspkwu62pr97/AAAbKh2ioPdZfSDtdDpooYqha?dl=0>>https://www.dropbox.com/sh/cx0pspkwu62pr97/AAAbKh2ioPdZfSDtdDpooYqha?dl=0]]214 +LA66-LoRaWAN-shield-AT-command-via-Arduino-UNO source code link: [[https:~~/~~/www.dropbox.com/sh/trqitpm9adkupva/AAAE542NzwlHubIAIDxe6IWFa?dl=0>>https://www.dropbox.com/sh/trqitpm9adkupva/AAAE542NzwlHubIAIDxe6IWFa?dl=0]] 217 217 218 -[[image:image-2022072 6135239-1.png]]216 +[[image:image-20220723170750-5.png||height="533" width="930"]] 219 219 220 220 221 -(% style="color:blue" %)**3. Click the button marked 1 in the figure to compile, and after the compilation is complete, click the button marked 2 in the figure to upload** 222 222 223 - [[image:image-20220726135356-2.png]]220 +**3. Click the button marked 1 in the figure to compile, and after the compilation is complete, click the button marked 2 in the figure to upload** 224 224 225 225 226 - (% style="color:blue" %)**4. After the uploadis successful, open the serial portmonitoringand send the AT command**223 +[[image:image-20220723171228-6.png]] 227 227 228 228 226 + 227 +**4. After the upload is successful, open the serial port monitoring and send the AT command** 228 + 229 + 229 229 [[image:image-20220723172235-7.png||height="480" width="1027"]] 230 230 231 231 ... ... @@ -233,17 +233,16 @@ 233 233 == 2.6 Example: Join TTN network and send an uplink message, get downlink message. == 234 234 235 235 236 - (% style="color:blue" %)**1. Open project**237 +**1. Open project** 237 237 238 238 239 -Join-TTN-network source code link: [[https:~~/~~/www.dropbox.com/sh/ 0sjyncafa0gjv00/AACC2m1orov-QHRkvH8-ddCka?dl=0>>https://www.dropbox.com/sh/0sjyncafa0gjv00/AACC2m1orov-QHRkvH8-ddCka?dl=0]]240 +Join-TTN-network source code link: [[https:~~/~~/www.dropbox.com/sh/trqitpm9adkupva/AAAE542NzwlHubIAIDxe6IWFa?dl=0>>https://www.dropbox.com/sh/trqitpm9adkupva/AAAE542NzwlHubIAIDxe6IWFa?dl=0]] 240 240 241 - 242 242 [[image:image-20220723172502-8.png]] 243 243 244 244 245 245 246 - (% style="color:blue" %)**2. Same steps as 2.5,after opening the serial port monitoring, it will automatically connect to the network and send packets**246 +2. Same steps as 2.5,after opening the serial port monitoring, it will automatically connect to the network and send packets 247 247 248 248 249 249 [[image:image-20220723172938-9.png||height="652" width="1050"]] ... ... @@ -253,10 +253,10 @@ 253 253 == 2.7 Example: Log Temperature Sensor(DHT11) and send data to TTN, show it in Node-RED. == 254 254 255 255 256 - (% style="color:blue" %)**1. Open project**256 +**1. Open project** 257 257 258 258 259 -Log-Temperature-Sensor-and-send-data-to-TTN source code link: [[https:~~/~~/www.dropbox.com/sh/ 0aagmrpec1lxmva/AABMXWVMSHG9dK1_Zv_7xOmCa?dl=0>>https://www.dropbox.com/sh/0aagmrpec1lxmva/AABMXWVMSHG9dK1_Zv_7xOmCa?dl=0]]259 +Log-Temperature-Sensor-and-send-data-to-TTN source code link: [[https:~~/~~/www.dropbox.com/sh/trqitpm9adkupva/AAAE542NzwlHubIAIDxe6IWFa?dl=0>>https://www.dropbox.com/sh/trqitpm9adkupva/AAAE542NzwlHubIAIDxe6IWFa?dl=0]] 260 260 261 261 262 262 [[image:image-20220723173341-10.png||height="581" width="1014"]] ... ... @@ -263,7 +263,7 @@ 263 263 264 264 265 265 266 - (% style="color:blue" %)**2. Same steps as 2.5,after opening the serial port monitoring, it will automatically connect to the network and send packets**266 +**2. Same steps as 2.5,after opening the serial port monitoring, it will automatically connect to the network and send packets** 267 267 268 268 269 269 [[image:image-20220723173950-11.png||height="665" width="1012"]] ... ... @@ -270,7 +270,7 @@ 270 270 271 271 272 272 273 - (% style="color:blue" %)**3. Integration into Node-red via TTNV3**273 +**3. Integration into Node-red via TTNV3** 274 274 275 275 For the usage of Node-RED, please refer to: [[http:~~/~~/8.211.40.43:8080/xwiki/bin/view/Main/Node-RED/>>http://8.211.40.43:8080/xwiki/bin/view/Main/Node-RED/]] 276 276 ... ... @@ -437,6 +437,8 @@ 437 437 * Firmware upgradable via UART interface 438 438 * Open Source Mobile App for LoRaWAN signal detect and GPS tracking. 439 439 440 + 441 + 440 440 == 3.3 Specification == 441 441 442 442 * CPU: 32-bit 48 MHz ... ... @@ -455,6 +455,8 @@ 455 455 * LoRa Tx Current: <90 mA at +17 dBm, 108 mA at +22 dBm 456 456 * LoRa Rx current: <9 mA 457 457 460 + 461 + 458 458 == 3.4 Pin Mapping & LED == 459 459 460 460 ... ... @@ -587,7 +587,7 @@ 587 587 == 3.8 Example: Use of LA66 USB LoRaWAN Adapter and APP sample process and DRAGINO-LA66-APP. == 588 588 589 589 590 -=== 3.8.1 594 +=== 3.8.1 DRAGINO-LA66-APP === 591 591 592 592 593 593 [[image:image-20220723102027-3.png]] ... ... @@ -597,13 +597,9 @@ 597 597 ==== (% style="color:blue" %)**Overview:**(%%) ==== 598 598 599 599 600 -((( 601 601 DRAGINO-LA66-APP is a mobile APP for LA66 USB LoRaWAN Adapter and APP sample process. DRAGINO-LA66-APP can obtain the positioning information of the mobile phone and send it to the LoRaWAN platform through the LA66 USB LoRaWAN Adapter. 602 -))) 603 603 604 -((( 605 605 View the communication signal strength between the node and the gateway through the RSSI value(DRAGINO-LA66-APP currently only supports Android system) 606 -))) 607 607 608 608 609 609 ... ... @@ -623,7 +623,6 @@ 623 623 624 624 [[image:image-20220723113448-7.png||height="1481" width="670"]] 625 625 626 - 627 627 1.Display LA66 USB LoRaWAN Module connection status 628 628 629 629 2.Check and reconnect ... ... @@ -663,16 +663,16 @@ 663 663 664 664 665 665 666 -=== 3.8.2 665 +=== 3.8.2 Use DRAGINO-LA66-APP to obtain positioning information and send it to TTNV3 through LA66 USB LoRaWAN Adapter and integrate it into Node-RED === 667 667 668 668 669 - (% style="color:blue" %)**1. Register LA66 USB LoRaWAN Module to TTNV3**668 +**1. Register LA66 USB LoRaWAN Module to TTNV3** 670 670 671 671 [[image:image-20220723134549-8.png]] 672 672 673 673 674 674 675 - (% style="color:blue" %)**2. Open Node-RED,And import the JSON file to generate the flow**674 +**2. Open Node-RED,And import the JSON file to generate the flow** 676 676 677 677 Sample JSON file please go to this link to download:放置JSON文件的链接 678 678 ... ... @@ -695,19 +695,9 @@ 695 695 696 696 697 697 698 -= 4. FAQ=697 += 4. Order Info = 699 699 700 700 701 -== 4.1 How to Compile Source Code for LA66? == 702 - 703 - 704 -Compile and Upload Code to ASR6601 Platform :[[Instruction>>Compile and Upload Code to ASR6601 Platform]] 705 - 706 - 707 - 708 -= 5. Order Info = 709 - 710 - 711 711 **Part Number:** (% style="color:blue" %)**LA66-XXX**(%%), (% style="color:blue" %)**LA66-LoRaWAN-Shield-XXX** (%%) **or** (% style="color:blue" %)**LA66-USB-LoRaWAN-Adapter-XXX** 712 712 713 713 ... ... @@ -724,10 +724,7 @@ 724 724 * (% style="color:red" %)**PP**(%%): Peer to Peer LoRa Protocol 725 725 726 726 716 += 5. Reference = 727 727 728 728 729 - 730 -= 6. Reference = 731 - 732 - 733 733 * Hardware Design File for LA66 LoRaWAN Shield, LA66 USB LoRaWAN Adapter : [[Download>>https://www.dropbox.com/sh/a3wbmdcvqjxaqw5/AADZfvAiykJTK624RgMquH86a?dl=0]]
- image-20220726135239-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lu - Size
-
... ... @@ -1,1 +1,0 @@ 1 -91.4 KB - Content
- image-20220726135356-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Lu - Size
-
... ... @@ -1,1 +1,0 @@ 1 -45.6 KB - Content