Last modified by Xiaoling on 2024/04/23 14:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -55,6 +55,245 @@ 55 55 56 56 57 57 58 +== Firmware and Changelog (Changelog标注现在 版本是什么版本) == 59 + 60 +Firmware Download Location: [[https:~~/~~/www.dropbox.com/sh/4strg6w7kkekdc4/AAAUKdAV3XKhOi3t6YjA8j9za?dl=0>>https://www.dropbox.com/sh/4strg6w7kkekdc4/AAAUKdAV3XKhOi3t6YjA8j9za?dl=0]] 61 + 62 +Change Log: 63 + 64 + 65 + 66 += Configure GroPoint Air via AT Command or LoRaWAN Downlink = 67 + 68 +Use can configure GroPoint Air via AT Command or LoRaWAN Downlink. 69 + 70 +* AT Command Connection: See [[FAQ>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/#H6.FAQ]]. 71 +* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]] 72 + 73 +There are two kinds of commands to configure GroPoint Air, they are: 74 + 75 +* ((( 76 +**~ General Commands**. 77 +))) 78 + 79 +These commands are to configure: 80 + 81 +* General system settings like: uplink interval. 82 +* LoRaWAN protocol & radio-related command. 83 + 84 +They are the same for all Dragino Device that support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: [[End Device AT Commands and Downlink Command>>url:http://8.211.40.43/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 85 + 86 + 87 +* ((( 88 +**~ Commands special design for GroPoint Air** 89 +))) 90 + 91 +These commands only valid for GroPoint Air, as below: 92 + 93 +== 3.1 Set Transmit Interval Time == 94 + 95 +Feature: Change LoRaWAN End Node Transmit Interval. 96 + 97 +**AT Command: AT+TDC** 98 + 99 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607171554-8.png?rev=1.1||alt="image-20220607171554-8.png"]] 100 + 101 +**Downlink Command: 0x01** 102 + 103 +Format: Command Code (0x01) followed by 3 bytes time value. 104 + 105 +If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 106 + 107 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 108 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 109 + 110 +== 3.2 Set Interrupt Mode (是否存在) == 111 + 112 +Feature, Set Interrupt mode for GPIO_EXIT. 113 + 114 +**AT Command: AT+INTMOD** 115 + 116 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607171716-9.png?rev=1.1||alt="image-20220607171716-9.png"]] 117 + 118 +**Downlink Command: 0x06** 119 + 120 +Format: Command Code (0x06) followed by 3 bytes. 121 + 122 +This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 123 + 124 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 125 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 126 + 127 +== 3.3 Get Firmware Version Info ~-~--(是否存在) == 128 + 129 +Feature: use downlink to get firmware version. 130 + 131 +**Downlink Command: 0x26** 132 + 133 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607171917-10.png?rev=1.1||alt="image-20220607171917-10.png"]] 134 + 135 +* Reply to the confirmation package: 26 01 136 +* Reply to non-confirmed packet: 26 00 137 + 138 +Device will send an uplink after got this downlink command. With below payload: 139 + 140 +Configures info payload: 141 + 142 +|=((( 143 +**Size(bytes)** 144 +)))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1** 145 +|**Value**|Software Type|((( 146 +Frequency 147 + 148 +Band 149 +)))|Sub-band|((( 150 +Firmware 151 + 152 +Version 153 +)))|Sensor Type|Reserve|((( 154 +[[Message Type>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/#H2.3.6MessageType]] 155 +Always 0x02 156 +))) 157 + 158 +**Software Type**: Always 0x03 for LLMS01 159 + 160 +**Frequency Band**: 161 + 162 +*0x01: EU868 163 + 164 +*0x02: US915 165 + 166 +*0x03: IN865 167 + 168 +*0x04: AU915 169 + 170 +*0x05: KZ865 171 + 172 +*0x06: RU864 173 + 174 +*0x07: AS923 175 + 176 +*0x08: AS923-1 177 + 178 +*0x09: AS923-2 179 + 180 +*0xa0: AS923-3 181 + 182 +**Sub-Band**: value 0x00 ~~ 0x08 183 + 184 +**Firmware Version**: 0x0100, Means: v1.0.0 version 185 + 186 +**Sensor Type**: 187 + 188 +0x01: LSE01 189 + 190 +0x02: LDDS75 191 + 192 +0x03: LDDS20 193 + 194 +0x04: LLMS01 195 + 196 +0x05: LSPH01 197 + 198 +0x06: LSNPK01 199 + 200 + 201 + 202 += Use AT Command = 203 + 204 +== Access AT Commands == 205 + 206 +GroPoint Air supports AT Command set in the stock firmware. You can use a USB to TTL adapter to connect to GroPoint Air for using AT command, as below. 207 + 208 +[[image:Main.User Manual for LoRaWAN End Nodes.LLMS01-LoRaWAN Leaf Moisture Sensor User Manual.WebHome@1654593668970-604.png||height="297" width="474"]] 209 + 210 +**Connection:** 211 + 212 +(% style="background-color:yellow" %)** USB TTL GND <~-~-~-~-> GND** 213 + 214 +(% style="background-color:yellow" %)** USB TTL TXD <~-~-~-~-> UART_RXD** 215 + 216 +(% style="background-color:yellow" %)** USB TTL RXD <~-~-~-~-> UART_TXD** 217 + 218 + 219 +In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for GroPoint Air. GroPoint Air will output system info once power on as below: 220 + 221 +[[image:Main.User Manual for LoRaWAN End Nodes.LLMS01-LoRaWAN Leaf Moisture Sensor User Manual.WebHome@1654653659449-932.png||height="471" width="674"]] 222 + 223 +Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLLMS01viaATCommandorLoRaWANDownlink"]]. 224 + 225 + 226 += Battery & How to replace = 227 + 228 +== Battery Type == 229 + 230 +GroPoint Air is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]. The battery is an un-rechargeable battery with a low discharge rate targeting more than 5 years use. This type of battery is commonly used in IoT targets for long-term running, such as water meters. 231 + 232 +The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance. 233 + 234 + 235 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/1654593587246-335.png?rev=1.1||alt="1654593587246-335.png" height="408" width="574"]] 236 + 237 +Minimum Working Voltage for the GroPoint Air: 238 + 239 +GroPoint Air: 2.45v ~~ 3.6v 240 + 241 + 242 +== Power Consumption Analyze == 243 + 244 +Dragino Battery-powered products are all runs in Low Power mode. We have an updated battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit intervals. 245 + 246 +Instruction to use as below: 247 + 248 + 249 +**Step 1**: Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from: [[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]] 250 + 251 + 252 +**Step 2**: Open it and choose 253 + 254 +* ((( 255 +Product Model 256 +))) 257 +* ((( 258 +Uplink Interval 259 +))) 260 +* ((( 261 +Working Mode 262 +))) 263 + 264 +And the Life expectation in different cases will be shown on the right. 265 + 266 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/1654593605679-189.png?rev=1.1||alt="1654593605679-189.png"]] 267 + 268 +The battery-related documents as below: 269 + 270 +* ((( 271 +[[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]], 272 +))) 273 +* ((( 274 +[[Lithium-Thionyl Chloride Battery datasheet>>url:https://www.dragino.com/downloads/downloads/datasheet/Battery/ER26500/ER26500_Datasheet-EN.pdf]], 275 +))) 276 +* ((( 277 +[[Lithium-ion Battery-Capacitor datasheet>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC_1520_datasheet.jpg]], [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC1520%20Technical%20Specification20171123.pdf]] 278 +))) 279 + 280 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607172042-11.png?rev=1.1||alt="image-20220607172042-11.png"]] 281 + 282 + 283 +=== Battery Note === 284 + 285 +The Li-SICO battery is designed for small current / long period applications. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period to transmit LoRa, then the battery life may be decreased. 286 + 287 + 288 +=== Replace the battery === 289 + 290 +You can change the battery in GroPoint Air. The type of battery is not limited as long as the output is between 3v to 3.6v. 291 + 292 +The default battery pack of GroPoint Air includes a ER26500 plus supercapacitor. If users can’t find this pack locally, they can find ER26500 or equivalence, which will also work in most cases. The SPC can enlarge the battery life for high-frequency use (update period below 5 minutes) 293 + 294 + 295 + 296 + 58 58 = FAQ = 59 59 60 60 == How to change the LoRa Frequency Bands/Region ==