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 | [[image:image-20220523101537-1.png]] | ||
56 | |||
57 | == Land Pattern == | ||
58 | |||
59 | [[image:image-20220517072821-2.png]] | ||
60 | |||
61 | |||
62 | == Part Number == | ||
63 | |||
64 | Part Number: **LA66-XXX** | ||
65 | |||
66 | **XX**: The default frequency band | ||
67 | |||
68 | * **AS923**: LoRaWAN AS923 band | ||
69 | * **AU915**: LoRaWAN AU915 band | ||
70 | * **EU433**: LoRaWAN EU433 band | ||
71 | * **EU868**: LoRaWAN EU868 band | ||
72 | * **KR920**: LoRaWAN KR920 band | ||
73 | * **US915**: LoRaWAN US915 band | ||
74 | * **IN865**: LoRaWAN IN865 band | ||
75 | * **CN470**: LoRaWAN CN470 band | ||
76 | |||
77 | = LA66 LoRaWAN Shield = | ||
78 | |||
79 | LA66 LoRaWAN Shield is the Arduino Breakout PCB to fast test the features of LA66 module and turn Arduino to support LoRaWAN. | ||
80 | |||
81 | == Pin Mapping & LED == | ||
82 | |||
83 | == Example: Use AT Command to communicate with LA66 module via Arduino UNO. == | ||
84 | |||
85 | == Example: Join TTN network and send an uplink message, get downlink message. == | ||
86 | |||
87 | == Example: Log Temperature Sensor(DHT11) and send data to TTN, show it in DataCake. == | ||
88 | |||
89 | == Upgrade Firmware of LA66 LoRaWAN Shield == | ||
90 | |||
91 | |||
92 | |||
93 | = LA66 USB LoRaWAN Adapter = | ||
94 | |||
95 | 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. | ||
96 | |||
97 | == Pin Mapping & LED == | ||
98 | |||
99 | == Example Send & Get Messages via LoRaWAN in PC == | ||
100 | |||
101 | == Example Send & Get Messages via LoRaWAN in RPi == | ||
102 | |||
103 | === Install USB Driver === | ||
104 | |||
105 | === Install Minicom === | ||
106 | |||
107 | === Use AT Command to send an uplink message. === | ||
108 | |||
109 | === Send CPU/RAM usage to TTN via a script. === | ||
110 | |||
111 | |||
112 | == Example: LA66 USB Module got a message from LA66 LoRa Shield and send the sensor data to NodeRed. == | ||
113 | |||
114 | |||
115 | == Upgrade Firmware of LA66 USB LoRaWAN Adapter == | ||
116 | |||
117 |