<
From version < 67.3 >
edited by Xiaoling
on 2022/06/25 10:38
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.
... ... @@ -70,11 +70,6 @@
70 70  
71 71  * Smart Agriculture
72 72  
73 -
74 -
75 -
76 -
77 -
78 78  == 1.5  Pin Mapping ==
79 79  
80 80  Inner PCB Pin mapping for reference:
... ... @@ -91,6 +91,7 @@
91 91  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
92 92  * Blink once when device transmits a packet.
93 93  
85 +
94 94  == 2.2  Firmware and Changelog ==
95 95  
96 96  (((
... ... @@ -255,10 +255,11 @@
255 255  * 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]].
256 256  * LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
257 257  
250 +
258 258  There are two kinds of commands to configure GroPoint Air, they are:
259 259  
260 260  * (((
261 -**~ (% style="color:#4472c4" %)General Commands(%%)**(% style="color:#4472c4" %).
254 +**~ (% style="color:#4472C4" %)General Commands**.
262 262  )))
263 263  
264 264  These commands are to configure:
... ... @@ -271,7 +271,7 @@
271 271  
272 272  
273 273  * (((
274 -**~ (% style="color:#4472c4" %)Commands special design for GroPoint Air(%%)**
267 +**~ (% style="color:#4472C4" %)Commands special design for GroPoint Air**
275 275  )))
276 276  
277 277  These commands only valid for GroPoint Air, as below:
... ... @@ -282,11 +282,11 @@
282 282  
283 283  Feature: Change LoRaWAN End Node Transmit Interval.
284 284  
285 -(% style="color:#037691" %)**AT Command: AT+TDC**
278 +**(% style="color:#037691" %)AT Command: AT+TDC**
286 286  
287 287  (% 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" %)​
288 288  
289 -(% style="color:#037691" %)**Downlink Command: 0x01**
282 +**(% style="color:#037691" %)Downlink Command: 0x01**
290 290  
291 291  Format: Command Code (0x01) followed by 3 bytes time value.
292 292  
... ... @@ -295,15 +295,20 @@
295 295  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
296 296  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
297 297  
291 +
292 +
293 +
294 +
295 +
298 298  == 4.2  Set Interrupt Mode ==
299 299  
300 300  Feature, Set Interrupt mode for GPIO_EXIT.
301 301  
302 -(% style="color:#037691" %)**AT Command: AT+INTMOD**
300 +**(% style="color:#037691" %)AT Command: AT+INTMOD**
303 303  
304 304  (% 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" %)​
305 305  
306 -(% style="color:#037691" %)**Downlink Command: 0x06**
304 +**(% style="color:#037691" %)Downlink Command: 0x06**
307 307  
308 308  Format: Command Code (0x06) followed by 3 bytes.
309 309  
... ... @@ -312,6 +312,11 @@
312 312  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
313 313  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
314 314  
313 +
314 +
315 +
316 +
317 +
315 315  == 4.3  Set the sensor delay time ==
316 316  
317 317  Feature: Change the sensor delay time.
... ... @@ -320,11 +320,11 @@
320 320  
321 321  The default delay is 1000ms.
322 322  
323 -(% style="color:#037691" %)**AT Command: AT+SDELAY**
326 +**(% style="color:#037691" %)AT Command: AT+SDELAY**
324 324  
325 325  (% 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" %)​
326 326  
327 -(% style="color:#037691" %)**Downlink Command: 0xA1**
330 +**(% style="color:#037691" %)Downlink Command: 0xA1**
328 328  
329 329  Format: Command Code (0xA1) followed by 3 bytes time value.
330 330  
... ... @@ -333,11 +333,16 @@
333 333  * Example 1: Downlink Payload: A10003E8 ~/~/ Set the sensor delay time = 1000ms
334 334  * Example 2: Downlink Payload: A10007D0 ~/~/ Set the sensor delay time = 2000ms
335 335  
339 +
340 +
341 +
342 +
343 +
336 336  == 4.4  Query sensor model function ==
337 337  
338 338  Feature: Using this function will re-update the model.
339 339  
340 -(% style="color:#037691" %)**Downlink Command: 0xFA00**
348 +**(% style="color:#037691" %)Downlink Command: 0xFA00**
341 341  
342 342  
343 343  == 4.5  Get Firmware Version Info ==
... ... @@ -344,7 +344,7 @@
344 344  
345 345  Feature: use downlink to get firmware version.
346 346  
347 -(% style="color:#037691" %)**Downlink Command: 0x26**
355 +**(% style="color:#037691" %)Downlink Command: 0x26**
348 348  
349 349  (% 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" %)​
350 350  
... ... @@ -355,14 +355,28 @@
355 355  
356 356  Configures info payload:
357 357  
358 -[[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
359 359  
373 +Band
374 +)))|(% style="width:88px" %)Sub-band|(% style="width:82px" %)(((
375 +Firmware
360 360  
361 -(% 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 +)))
362 362  
383 +**(% style="color:#037691" %)Software Type**(%%): Always 0x03 for LLMS01
363 363  
364 -(% style="color:#037691" %)**Frequency Band**(%%):
365 365  
386 +**(% style="color:#037691" %)Frequency Band**(%%):
387 +
366 366  *0x01: EU868
367 367  
368 368  *0x02: US915
... ... @@ -385,15 +385,12 @@
385 385  
386 386  *0x0B: AS923-4
387 387  
410 +**Sub-Band**: value 0x00 ~~ 0x08
388 388  
389 -(% style="color:#037691" %)**Sub-Band**(%%):  value 0x00 ~~ 0x08
412 +**Firmware Version**: 0x0100, Means: v1.0.0 version
390 390  
414 +**Sensor Type**:
391 391  
392 -(% style="color:#037691" %)**Firmware Version**(%%):  0x0100, Means: v1.0.0 version
393 -
394 -
395 -(% style="color:#037691" %)**Sensor Type**(%%):
396 -
397 397  0x01: LSE01
398 398  
399 399  0x02: LDDS75
... ... @@ -432,7 +432,7 @@
432 432  
433 433  (% 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" %)​
434 434  
435 -Valid AT Command please check [[Configure Device>>||anchor="H4.A0ConfigureGroPointAirviaATCommandorLoRaWANDownlink"]].
454 +Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLLMS01viaATCommandorLoRaWANDownlink"]].
436 436  
437 437  
438 438  = 6.  Battery & How to replace =
... ... @@ -458,10 +458,10 @@
458 458  Instruction to use as below:
459 459  
460 460  
461 -(% 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/]]
462 462  
463 463  
464 -(% style="color:blue" %)**Step 2**(%%):  Open it and choose
483 +**Step 2**: Open it and choose
465 465  
466 466  * (((
467 467  Product Model
... ... @@ -480,13 +480,13 @@
480 480  The battery-related documents as below:
481 481  
482 482  * (((
483 -[[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]],
484 484  )))
485 485  * (((
486 486  [[Lithium-Thionyl Chloride Battery  datasheet>>url:https://www.dragino.com/downloads/downloads/datasheet/Battery/ER26500/ER26500_Datasheet-EN.pdf]],
487 487  )))
488 488  * (((
489 -[[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]]
490 490  )))
491 491  
492 492  (% 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" %)​
... ... @@ -519,9 +519,9 @@
519 519  
520 520  = 8.  Trouble Shooting =
521 521  
522 -== 8.1  AT Commands input doesn't work ==
541 +== 8.1  AT Commands input doesnt work ==
523 523  
524 -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.
525 525  
526 526  
527 527  == 8.2  Why i see the payload is 7FFF? ==
... ... @@ -531,19 +531,20 @@
531 531  
532 532  = 9.  Order Info =
533 533  
534 -Part Number: (% style="color:blue" %)**GROPOINT AIR-M-XX**
553 +Part Number: **GROPOINT AIR-M-XX**
535 535  
536 -(% style="color:blue" %)**XX**(%%): The default frequency band
555 +**XX**: The default frequency band
537 537  
538 -* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
539 -* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
540 -* (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
541 -* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
542 -* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
543 -* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
544 -* (% style="color:red" %)**IN865**(%%):  LoRaWAN IN865 band
545 -* (% 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
546 546  
566 +(% class="wikigeneratedid" id="H200BPackingInfo" %)
547 547  ​
548 548  
549 549  
image-20220625101917-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -7.6 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0