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
-
... ... @@ -278,69 +278,84 @@ 278 278 279 279 == Example Send & Get Messages via LoRaWAN in PC == 280 280 281 - Connect the LA66 LoRaShield tothePC281 +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"]]283 +~1. Connect the LA66 USB LoRaWAN adapter to PC 284 284 285 +[[image:image-20220602171217-1.png||height="538" width="800"]] 286 + 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"]]291 +[[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 enteredthenetwork294 +2. Press the reset switch RST on the LA66 USB LoRaWAN Adapter to reset it. 294 294 295 - [[image:image-20220602161935-10.png]]296 +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>298 +[[image:image-20220602161935-10.png||height="498" width="800"]] 298 298 300 + 301 +3. See Uplink Command 302 + 303 +Command format: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data> 304 + 299 299 example: AT+SENDB=01,02,8,05820802581ea0a5 300 300 301 -[[image:image-20220602162157-11.png]] 307 +[[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"]]310 +4. Check to see if TTN received the message 306 306 312 +[[image:image-20220602162331-12.png||height="420" width="800"]] 313 + 314 + 315 + 307 307 == Example Send & Get Messages via LoRaWAN in RPi == 308 308 309 - Connect the LA66 LoRaShield totheRPI318 +Assume user already input the LA66 USB LoRaWAN Adapter OTAA Keys in TTN and there is already TTN network coverage. 310 310 311 - [[image:image-20220602171233-2.png||height="592"width="881"]]320 +~1. Connect the LA66 USB LoRaWAN Adapter to the Raspberry Pi 312 312 313 - Login to the RPI's terminal and connect to theserialport322 +[[image:image-20220602171233-2.png||height="538" width="800"]] 314 314 315 -[[image:image-20220602153146-3.png]] 316 316 317 -Press the reset switch RST on the LA66 LoRa Shield. 318 -The following picture appears to prove that the LA66 LoRa Shield successfully entered the network 325 +2. Install Minicom in RPi. 319 319 320 - [[image:image-20220602154928-5.png]]327 +(% id="cke_bm_509388S" style="display:none" %) (%%)Enter the following command in the RPi terminal 321 321 322 - sendinstructions: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data>329 +(% class="mark" %)apt update 323 323 324 - example:AT+SENDB=01,02,8,05820802581ea0a5331 +(% class="mark" %)apt install minicom 325 325 326 -[[image:image-20220602160339-6.png]] 327 327 328 - Checktosee if TTN receivedthemessage334 +Use minicom to connect to the RPI's terminal 329 329 330 -[[image:image-2022060216 0627-7.png||height="468" width="1013"]]336 +[[image:image-20220602153146-3.png||height="439" width="500"]] 331 331 332 -=== Install Minicom === 333 333 334 -Enter the following command in the RPI terminal 339 +3. Press the reset switch RST on the LA66 USB LoRaWAN Adapter. 340 +The following picture appears to prove that the LA66 USB LoRaWAN Adapter successfully entered the network 335 335 336 -apt update342 +[[image:image-20220602154928-5.png||height="436" width="500"]] 337 337 338 -[[image:image-20220602143155-1.png]] 339 339 340 - aptinstallminicom345 +4. Send Uplink message 341 341 342 - [[image:image-20220602143744-2.png]]347 +Format: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data> 343 343 349 +example: AT+SENDB=01,02,8,05820802581ea0a5 350 + 351 +[[image:image-20220602160339-6.png||height="517" width="600"]] 352 + 353 +Check to see if TTN received the message 354 + 355 +[[image:image-20220602160627-7.png||height="369" width="800"]] 356 + 357 + 358 + 344 344 === Send PC's CPU/RAM usage to TTN via script. === 345 345 346 346 ==== Take python as an example: ==== ... ... @@ -388,7 +388,6 @@ 388 388 389 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]]