<
From version < 35.1 >
edited by Edwin Chen
on 2022/06/08 23:55
To version < 29.1 >
edited by Edwin Chen
on 2022/06/08 23:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -54,144 +54,6 @@
54 54  [[image:image-20220530002453-3.png||height="262" width="493"]]
55 55  
56 56  
57 -= Configure GroPoint Air via AT Command or LoRaWAN Downlink =
58 -
59 -Use can configure GroPoint Air via AT Command or LoRaWAN Downlink.
60 -
61 -* 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]].
62 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
63 -
64 -There are two kinds of commands to configure GroPoint Air, they are:
65 -
66 -* (((
67 -**~ General Commands**.
68 -)))
69 -
70 -These commands are to configure:
71 -
72 -* General system settings like: uplink interval.
73 -* LoRaWAN protocol & radio-related command.
74 -
75 -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/]]
76 -
77 -
78 -* (((
79 -**~ Commands special design for GroPoint Air**
80 -)))
81 -
82 -These commands only valid for GroPoint Air, as below:
83 -
84 -== 3.1 Set Transmit Interval Time ==
85 -
86 -Feature: Change LoRaWAN End Node Transmit Interval.
87 -
88 -**AT Command: AT+TDC**
89 -
90 -[[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"]]
91 -
92 -**Downlink Command: 0x01**
93 -
94 -Format: Command Code (0x01) followed by 3 bytes time value.
95 -
96 -If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
97 -
98 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
99 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
100 -
101 -
102 -== 3.2 Set Interrupt Mode  (是否存在) ==
103 -
104 -Feature, Set Interrupt mode for GPIO_EXIT.
105 -
106 -**AT Command: AT+INTMOD**
107 -
108 -[[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"]]
109 -
110 -**Downlink Command: 0x06**
111 -
112 -Format: Command Code (0x06) followed by 3 bytes.
113 -
114 -This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
115 -
116 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
117 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
118 -
119 -
120 -== 3.3 Get Firmware Version Info ~-~--(是否存在) ==
121 -
122 -Feature: use downlink to get firmware version.
123 -
124 -**Downlink Command: 0x26**
125 -
126 -[[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"]]
127 -
128 -* Reply to the confirmation package: 26 01
129 -* Reply to non-confirmed packet: 26 00
130 -
131 -Device will send an uplink after got this downlink command. With below payload:
132 -
133 -Configures info payload:
134 -
135 -|=(((
136 -**Size(bytes)**
137 -)))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1**
138 -|**Value**|Software Type|(((
139 -Frequency
140 -
141 -Band
142 -)))|Sub-band|(((
143 -Firmware
144 -
145 -Version
146 -)))|Sensor Type|Reserve|(((
147 -[[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]]
148 -Always 0x02
149 -)))
150 -
151 -**Software Type**: Always 0x03 for LLMS01
152 -
153 -**Frequency Band**:
154 -
155 -*0x01: EU868
156 -
157 -*0x02: US915
158 -
159 -*0x03: IN865
160 -
161 -*0x04: AU915
162 -
163 -*0x05: KZ865
164 -
165 -*0x06: RU864
166 -
167 -*0x07: AS923
168 -
169 -*0x08: AS923-1
170 -
171 -*0x09: AS923-2
172 -
173 -*0xa0: AS923-3
174 -
175 -**Sub-Band**: value 0x00 ~~ 0x08
176 -
177 -**Firmware Version**: 0x0100, Means: v1.0.0 version
178 -
179 -**Sensor Type**:
180 -
181 -0x01: LSE01
182 -
183 -0x02: LDDS75
184 -
185 -0x03: LDDS20
186 -
187 -0x04: LLMS01
188 -
189 -0x05: LSPH01
190 -
191 -0x06: LSNPK01
192 -
193 -
194 -
195 195  = Use AT Command =
196 196  
197 197  == Access AT Commands ==
... ... @@ -231,6 +231,7 @@
231 231  
232 232  GroPoint Air:  2.45v ~~ 3.6v
233 233  
96 +== ==
234 234  
235 235  == Power Consumption Analyze ==
236 236  
... ... @@ -254,7 +254,7 @@
254 254  Working Mode
255 255  )))
256 256  
257 -And the Life expectation in different cases will be shown on the right.
120 +And the Life expectation in difference case will be shown on the right.
258 258  
259 259  [[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"]]
260 260  
... ... @@ -272,21 +272,26 @@
272 272  
273 273  [[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"]]
274 274  
138 +(% class="wikigeneratedid" %)
139 +=== ===
275 275  
276 276  === ​Battery Note ===
277 277  
278 -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.
143 +The Li-SICO battery is designed for small current / long period application. 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 time to transmit LoRa, then the battery life may be decreased.
279 279  
145 +(% class="wikigeneratedid" %)
146 +=== ===
280 280  
281 281  === Replace the battery ===
282 282  
283 -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.
150 +You can change the battery in the LLMS01.The type of battery is not limited as long as the output is between 3v to 3.6v. On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won’t be voltage drop between battery and main board.
284 284  
285 -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)
152 +The default battery pack of LLMS01 includes a ER26500 plus super capacitor. If user can’t find this pack locally, they can find ER26500 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)
286 286  
287 287  
288 288  
289 289  
157 +
290 290  = FAQ =
291 291  
292 292  == How to change the LoRa Frequency Bands/Region ==
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0