Changes for page LA66 LoRaWAN Shield User Manual
Last modified by Xiaoling on 2023/05/26 14:19
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -68,22 +68,8 @@ 68 68 [[image:image-20220517072821-2.png]] 69 69 70 70 71 - ==Order Info ==71 + 72 72 73 -Part Number: **LA66-XXX** 74 - 75 -**XX**: The default frequency band 76 - 77 -* **AS923**: LoRaWAN AS923 band 78 -* **AU915**: LoRaWAN AU915 band 79 -* **EU433**: LoRaWAN EU433 band 80 -* **EU868**: LoRaWAN EU868 band 81 -* **KR920**: LoRaWAN KR920 band 82 -* **US915**: LoRaWAN US915 band 83 -* **IN865**: LoRaWAN IN865 band 84 -* **CN470**: LoRaWAN CN470 band 85 -* **PP**: Peer to Peer LoRa Protocol 86 - 87 87 = LA66 LoRaWAN Shield = 88 88 89 89 == Overview == ... ... @@ -215,27 +215,8 @@ 215 215 [[image:image-20220602105251-15.png]] 216 216 217 217 218 - ==Order Info ==204 + 219 219 220 -Part Number: **LA66-LoRaWAN-Shield-XXX** 221 - 222 -**XX**: The default frequency band 223 - 224 -* **AS923**: LoRaWAN AS923 band 225 -* **AU915**: LoRaWAN AU915 band 226 -* **EU433**: LoRaWAN EU433 band 227 -* **EU868**: LoRaWAN EU868 band 228 -* **KR920**: LoRaWAN KR920 band 229 -* **US915**: LoRaWAN US915 band 230 -* **IN865**: LoRaWAN IN865 band 231 -* **CN470**: LoRaWAN CN470 band 232 -* **PP**: Peer to Peer LoRa Protocol 233 - 234 -== Package Info == 235 - 236 -* LA66 LoRaWAN Shield x 1 237 -* RF Antenna x 1 238 - 239 239 = LA66 USB LoRaWAN Adapter = 240 240 241 241 == Overview == ... ... @@ -278,89 +278,107 @@ 278 278 279 279 == Example Send & Get Messages via LoRaWAN in PC == 280 280 281 - Connect the LA66 LoRaShield tothePC248 +Assume user already input the LA66 USB LoRaWAN Adapter OTAA Keys in TTN and there is already TTN network coverage. 282 282 283 - [[image:image-20220602171217-1.png||height="615"width="915"]]250 +~1. Connect the LA66 USB LoRaWAN adapter to PC 284 284 252 +[[image:image-20220602171217-1.png||height="538" width="800"]] 253 + 285 285 Open the serial port tool 286 286 287 287 [[image:image-20220602161617-8.png]] 288 288 289 -[[image:image-20220602161718-9.png||height="5 29" width="927"]]258 +[[image:image-20220602161718-9.png||height="457" width="800"]] 290 290 291 -Press the reset switch RST on the LA66 LoRa Shield. 292 292 293 - Thefollowing pictureappears toprove thatthe LA66 LoRaShieldsuccessfully enteredthenetwork261 +2. Press the reset switch RST on the LA66 USB LoRaWAN Adapter to reset it. 294 294 295 - [[image:image-20220602161935-10.png]]263 +The following picture appears to prove that the LA66 USB LoRaWAN Adapter successfully Join the LoRaWAN network 296 296 297 - sendinstructions:AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data>265 +[[image:image-20220602161935-10.png||height="498" width="800"]] 298 298 267 + 268 +3. See Uplink Command 269 + 270 +Command format: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data> 271 + 299 299 example: AT+SENDB=01,02,8,05820802581ea0a5 300 300 301 -[[image:image-20220602162157-11.png]] 274 +[[image:image-20220602162157-11.png||height="497" width="800"]] 302 302 303 -Check to see if TTN received the message 304 304 305 - [[image:image-20220602162331-12.png||height="547"width="1044"]]277 +4. Check to see if TTN received the message 306 306 307 - == Example Send & Get Messages viaLoRaWAN inRPi ==279 +[[image:image-20220602162331-12.png||height="420" width="800"]] 308 308 309 -Connect the LA66 LoRa Shield to the RPI 310 310 311 -[[image:image-20220602171233-2.png||height="592" width="881"]] 312 312 313 - Loginto the RPI'sterminaland connecttotheserialport283 +== Example:Send PC's CPU/RAM usage to TTN via python == 314 314 315 -[[image:image-20220602153146-3.png]] 285 +(% class="wikigeneratedid" id="HUsepythonasanexampleFF1A" %) 286 +**Use python as an example:** 316 316 317 - Presstheresetswitch RSTonhe LA66 LoRaShield.318 - The following pictureappears to prove that the LA66 LoRa Shield successfully enteredhe network288 +(% class="wikigeneratedid" id="HPreconditions:" %) 289 +**Preconditions:** 319 319 320 - [[image:image-20220602154928-5.png]]291 +1.LA66 USB LoRaWAN Adapter works fine 321 321 322 - sendinstructions:AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data>293 +2.LA66 USB LoRaWAN Adapter is registered with TTN 323 323 324 -example: AT+SENDB=01,02,8,05820802581ea0a5 295 +(% class="wikigeneratedid" id="HStepsforusage" %) 296 +**Steps for usage** 325 325 326 - [[image:image-20220602160339-6.png]]298 +1.Press the reset switch RESET on the LA66 USB LoRaWAN Adapter 327 327 328 - Checkto seeifTTNreceivedthemessage300 +2.Run the python script in PC and see the TTN 329 329 330 -[[image:image-202206021 60627-7.png||height="468" width="1013"]]302 +[[image:image-20220602115852-3.png||height="450" width="1187"]] 331 331 332 -=== Install Minicom === 333 333 334 -Enter the following command in the RPI terminal 335 335 336 -ap tupdate306 +== Example Send & Get Messages via LoRaWAN in RPi == 337 337 338 - [[image:image-20220602143155-1.png]]308 +Assume user already input the LA66 USB LoRaWAN Adapter OTAA Keys in TTN and there is already TTN network coverage. 339 339 340 -apt installminicom310 +~1. Connect the LA66 USB LoRaWAN Adapter to the Raspberry Pi 341 341 342 -[[image:image-202206021 43744-2.png]]312 +[[image:image-20220602171233-2.png||height="538" width="800"]] 343 343 344 -=== Send PC's CPU/RAM usage to TTN via script. === 345 345 346 - ====Take pythonasnexample:====315 +2. Install Minicom in RPi. 347 347 348 -== ===Preconditions:=====317 +(% id="cke_bm_509388S" style="display:none" %) (%%)Enter the following command in the RPi terminal 349 349 350 - 1.LA66USBLoRaWANAdapter works fine319 +(% class="mark" %)apt update 351 351 352 - 2.LA66USB LoRaWANAdapterisregisteredwith TTN321 +(% class="mark" %)apt install minicom 353 353 354 -===== Steps for usage ===== 355 355 356 - 1.Press thereset switchRESETon theLA66 USB LoRaWANAdapter324 +Use minicom to connect to the RPI's terminal 357 357 358 -2. Runthescriptandseethe TTN326 +[[image:image-20220602153146-3.png||height="439" width="500"]] 359 359 360 -[[image:image-20220602115852-3.png]] 361 361 329 +3. Press the reset switch RST on the LA66 USB LoRaWAN Adapter. 330 +The following picture appears to prove that the LA66 USB LoRaWAN Adapter successfully entered the network 362 362 332 +[[image:image-20220602154928-5.png||height="436" width="500"]] 363 363 334 + 335 +4. Send Uplink message 336 + 337 +Format: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data> 338 + 339 +example: AT+SENDB=01,02,8,05820802581ea0a5 340 + 341 +[[image:image-20220602160339-6.png||height="517" width="600"]] 342 + 343 +Check to see if TTN received the message 344 + 345 +[[image:image-20220602160627-7.png||height="369" width="800"]] 346 + 347 + 348 + 364 364 == Example: LA66 USB Module got a message from LA66 LoRa Shield and send the sensor data to NodeRed. == 365 365 366 366 ... ... @@ -368,12 +368,14 @@ 368 368 369 369 370 370 371 -= =Order Info ==356 += Order Info = 372 372 373 -Part Number: **LA66-USB-LoRaWAN-Adapter-XXX**358 +Part Number: 374 374 375 -**XX** :Thedefaultfrequencyband360 +**LA66-XXX**, **LA66-LoRaWAN-Shield-XXX** or **LA66-USB-LoRaWAN-Adapter-XXX** 376 376 362 +**XXX**: The default frequency band 363 + 377 377 * **AS923**: LoRaWAN AS923 band 378 378 * **AU915**: LoRaWAN AU915 band 379 379 * **EU433**: LoRaWAN EU433 band ... ... @@ -384,11 +384,8 @@ 384 384 * **CN470**: LoRaWAN CN470 band 385 385 * **PP**: Peer to Peer LoRa Protocol 386 386 387 -== Package Info == 388 388 389 -* LA66 USB LoRaWAN Adapter x 1 390 390 391 - 392 392 = Reference = 393 393 394 394 * Hardware Design File for LA66 LoRaWAN Shield, LA66 USB LoRaWAN Adapter : [[Download>>https://www.dropbox.com/sh/a3wbmdcvqjxaqw5/AADZfvAiykJTK624RgMquH86a?dl=0]]