Last modified by Xiaoling on 2025/04/25 10:03

From version 67.2
edited by Xiaoling
on 2022/06/25 10:37
Change comment: There is no comment for this version
To version 65.10
edited by Xiaoling
on 2022/06/25 10:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -55,10 +55,6 @@
55 55  * 8500mAh Battery for long term use
56 56  
57 57  
58 -
59 -
60 -
61 -
62 62  == 1.3  Probe Specification ==
63 63  
64 64  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.
... ... @@ -86,6 +86,7 @@
86 86  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
87 87  * Blink once when device transmits a packet.
88 88  
85 +
89 89  == 2.2  Firmware and Changelog ==
90 90  
91 91  (((
... ... @@ -250,10 +250,11 @@
250 250  * 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]].
251 251  * LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
252 252  
250 +
253 253  There are two kinds of commands to configure GroPoint Air, they are:
254 254  
255 255  * (((
256 -**~ (% style="color:#4472c4" %)General Commands(%%)**(% style="color:#4472c4" %).
254 +**~ (% style="color:#4472C4" %)General Commands**.
257 257  )))
258 258  
259 259  These commands are to configure:
... ... @@ -266,7 +266,7 @@
266 266  
267 267  
268 268  * (((
269 -**~ (% style="color:#4472c4" %)Commands special design for GroPoint Air(%%)**
267 +**~ (% style="color:#4472C4" %)Commands special design for GroPoint Air**
270 270  )))
271 271  
272 272  These commands only valid for GroPoint Air, as below:
... ... @@ -277,11 +277,11 @@
277 277  
278 278  Feature: Change LoRaWAN End Node Transmit Interval.
279 279  
280 -(% style="color:#037691" %)**AT Command: AT+TDC**
278 +**(% style="color:#037691" %)AT Command: AT+TDC**
281 281  
282 282  (% aria-label="image-20220607171554-8.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
283 283  
284 -(% style="color:#037691" %)**Downlink Command: 0x01**
282 +**(% style="color:#037691" %)Downlink Command: 0x01**
285 285  
286 286  Format: Command Code (0x01) followed by 3 bytes time value.
287 287  
... ... @@ -290,15 +290,20 @@
290 290  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
291 291  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
292 292  
291 +
292 +
293 +
294 +
295 +
293 293  == 4.2  Set Interrupt Mode ==
294 294  
295 295  Feature, Set Interrupt mode for GPIO_EXIT.
296 296  
297 -(% style="color:#037691" %)**AT Command: AT+INTMOD**
300 +**(% style="color:#037691" %)AT Command: AT+INTMOD**
298 298  
299 299  (% aria-label="image-20220607171716-9.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
300 300  
301 -(% style="color:#037691" %)**Downlink Command: 0x06**
304 +**(% style="color:#037691" %)Downlink Command: 0x06**
302 302  
303 303  Format: Command Code (0x06) followed by 3 bytes.
304 304  
... ... @@ -307,6 +307,11 @@
307 307  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
308 308  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
309 309  
313 +
314 +
315 +
316 +
317 +
310 310  == 4.3  Set the sensor delay time ==
311 311  
312 312  Feature: Change the sensor delay time.
... ... @@ -315,11 +315,11 @@
315 315  
316 316  The default delay is 1000ms.
317 317  
318 -(% style="color:#037691" %)**AT Command: AT+SDELAY**
326 +**(% style="color:#037691" %)AT Command: AT+SDELAY**
319 319  
320 320  (% aria-label="image-20220613175511-8.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220613175511-8.png||data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
321 321  
322 -(% style="color:#037691" %)**Downlink Command: 0xA1**
330 +**(% style="color:#037691" %)Downlink Command: 0xA1**
323 323  
324 324  Format: Command Code (0xA1) followed by 3 bytes time value.
325 325  
... ... @@ -328,11 +328,16 @@
328 328  * Example 1: Downlink Payload: A10003E8 ~/~/ Set the sensor delay time = 1000ms
329 329  * Example 2: Downlink Payload: A10007D0 ~/~/ Set the sensor delay time = 2000ms
330 330  
339 +
340 +
341 +
342 +
343 +
331 331  == 4.4  Query sensor model function ==
332 332  
333 333  Feature: Using this function will re-update the model.
334 334  
335 -(% style="color:#037691" %)**Downlink Command: 0xFA00**
348 +**(% style="color:#037691" %)Downlink Command: 0xFA00**
336 336  
337 337  
338 338  == 4.5  Get Firmware Version Info ==
... ... @@ -339,7 +339,7 @@
339 339  
340 340  Feature: use downlink to get firmware version.
341 341  
342 -(% style="color:#037691" %)**Downlink Command: 0x26**
355 +**(% style="color:#037691" %)Downlink Command: 0x26**
343 343  
344 344  (% aria-label="image-20220607171917-10.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
345 345  
... ... @@ -350,14 +350,28 @@
350 350  
351 351  Configures info payload:
352 352  
353 -[[image:image-20220625101917-1.png]]
366 +(% border="1" cellspacing="8" style="background-color:#ffffcc; color:green; width:510px" %)
367 +|=(% style="width: 96px;" %)(((
368 +**Size(bytes)**
369 +)))|=(% style="width: 119px;" %)**1**|=(% style="width: 88px;" %)**1**|=(% style="width: 88px;" %)**1**|=(% style="width: 82px;" %)**2**|=(% style="width: 108px;" %)**1**|=(% style="width: 76px;" %)4|=(% style="width: 102px;" %)**1**
370 +|(% style="width:96px" %)**Value**|(% style="width:119px" %)Software Type|(% style="width:88px" %)(((
371 +Frequency
354 354  
373 +Band
374 +)))|(% style="width:88px" %)Sub-band|(% style="width:82px" %)(((
375 +Firmware
355 355  
356 -(% style="color:#037691" %)**Software Type**(%%): Always 0x03 for GroPoint Air
377 +Version
378 +)))|(% style="width:108px" %)Sensor Type|(% style="width:76px" %)Reserve|(% style="width:102px" %)(((
379 +[[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]]
380 +Always 0x02
381 +)))
357 357  
383 +**(% style="color:#037691" %)Software Type**(%%): Always 0x03 for LLMS01
358 358  
359 -(% style="color:#037691" %)**Frequency Band**(%%):
360 360  
386 +**(% style="color:#037691" %)Frequency Band**(%%):
387 +
361 361  *0x01: EU868
362 362  
363 363  *0x02: US915
... ... @@ -380,15 +380,12 @@
380 380  
381 381  *0x0B: AS923-4
382 382  
410 +**Sub-Band**: value 0x00 ~~ 0x08
383 383  
384 -(% style="color:#037691" %)**Sub-Band**(%%):  value 0x00 ~~ 0x08
412 +**Firmware Version**: 0x0100, Means: v1.0.0 version
385 385  
414 +**Sensor Type**:
386 386  
387 -(% style="color:#037691" %)**Firmware Version**(%%):  0x0100, Means: v1.0.0 version
388 -
389 -
390 -(% style="color:#037691" %)**Sensor Type**(%%):
391 -
392 392  0x01: LSE01
393 393  
394 394  0x02: LDDS75
... ... @@ -427,7 +427,7 @@
427 427  
428 428  (% aria-label="1654653659449-932.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:Main.User Manual for LoRaWAN End Nodes.LLMS01-LoRaWAN Leaf Moisture Sensor User Manual.WebHome@1654653659449-932.png||data-widget="image" height="471" width="674"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
429 429  
430 -Valid AT Command please check [[Configure Device>>||anchor="H4.A0ConfigureGroPointAirviaATCommandorLoRaWANDownlink"]].
454 +Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLLMS01viaATCommandorLoRaWANDownlink"]].
431 431  
432 432  
433 433  = 6.  Battery & How to replace =
... ... @@ -453,10 +453,10 @@
453 453  Instruction to use as below:
454 454  
455 455  
456 -(% style="color:blue" %)**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/]]
480 +**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/]]
457 457  
458 458  
459 -(% style="color:blue" %)**Step 2**(%%):  Open it and choose
483 +**Step 2**: Open it and choose
460 460  
461 461  * (((
462 462  Product Model
... ... @@ -475,13 +475,13 @@
475 475  The battery-related documents as below:
476 476  
477 477  * (((
478 -[[Battery Dimension>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]],
502 +[[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]],
479 479  )))
480 480  * (((
481 481  [[Lithium-Thionyl Chloride Battery  datasheet>>url:https://www.dragino.com/downloads/downloads/datasheet/Battery/ER26500/ER26500_Datasheet-EN.pdf]],
482 482  )))
483 483  * (((
484 -[[Lithium-ion Battery-Capacitor datasheet>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]], [[Tech Spec>>https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/]]
508 +[[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]]
485 485  )))
486 486  
487 487  (% aria-label="image-20220607172042-11.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
... ... @@ -514,9 +514,9 @@
514 514  
515 515  = 8.  Trouble Shooting =
516 516  
517 -== 8.1  AT Commands input doesn't work ==
541 +== 8.1  AT Commands input doesnt work ==
518 518  
519 -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.
543 +In case if user can see the console output but cant 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.
520 520  
521 521  
522 522  == 8.2  Why i see the payload is 7FFF? ==
... ... @@ -526,19 +526,20 @@
526 526  
527 527  = 9.  Order Info =
528 528  
529 -Part Number: (% style="color:blue" %)**GROPOINT AIR-M-XX**
553 +Part Number: **GROPOINT AIR-M-XX**
530 530  
531 -(% style="color:blue" %)**XX**(%%): The default frequency band
555 +**XX**: The default frequency band
532 532  
533 -* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
534 -* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
535 -* (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
536 -* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
537 -* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
538 -* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
539 -* (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
540 -* (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
557 +* **AS923**: LoRaWAN AS923 band
558 +* **AU915**: LoRaWAN AU915 band
559 +* **EU433**: LoRaWAN EU433 band
560 +* **EU868**: LoRaWAN EU868 band
561 +* **KR920**: LoRaWAN KR920 band
562 +* **US915**: LoRaWAN US915 band
563 +* **IN865**: LoRaWAN IN865 band
564 +* **CN470**: LoRaWAN CN470 band
541 541  
566 +(% class="wikigeneratedid" id="H200BPackingInfo" %)
542 542  ​
543 543  
544 544  
image-20220625101917-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -7.6 KB
Content