Wiki source code of LA66 LoRaWAN Module
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | = LA66 LoRaWAN Module = | ||
6 | |||
7 | == What is LA66 LoRaWAN Module == | ||
8 | |||
9 | **Dragino LA66** is a small wireless LoRaWAN module that offers a very compelling mix of long-range, low power consumption, and secure data transmission. It is designed to facilitate developers to quickly deploy industrial-level LoRa and IoT solutions. It helps users to turn the idea into a practical application and make the Internet of Things a reality. It is easy to program, create and connect your things everywhere. | ||
10 | |||
11 | **LA66 **is a ready-to-use module which includes the LoRaWAN v1.0.4 protocol. External MCU can use AT command to call LA66 and start to transmit data via the LoRaWAN protocol. | ||
12 | |||
13 | **Each LA66 **module includes a world unique OTAA key for LoRaWAN registration. | ||
14 | |||
15 | |||
16 | |||
17 | == Specification == | ||
18 | |||
19 | [[image:image-20220517072526-1.png]] | ||
20 | |||
21 | Input Power Range: 1.8v ~~ 3.7v | ||
22 | |||
23 | Power Consumption: < 4uA. | ||
24 | |||
25 | Frequency Range: 150 MHz ~~ 960 MHz | ||
26 | |||
27 | Maximum Power +22 dBm constant RF output | ||
28 | |||
29 | High sensitivity: -148 dBm | ||
30 | |||
31 | Temperature: | ||
32 | |||
33 | * Storage: -55 ~~ +125℃ | ||
34 | * Operating: -40 ~~ +85℃ | ||
35 | |||
36 | Humidity: | ||
37 | |||
38 | * Storage: 5 ~~ 95% (Non-Condensing) | ||
39 | * Operating: 10 ~~ 95% (Non-Condensing) | ||
40 | |||
41 | LoRa Tx Current: <90 mA at +17 dBm, 108 mA at +22 dBm | ||
42 | |||
43 | LoRa Rx current: <9 mA | ||
44 | |||
45 | I/O Voltage: 3.3v | ||
46 | |||
47 | |||
48 | == AT Command == | ||
49 | |||
50 | AT Command is valid over Main TXD and Main RXD. Serial Baud Rate is 9600. AT commands can be found in AT Command documents. | ||
51 | |||
52 | |||
53 | == Pin Mapping == | ||
54 | |||
55 | |||
56 | == Land Pattern == | ||
57 | |||
58 | [[image:image-20220517072821-2.png]] | ||
59 | |||
60 | |||
61 | == Part Number == | ||
62 | |||
63 | Part Number: **LA66-XXX** | ||
64 | |||
65 | **XX**: The default frequency band | ||
66 | |||
67 | * **AS923**: LoRaWAN AS923 band | ||
68 | * **AU915**: LoRaWAN AU915 band | ||
69 | * **EU433**: LoRaWAN EU433 band | ||
70 | * **EU868**: LoRaWAN EU868 band | ||
71 | * **KR920**: LoRaWAN KR920 band | ||
72 | * **US915**: LoRaWAN US915 band | ||
73 | * **IN865**: LoRaWAN IN865 band | ||
74 | * **CN470**: LoRaWAN CN470 band | ||
75 | |||
76 | = LA66 LoRaWAN Shield = | ||
77 | |||
78 | LA66 LoRaWAN Shield is the Arduino Breakout PCB to fast test the features of LA66 module and turn Arduino to support LoRaWAN. | ||
79 | |||
80 | |||
81 | = LA66 USB LoRaWAN Adapter = | ||
82 | |||
83 | LA66 USB LoRaWAN Adapter is the USB Adapter for LA66, it combines a USB TTL Chip and LA66 module which can easy to test the LoRaWAN feature by using PC or embedded device which has USB Interface. | ||
84 | |||
85 | |||
86 | == Install USB Driver == | ||
87 | |||
88 | |||
89 | == Send & Get Message via LoRaWAN == | ||
90 | |||
91 | === Install Minicom === | ||
92 | |||
93 | |||
94 | Example: LA66 USB Module got message from LA66 LoRa Shield and send the sensor data to NodeRed. | ||
95 | |||
96 |