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
-
... ... @@ -19,10 +19,22 @@ 19 19 20 20 == Features == 21 21 22 +* Support LoRaWAN v1.0.4 protocol 23 +* Support peer-to-peer protocol 24 +* TCXO crystal to ensure RF performance on low temperature 25 +* SMD Antenna pad and i-pex antenna connector 26 +* Available in different frequency LoRaWAN frequency bands. 27 +* World-wide unique OTAA keys. 28 +* AT Command via UART-TTL interface 29 +* Firmware upgradable via UART interface 30 +* Ultra-long RF range 22 22 23 23 24 24 == Specification == 25 25 35 +* CPU: 32-bit 48 MHz 36 +* Flash: 256KB 37 +* RAM: 64KB 26 26 * Input Power Range: 1.8v ~~ 3.7v 27 27 * Power Consumption: < 4uA. 28 28 * Frequency Range: 150 MHz ~~ 960 MHz ... ... @@ -71,11 +71,52 @@ 71 71 * **US915**: LoRaWAN US915 band 72 72 * **IN865**: LoRaWAN IN865 band 73 73 * **CN470**: LoRaWAN CN470 band 86 +* **PP**: Peer to Peer LoRa Protocol 74 74 88 + 89 + 75 75 = LA66 LoRaWAN Shield = 76 76 77 - LA66LoRaWAN Shield is the Arduino BreakoutPCB to fast test the features of LA66 module and turn Arduino to support LoRaWAN.92 +== Overview == 78 78 94 +LA66 LoRaWAN Shield is the Arduino shield base on LA66. Users can use LA66 LoRaWAN Shield to rapidly add LoRaWAN or peer-to-peer LoRa wireless function to Arduino projects. 95 + 96 + 97 +== Features == 98 + 99 +* Arduino Shield base on LA66 LoRaWAN module 100 +* Support LoRaWAN v1.0.4 protocol 101 +* Support peer-to-peer protocol 102 +* TCXO crystal to ensure RF performance on low temperature 103 +* SMA connector 104 +* Available in different frequency LoRaWAN frequency bands. 105 +* World-wide unique OTAA keys. 106 +* AT Command via UART-TTL interface 107 +* Firmware upgradable via UART interface 108 +* Ultra-long RF range 109 + 110 + 111 +== Specification == 112 + 113 +* CPU: 32-bit 48 MHz 114 +* Flash: 256KB 115 +* RAM: 64KB 116 +* Input Power Range: 1.8v ~~ 3.7v 117 +* Power Consumption: < 4uA. 118 +* Frequency Range: 150 MHz ~~ 960 MHz 119 +* Maximum Power +22 dBm constant RF output 120 +* High sensitivity: -148 dBm 121 +* Temperature: 122 +** Storage: -55 ~~ +125℃ 123 +** Operating: -40 ~~ +85℃ 124 +* Humidity: 125 +** Storage: 5 ~~ 95% (Non-Condensing) 126 +** Operating: 10 ~~ 95% (Non-Condensing) 127 +* LoRa Tx Current: <90 mA at +17 dBm, 108 mA at +22 dBm 128 +* LoRa Rx current: <9 mA 129 +* I/O Voltage: 3.3v 130 + 131 + 79 79 == Pin Mapping & LED == 80 80 81 81 == Example: Use AT Command to communicate with LA66 module via Arduino UNO. ==