Last modified by Xiaoling on 2025/04/25 10:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -54,159 +54,6 @@ 54 54 [[image:image-20220530002453-3.png||height="262" width="493"]] 55 55 56 56 57 -== LED Indicator ( 检查等状态是否对的) == 58 - 59 -The GroPoint Air has an internal LED which can show the status of different states. 60 - 61 -* The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected. 62 -* Blink once when device transmits a packet. 63 - 64 - 65 - 66 -== Firmware and Changelog (Changelog标注现在 版本是什么版本) == 67 - 68 -Firmware Download Location: [[https:~~/~~/www.dropbox.com/sh/4strg6w7kkekdc4/AAAUKdAV3XKhOi3t6YjA8j9za?dl=0>>https://www.dropbox.com/sh/4strg6w7kkekdc4/AAAUKdAV3XKhOi3t6YjA8j9za?dl=0]] 69 - 70 -Change Log: 71 - 72 - 73 - 74 -= Configure GroPoint Air via AT Command or LoRaWAN Downlink = 75 - 76 -Use can configure GroPoint Air via AT Command or LoRaWAN Downlink. 77 - 78 -* 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]]. 79 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]] 80 - 81 -There are two kinds of commands to configure GroPoint Air, they are: 82 - 83 -* ((( 84 -**~ General Commands**. 85 -))) 86 - 87 -These commands are to configure: 88 - 89 -* General system settings like: uplink interval. 90 -* LoRaWAN protocol & radio-related command. 91 - 92 -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/]] 93 - 94 - 95 -* ((( 96 -**~ Commands special design for GroPoint Air** 97 -))) 98 - 99 -These commands only valid for GroPoint Air, as below: 100 - 101 -== 3.1 Set Transmit Interval Time == 102 - 103 -Feature: Change LoRaWAN End Node Transmit Interval. 104 - 105 -**AT Command: AT+TDC** 106 - 107 -[[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"]] 108 - 109 -**Downlink Command: 0x01** 110 - 111 -Format: Command Code (0x01) followed by 3 bytes time value. 112 - 113 -If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 114 - 115 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 116 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 117 - 118 -== 3.2 Set Interrupt Mode (是否存在) == 119 - 120 -Feature, Set Interrupt mode for GPIO_EXIT. 121 - 122 -**AT Command: AT+INTMOD** 123 - 124 -[[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"]] 125 - 126 -**Downlink Command: 0x06** 127 - 128 -Format: Command Code (0x06) followed by 3 bytes. 129 - 130 -This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 131 - 132 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 133 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 134 - 135 -== 3.3 Get Firmware Version Info ~-~--(是否存在) == 136 - 137 -Feature: use downlink to get firmware version. 138 - 139 -**Downlink Command: 0x26** 140 - 141 -[[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"]] 142 - 143 -* Reply to the confirmation package: 26 01 144 -* Reply to non-confirmed packet: 26 00 145 - 146 -Device will send an uplink after got this downlink command. With below payload: 147 - 148 -Configures info payload: 149 - 150 -|=((( 151 -**Size(bytes)** 152 -)))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1** 153 -|**Value**|Software Type|((( 154 -Frequency 155 - 156 -Band 157 -)))|Sub-band|((( 158 -Firmware 159 - 160 -Version 161 -)))|Sensor Type|Reserve|((( 162 -[[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]] 163 -Always 0x02 164 -))) 165 - 166 -**Software Type**: Always 0x03 for LLMS01 167 - 168 -**Frequency Band**: 169 - 170 -*0x01: EU868 171 - 172 -*0x02: US915 173 - 174 -*0x03: IN865 175 - 176 -*0x04: AU915 177 - 178 -*0x05: KZ865 179 - 180 -*0x06: RU864 181 - 182 -*0x07: AS923 183 - 184 -*0x08: AS923-1 185 - 186 -*0x09: AS923-2 187 - 188 -*0xa0: AS923-3 189 - 190 -**Sub-Band**: value 0x00 ~~ 0x08 191 - 192 -**Firmware Version**: 0x0100, Means: v1.0.0 version 193 - 194 -**Sensor Type**: 195 - 196 -0x01: LSE01 197 - 198 -0x02: LDDS75 199 - 200 -0x03: LDDS20 201 - 202 -0x04: LLMS01 203 - 204 -0x05: LSPH01 205 - 206 -0x06: LSNPK01 207 - 208 - 209 - 210 210 = Use AT Command = 211 211 212 212 == Access AT Commands == ... ... @@ -246,6 +246,7 @@ 246 246 247 247 GroPoint Air: 2.45v ~~ 3.6v 248 248 96 +== == 249 249 250 250 == Power Consumption Analyze == 251 251 ... ... @@ -269,7 +269,7 @@ 269 269 Working Mode 270 270 ))) 271 271 272 -And the Life expectation in differen tcaseswill be shown on the right.120 +And the Life expectation in difference case will be shown on the right. 273 273 274 274 [[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"]] 275 275 ... ... @@ -287,11 +287,13 @@ 287 287 288 288 [[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"]] 289 289 138 +=== === 290 290 291 291 === Battery Note === 292 292 293 293 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. 294 294 144 +=== === 295 295 296 296 === Replace the battery === 297 297