<
From version < 51.6 >
edited by Xiaoling
on 2022/09/12 15:28
To version < 51.7 >
edited by Xiaoling
on 2022/09/12 15:33
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -207,7 +207,6 @@
207 207  * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5601   ** (%%) ~/~/  to set UDP server address and port
208 208  * (% style="color:blue" %)**AT+CFM=1       ** (%%) ~/~/  If the server does not respond, this command is unnecessar
209 209  
210 -
211 211  [[image:image-20220907153643-9.png||height="401" width="734"]]
212 212  
213 213  
... ... @@ -228,7 +228,6 @@
228 228  * (% style="color:blue" %)**AT+PUBTOPIC=NSE01_PUB                    **(%%)~/~/ Set the sending topic of MQTT
229 229  * (% style="color:blue" %)**AT+SUBTOPIC=NSE01_SUB          ** (%%) ~/~/ Set the subscription topic of MQTT
230 230  
231 -
232 232  [[image:image-20220907153739-11.png||height="491" width="764"]]
233 233  
234 234  
... ... @@ -248,7 +248,6 @@
248 248  * (% style="color:blue" %)**AT+PRO=4   ** (%%) ~/~/ Set to use TCP protocol to uplink
249 249  * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5600   ** (%%) ~/~/ to set TCP server address and port
250 250  
251 -
252 252  [[image:image-20220907153818-13.png||height="486" width="668"]]
253 253  
254 254  
... ... @@ -263,7 +263,6 @@
263 263  
264 264  * (% style="color:blue" %)**AT+TDC=7200      ** (%%) ~/~/ Set Update Interval to 7200s (2 hour)
265 265  
266 -
267 267  (% style="color:red" %)**NOTE: By default, the device will send an uplink message every 2 hours. Each Uplink Include 8 set of records in this 2 hour (15 minute interval / record).**
268 268  
269 269  
... ... @@ -302,7 +302,6 @@
302 302  
303 303  
304 304  
305 -
306 306  == 2.4  Payload Explanation and Sensor Interface ==
307 307  
308 308  
... ... @@ -480,7 +480,7 @@
480 480  === 2.7.2  Measurement ===
481 481  
482 482  
483 -**(% style="color:#037691" %)Measurement the soil surface:**
478 +(% style="color:#037691" %)**Measurement the soil surface:**
484 484  
485 485  
486 486  [[image:image-20220907154700-18.png]] ​
... ... @@ -494,7 +494,7 @@
494 494  Put soil over the probe after insert. And start to measure.
495 495  
496 496  
497 -**(% style="color:#037691" %)Measurement inside soil:**
492 +(% style="color:#037691" %)**Measurement inside soil:**
498 498  
499 499  Dig a hole with diameter > 20CM.
500 500  
... ... @@ -514,13 +514,12 @@
514 514  
515 515  
516 516  
517 -
518 518  == 2.8  PH and Temperature alarm function ==
519 519  
520 520  
521 -**(% style="color:#037691" %)➢ AT Command:**
515 +(% style="color:#037691" %)**➢ AT Command:**
522 522  
523 -**(% style="color:blue" %)AT+ PHALARM=min,max**
517 +(% style="color:blue" %)**AT+ PHALARM=min,max**
524 524  
525 525  ² When min=3, and max≠0, Alarm higher than max
526 526  
... ... @@ -529,7 +529,7 @@
529 529  ² When min≠0 and max≠0, Alarm higher than max or lower than min
530 530  
531 531  
532 -**(% style="color:blue" %)Example:**
526 +(% style="color:blue" %)**Example:**
533 533  
534 534  AT+ PHALARM =5,8  ~/~/ Alarm when PH lower than 5.
535 535  
... ... @@ -542,32 +542,34 @@
542 542  ² When min≠0 and max≠0, Alarm higher than max or lower than min
543 543  
544 544  
545 -**(% style="color:blue" %)Example:**
539 +(% style="color:blue" %)**Example:**
546 546  
547 547  AT+ TEMPALARM=20,30  ~/~/ Alarm when temperature lower than 20.
548 548  
549 549  
550 550  
551 -== 2.9 Set the number of data to be uploaded and the recording time ==
545 +== 2.9  Set the number of data to be uploaded and the recording time ==
552 552  
553 553  
554 -**(% style="color:#037691" %)➢ AT Command:**
548 +(% style="color:#037691" %)**➢ AT Command:**
555 555  
556 -**(% style="color:blue" %)AT+TR=900**  (%%) ~/~/  The unit is seconds, and the default is to record data once every 900 seconds.( The minimum can be set to 180 seconds)
550 +* (% style="color:blue" %)**AT+TR=900**     (%%) ~/~/  The unit is seconds, and the default is to record data once every 900 seconds.( The minimum can be set to 180 seconds)
551 +* (% style="color:blue" %)**AT+NOUD=8**     (%%) ~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
557 557  
558 -**(% style="color:blue" %)AT+NOUD=8**  (%%) ~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
559 559  
560 560  
561 -== 2.10 Read or Clear cached data ==
562 562  
556 +== 2.10  Read or Clear cached data ==
563 563  
564 -**(% style="color:#037691" %)➢ AT Command:**
565 565  
566 -**(% style="color:blue" %)AT+CDP**  (%%) ~/~/  Read cached data
559 +(% style="color:#037691" %)** AT Command:**
567 567  
568 -**(% style="color:blue" %)AT+CDP=0** (%%) ~/~/ Clear cached data
561 +* (% style="color:blue" %)**AT+CDP**        (%%) ~/~/  Read cached data
562 +* (% style="color:blue" %)**AT+CDP=0**  (%%) ~/~/  Clear cached data
569 569  
570 570  
565 +
566 +
571 571  [[image:image-20220907154700-19.png]]
572 572  
573 573  
... ... @@ -589,7 +589,7 @@
589 589  
590 590  Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]]
591 591  
592 -Upgrade Instruction: [[Upgrade Firmware>>path:#H5.1200BHowtoUpgradeFirmware]]
588 +Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
593 593  
594 594  
595 595  
... ... @@ -620,9 +620,9 @@
620 620  
621 621  Instruction to use as below:
622 622  
623 -**(% 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/]]
619 +(% 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/]]
624 624  
625 -**(% style="color:#037691" %)Step 2: **(%%) Open it and choose
621 +(% style="color:#037691" %)**Step 2: **(%%) Open it and choose
626 626  
627 627  * Product Model
628 628  * Uplink Interval
... ... @@ -680,7 +680,7 @@
680 680  AT+<CMD>=?  : Get the value
681 681  
682 682  
683 -**(% style="color:#037691" %)General Commands**      
679 +(% style="color:#037691" %)**General Commands**      
684 684  
685 685  AT  : Attention       
686 686  
... ... @@ -725,17 +725,17 @@
725 725  AT+ PHCAL  : calibrate PH value
726 726  
727 727  
728 -**(% style="color:#037691" %)COAP Management**      
724 +(% style="color:#037691" %)**COAP Management**      
729 729  
730 730  AT+URI            : Resource parameters
731 731  
732 732  
733 -**(% style="color:#037691" %)UDP Management**
729 +(% style="color:#037691" %)**UDP Management**
734 734  
735 735  AT+CFM          : Upload confirmation mode (only valid for UDP)
736 736  
737 737  
738 -**(% style="color:#037691" %)MQTT Management**
734 +(% style="color:#037691" %)**MQTT Management**
739 739  
740 740  AT+CLIENT               : Get or Set MQTT client
741 741  
... ... @@ -748,7 +748,7 @@
748 748  AT+SUBTOPIC  : Get or Set MQTT subscription topic
749 749  
750 750  
751 -**(% style="color:#037691" %)Information**          
747 +(% style="color:#037691" %)**Information**          
752 752  
753 753  AT+FDR  : Factory Data Reset
754 754  
... ... @@ -766,7 +766,7 @@
766 766  
767 767  Please see this link for how to upgrade:  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H2.HardwareUpgradeMethodSupportList>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H2.HardwareUpgradeMethodSupportList]]
768 768  
769 -**(% style="color:red" %)Notice, **NSPH01 **and **LSPH01 **share the same mother board. They use the same connection and method to update.**
765 +(% style="color:red" %)**Notice, **NSPH01 **and **LSPH01 **share the same mother board. They use the same connection and method to update.**
770 770  
771 771  
772 772  
... ... @@ -790,7 +790,7 @@
790 790  == 6.2  AT Command input doesn't work ==
791 791  
792 792  
793 -In the 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 press the send key, user need to add ENTER in their string.
789 +In the 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 press the send key, user need to add ENTER in their string.
794 794  
795 795  
796 796  
... ... @@ -816,7 +816,6 @@
816 816  
817 817  
818 818  
819 -
820 820  = 9.  Support =
821 821  
822 822  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0