Version 35.1 by Edwin Chen on 2022/06/08 23:55

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5
6 [[image:image-20220530000243-1.png||height="332" width="531"]]
7
8
9 = Introduction =
10
11 == What is GroPoint Air ==
12
13 The Dragino GroPoint is a (% style="color:blue" %)**LoRaWAN Multi Soil Segment Converter**(%%) for IoT of Agriculture. It is designed to connect to [[GroPoint Profile Multi-depth Soil moisture and temperature profile Sensor>>url:https://www.gropoint.com/products/soil-sensors/gropoint-profile]] and get GroPoint Profile’s reading and send it to IoT server via LoRaWAN wireless network.
14
15 (% style="color:blue" %)**GroPoint Profile is plug-and-play with GroPoint Air**(%%) to get soil moisture and send via wireless. GroPoint Profile is powered by GroPoint Air, (% style="color:blue" %)**no need external power source**(%%).
16
17 The LoRa wireless technology used in GroPoint Air allows devices to send data and reach extremely long ranges at low data-rates. It provides ultra-long range spread spectrum communication and high interference immunity whilst minimizing current consumption.
18
19 GroPoint Air is powered by (% style="color:blue" %)**an 8500mAh Li-SOCI2 battery**(%%), it is designed for long-term use for up to 5 years.
20
21 Each GroPoint Air is pre-load with a set of unique keys for LoRaWAN registrations, register these keys to the local LoRaWAN server and it will auto-connect after power on.
22
23 [[image:image-20220530002019-2.png||height="295" width="655"]]
24
25
26 == Features ==
27
28
29 * LoRaWAN 1.0.3 Class A
30 * Ultra-low power consumption
31 * Supports GroPoint Profile
32 * Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/IN865
33 * AT Commands to change parameters
34 * Uplink on periodically
35 * Downlink to change configure
36 * IP66 Waterproof Enclosure
37 * 8500mAh Battery for long term use
38
39 == Probe Specification ==
40
41 GroPoint Air includes an M12 5-pin connector, the pins definition matches GroPoint Profile M12 version probes. Users can connect this connector to GroPoint Profile directly.
42
43 GroPoint Profile includes a series of multi-depth soil moisture and temperature sensors. The specification for GroPoint Profile can be found here: [[https:~~/~~/www.gropoint.com/products/soil-sensors/gropoint-profile>>https://www.gropoint.com/products/soil-sensors/gropoint-profile]]
44
45
46 == Applications ==
47
48 * Smart Agriculture
49
50 == Pin Mapping ==
51
52 Inner PCB Pin mapping for reference:
53
54 [[image:image-20220530002453-3.png||height="262" width="493"]]
55
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 = Use AT Command =
196
197 == Access AT Commands ==
198
199 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.
200
201 [[image:Main.User Manual for LoRaWAN End Nodes.LLMS01-LoRaWAN Leaf Moisture Sensor User Manual.WebHome@1654593668970-604.png||height="297" width="474"]]
202
203 **Connection:**
204
205 (% style="background-color:yellow" %)** USB TTL GND <~-~-~-~-> GND**
206
207 (% style="background-color:yellow" %)** USB TTL TXD <~-~-~-~-> UART_RXD**
208
209 (% style="background-color:yellow" %)** USB TTL RXD <~-~-~-~-> UART_TXD**
210
211
212 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:
213
214 [[image:Main.User Manual for LoRaWAN End Nodes.LLMS01-LoRaWAN Leaf Moisture Sensor User Manual.WebHome@1654653659449-932.png||height="471" width="674"]]
215
216 Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLLMS01viaATCommandorLoRaWANDownlink"]].
217
218
219 = Battery & How to replace =
220
221 == Battery Type ==
222
223 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.
224
225 The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance.
226
227
228 [[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"]]
229
230 Minimum Working Voltage for the GroPoint Air:
231
232 GroPoint Air:  2.45v ~~ 3.6v
233
234
235 == Power Consumption Analyze ==
236
237 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.
238
239 Instruction to use as below:
240
241
242 **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/]]
243
244
245 **Step 2**: Open it and choose
246
247 * (((
248 Product Model
249 )))
250 * (((
251 Uplink Interval
252 )))
253 * (((
254 Working Mode
255 )))
256
257 And the Life expectation in different cases will be shown on the right.
258
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
261 The battery-related documents as below:
262
263 * (((
264 [[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]],
265 )))
266 * (((
267 [[Lithium-Thionyl Chloride Battery  datasheet>>url:https://www.dragino.com/downloads/downloads/datasheet/Battery/ER26500/ER26500_Datasheet-EN.pdf]],
268 )))
269 * (((
270 [[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]]
271 )))
272
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
275
276 === ​Battery Note ===
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.
279
280
281 === Replace the battery ===
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.
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)
286
287
288
289
290 = FAQ =
291
292 == How to change the LoRa Frequency Bands/Region ==
293
294 You can follow the instruction here: [[how to upgrade image>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]].
295 When downloading the images, choose the required image file for download. ​
296
297
298 = Trouble Shooting =
299
300 == AT Commands input doesn’t work ==
301
302 In case if user can see the console output but can’t type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn’t send (% style="color:green" %)**ENTER**(%%) while pressing the send key, user need to add ENTER in their string.
303
304
305
306 = Order Info =
307
308 Part Number: **GROPOINT AIR-M-XX**
309
310 **XX**: The default frequency band
311
312 * **AS923**: LoRaWAN AS923 band
313 * **AU915**: LoRaWAN AU915 band
314 * **EU433**: LoRaWAN EU433 band
315 * **EU868**: LoRaWAN EU868 band
316 * **KR920**: LoRaWAN KR920 band
317 * **US915**: LoRaWAN US915 band
318 * **IN865**: LoRaWAN IN865 band
319 * **CN470**: LoRaWAN CN470 band
320
321 = ​Packing Info =
322
323 **Package Includes:  **
324
325 * GroPoint Air-M x 1
326
327 **Dimension and weight:**
328
329 * Device Size: cm
330 * Device Weight: g
331 * Package Size / pcs : cm
332 * Weight / pcs : g
333
334