<
From version < 87.1 >
edited by Edwin Chen
on 2022/07/11 09:10
To version < 78.2 >
edited by Edwin Chen
on 2022/07/10 21:55
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -68,7 +68,22 @@
68 68  [[image:image-20220517072821-2.png]]
69 69  
70 70  
71 +== Order Info ==
71 71  
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 +
72 72  = LA66 LoRaWAN Shield =
73 73  
74 74  == Overview ==
... ... @@ -200,7 +200,27 @@
200 200  [[image:image-20220602105251-15.png]]
201 201  
202 202  
218 +== Order Info ==
203 203  
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 +
204 204  = LA66 USB LoRaWAN Adapter =
205 205  
206 206  == Overview ==
... ... @@ -278,72 +278,63 @@
278 278  
279 279  
280 280  
281 -== Example:Send PC's CPU/RAM usage to TTN via python ==
316 +== Example Send & Get Messages via LoRaWAN in RPi ==
282 282  
283 -(% class="wikigeneratedid" id="HUsepythonasanexampleFF1A" %)
284 -**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]]
318 +Connect the LA66 USB LoRaWAN Adapter to the Raspberry Pi
285 285  
286 -(% class="wikigeneratedid" id="HPreconditions:" %)
287 -**Preconditions:**
320 +[[image:image-20220602171233-2.png||height="538" width="800"]]
288 288  
289 -1.LA66 USB LoRaWAN Adapter works fine
322 +Log in to the RPI's terminal and connect to the serial port
290 290  
291 -2.LA66 USB LoRaWAN Adapteis registered with TTN
324 +[[image:image-20220602153146-3.png]]
292 292  
293 -(% class="wikigeneratedid" id="HStepsforusage" %)
294 -**Steps for usage**
326 +Press the reset switch RST on the LA66 LoRa Shield.
327 +The following picture appears to prove that the LA66 LoRa Shield successfully entered the network
295 295  
296 -1.Press the reset switch RESET on the LA66 USB LoRaWAN Adapter
329 +[[image:image-20220602154928-5.png]]
297 297  
298 -2.Run the python script in PC and see the TTN
331 +send instructions: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data>
299 299  
300 -[[image:image-20220602115852-3.png||height="450" width="1187"]]
333 +example: AT+SENDB=01,02,8,05820802581ea0a5
301 301  
335 +[[image:image-20220602160339-6.png]]
302 302  
337 +Check to see if TTN received the message
303 303  
304 -== Example Send & Get Messages via LoRaWAN in RPi ==
339 +[[image:image-20220602160627-7.png||height="468" width="1013"]]
305 305  
306 -Assume user already input the LA66 USB LoRaWAN Adapter OTAA Keys in TTN and there is already TTN network coverage.
341 +=== Install Minicom ===
307 307  
308 -~1. Connect the LA66 USB LoRaWAN Adapter to the Raspberry Pi
343 +Enter the following command in the RPI terminal
309 309  
310 -[[image:image-20220602171233-2.png||height="538" width="800"]]
345 +apt update
311 311  
347 +[[image:image-20220602143155-1.png]]
312 312  
313 -2. Install Minicom in RPi.
349 +apt install minicom
314 314  
315 -(% id="cke_bm_509388S" style="display:none" %) (%%)Enter the following command in the RPi terminal
351 +[[image:image-20220602143744-2.png]]
316 316  
317 -(% class="mark" %)apt update
353 +=== Send PC's CPU/RAM usage to TTN via script. ===
318 318  
319 -(% class="mark" %)apt install minicom
355 +==== Take python as an example: ====
320 320  
357 +===== Preconditions: =====
321 321  
322 -Use minicom to connect to the RPI's terminal
359 +1.LA66 USB LoRaWAN Adapter works fine
323 323  
324 -[[image:image-20220602153146-3.png||height="439" width="500"]]
361 +2.LA66 USB LoRaWAN Adapteis registered with TTN
325 325  
363 +===== Steps for usage =====
326 326  
327 -3. Press the reset switch RST on the LA66 USB LoRaWAN Adapter.
328 -The following picture appears to prove that the LA66 USB LoRaWAN Adapter successfully entered the network
365 +1.Press the reset switch RESET on the LA66 USB LoRaWAN Adapter
329 329  
330 -[[image:image-20220602154928-5.png||height="436" width="500"]]
367 +2.Run the script and see the TTN
331 331  
369 +[[image:image-20220602115852-3.png]]
332 332  
333 -4. Send Uplink message
334 334  
335 -Format: AT+SENDB=<confirn_status>,<Fport>,<data_len>,<data>
336 336  
337 -example: AT+SENDB=01,02,8,05820802581ea0a5
338 -
339 -[[image:image-20220602160339-6.png||height="517" width="600"]]
340 -
341 -Check to see if TTN received the message
342 -
343 -[[image:image-20220602160627-7.png||height="369" width="800"]]
344 -
345 -
346 -
347 347  == Example: LA66 USB Module got a message from LA66 LoRa Shield and send the sensor data to NodeRed. ==
348 348  
349 349  
... ... @@ -351,14 +351,12 @@
351 351  
352 352  
353 353  
354 -= Order Info =
380 +== Order Info ==
355 355  
356 -Part Number:
382 +Part Number: **LA66-USB-LoRaWAN-Adapter-XXX**
357 357  
358 -**LA66-XXX**, **LA66-LoRaWAN-Shield-XXX** or **LA66-USB-LoRaWAN-Adapter-XXX**
384 +**XX**: The default frequency band
359 359  
360 -**XXX**: The default frequency band
361 -
362 362  * **AS923**: LoRaWAN AS923 band
363 363  * **AU915**: LoRaWAN AU915 band
364 364  * **EU433**: LoRaWAN EU433 band
... ... @@ -369,9 +369,11 @@
369 369  * **CN470**: LoRaWAN CN470 band
370 370  * **PP**: Peer to Peer LoRa Protocol
371 371  
396 +== Package Info ==
372 372  
398 +* LA66 USB LoRaWAN Adapter x 1
399 +
373 373  = Reference =
374 374  
375 375  * Hardware Design File for LA66 LoRaWAN Shield, LA66 USB LoRaWAN Adapter : [[Download>>https://www.dropbox.com/sh/a3wbmdcvqjxaqw5/AADZfvAiykJTK624RgMquH86a?dl=0]]
376 376  
377 -
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0