<
From version < 51.10 >
edited by Xiaoling
on 2022/09/12 15:42
To version < 51.5 >
edited by Xiaoling
on 2022/09/12 15:22
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,9 +48,6 @@
48 48  * Micro SIM card slot
49 49  * 8500mAh Battery for long term use
50 50  
51 -
52 -
53 -
54 54  == 1.3  Specification ==
55 55  
56 56  
... ... @@ -68,9 +68,6 @@
68 68  * - B20 @H-FDD: 800MHz
69 69  * - B28 @H-FDD: 700MHz
70 70  
71 -
72 -
73 -
74 74  == 1.4  Probe Specification ==
75 75  
76 76  
... ... @@ -83,8 +83,6 @@
83 83  * IP68 Protection
84 84  * Length: 3.5 meters
85 85  
86 -
87 -
88 88  (% style="color:#037691" %)**Soil Temperature:**
89 89  
90 90  * Range -40℃~85℃
... ... @@ -93,20 +93,13 @@
93 93  * IP68 Protection
94 94  * Length: 3.5 meters
95 95  
88 +== 1.5 ​Applications ==
96 96  
97 -
98 -
99 -== 1.5  ​Applications ==
100 -
101 -
102 102  * Smart Agriculture
103 103  
92 +== 1.6 Pin mapping and power on ==
104 104  
105 105  
106 -
107 -== 1.6  Pin mapping and power on ==
108 -
109 -
110 110  [[image:image-20220907153300-2.png]]
111 111  
112 112  
... ... @@ -222,6 +222,7 @@
222 222  * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5601   ** (%%) ~/~/  to set UDP server address and port
223 223  * (% style="color:blue" %)**AT+CFM=1       ** (%%) ~/~/  If the server does not respond, this command is unnecessar
224 224  
210 +
225 225  [[image:image-20220907153643-9.png||height="401" width="734"]]
226 226  
227 227  
... ... @@ -242,6 +242,7 @@
242 242  * (% style="color:blue" %)**AT+PUBTOPIC=NSE01_PUB                    **(%%)~/~/ Set the sending topic of MQTT
243 243  * (% style="color:blue" %)**AT+SUBTOPIC=NSE01_SUB          ** (%%) ~/~/ Set the subscription topic of MQTT
244 244  
231 +
245 245  [[image:image-20220907153739-11.png||height="491" width="764"]]
246 246  
247 247  
... ... @@ -261,6 +261,7 @@
261 261  * (% style="color:blue" %)**AT+PRO=4   ** (%%) ~/~/ Set to use TCP protocol to uplink
262 262  * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5600   ** (%%) ~/~/ to set TCP server address and port
263 263  
251 +
264 264  [[image:image-20220907153818-13.png||height="486" width="668"]]
265 265  
266 266  
... ... @@ -275,6 +275,7 @@
275 275  
276 276  * (% style="color:blue" %)**AT+TDC=7200      ** (%%) ~/~/ Set Update Interval to 7200s (2 hour)
277 277  
266 +
278 278  (% 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).**
279 279  
280 280  
... ... @@ -377,9 +377,9 @@
377 377  
378 378  Get the PH content of the soil. The value range of the register is 300-1000(Decimal), divide this value by 100 to get the percentage of PH in the soil.
379 379  
380 -For example, if the data you get from the register is (% style="color:blue" %)**__0x05 0xDC__**(%%), the PH content in the soil is
369 +For example, if the data you get from the register is **__0x05 0xDC__**, the PH content in the soil is
381 381  
382 -(% style="color:blue" %)**0229(H) = 549(D) /100 = 5.49.**
371 +**0229(H) = 549(D) /100 = 5.49.**
383 383  
384 384  
385 385  
... ... @@ -386,9 +386,8 @@
386 386  === 2.4.6  Soil Temperature ===
387 387  
388 388  
389 -Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is (% style="color:blue" %)**__0x09 0xEC__**(%%), the temperature content in the soil is
378 +Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is **__0x09 0xEC__**, the temperature content in the soil is
390 390  
391 -
392 392  **Example**:
393 393  
394 394  If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 26.1 °C
... ... @@ -417,9 +417,8 @@
417 417  
418 418  The lower four bits of this data field shows if this packet is generated by interrupt or not. Click here for the hardware and software set up.
419 419  
408 +Example:
420 420  
421 -**Example:**
422 -
423 423  0x(00): Normal uplink packet.
424 424  
425 425  0x(01): Interrupt Uplink Packet.
... ... @@ -493,7 +493,7 @@
493 493  === 2.7.2  Measurement ===
494 494  
495 495  
496 -(% style="color:#037691" %)**Measurement the soil surface:**
483 +**Measurement the soil surface:**
497 497  
498 498  
499 499  [[image:image-20220907154700-18.png]] ​
... ... @@ -507,7 +507,7 @@
507 507  Put soil over the probe after insert. And start to measure.
508 508  
509 509  
510 -(% style="color:#037691" %)**Measurement inside soil:**
497 +**Measurement inside soil:**
511 511  
512 512  Dig a hole with diameter > 20CM.
513 513  
... ... @@ -531,9 +531,9 @@
531 531  == 2.8  PH and Temperature alarm function ==
532 532  
533 533  
534 -(% style="color:#037691" %)**➢ AT Command:**
521 +**➢ AT Command:**
535 535  
536 -(% style="color:blue" %)**AT+ PHALARM=min,max**
523 +**AT+ PHALARM=min,max**
537 537  
538 538  ² When min=3, and max≠0, Alarm higher than max
539 539  
... ... @@ -542,7 +542,7 @@
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:**
532 +**Example:**
546 546  
547 547  AT+ PHALARM =5,8  ~/~/ Alarm when PH lower than 5.
548 548  
... ... @@ -555,30 +555,30 @@
555 555  ² When min≠0 and max≠0, Alarm higher than max or lower than min
556 556  
557 557  
558 -(% style="color:blue" %)**Example:**
545 +**Example:**
559 559  
560 560  AT+ TEMPALARM=20,30  ~/~/ Alarm when temperature lower than 20.
561 561  
562 562  
563 563  
564 -== 2.9  Set the number of data to be uploaded and the recording time ==
551 +== 2.9 Set the number of data to be uploaded and the recording time ==
565 565  
566 566  
567 -(% style="color:#037691" %)**➢ AT Command:**
554 +**➢ AT Command:**
568 568  
569 -* (% 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)
570 -* (% 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.
556 +**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)
571 571  
558 +**AT+NOUD=8**  ~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
572 572  
573 573  
561 +== 2.10 Read or Clear cached data ==
574 574  
575 -== 2.10  Read or Clear cached data ==
576 576  
564 +**➢ AT Command:**
577 577  
578 -(% style="color:#037691" %)**AT Command:**
566 +**AT+CDP**  ~/~/  Read cached data
579 579  
580 -* (% style="color:blue" %)**AT+CDP**        (%%) ~/~/  Read cached data
581 -* (% style="color:blue" %)**AT+CDP=0**    (%%) ~/~/  Clear cached data
568 +**AT+CDP=0** ~/~/ Clear cached data
582 582  
583 583  
584 584  [[image:image-20220907154700-19.png]]
... ... @@ -602,7 +602,7 @@
602 602  
603 603  Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]]
604 604  
605 -Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
592 +Upgrade Instruction: [[Upgrade Firmware>>path:#H5.1200BHowtoUpgradeFirmware]]
606 606  
607 607  
608 608  
... ... @@ -633,9 +633,9 @@
633 633  
634 634  Instruction to use as below:
635 635  
636 -(% 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/]]
623 +**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/]]
637 637  
638 -(% style="color:blue" %)**Step 2: **(%%) Open it and choose
625 +**Step 2: ** Open it and choose
639 639  
640 640  * Product Model
641 641  * Uplink Interval
... ... @@ -643,7 +643,7 @@
643 643  
644 644  And the Life expectation in difference case will be shown on the right.
645 645  
646 -
633 +(% style="text-align:center" %)
647 647  [[image:image-20220907154700-22.jpeg]]
648 648  
649 649  ​
... ... @@ -693,7 +693,7 @@
693 693  AT+<CMD>=?  : Get the value
694 694  
695 695  
696 -(% style="color:#037691" %)**General Commands**      
683 +**General Commands**      
697 697  
698 698  AT  : Attention       
699 699  
... ... @@ -738,17 +738,17 @@
738 738  AT+ PHCAL  : calibrate PH value
739 739  
740 740  
741 -(% style="color:#037691" %)**COAP Management**      
728 +**COAP Management**      
742 742  
743 743  AT+URI            : Resource parameters
744 744  
745 745  
746 -(% style="color:#037691" %)**UDP Management**
733 +**UDP Management**
747 747  
748 748  AT+CFM          : Upload confirmation mode (only valid for UDP)
749 749  
750 750  
751 -(% style="color:#037691" %)**MQTT Management**
738 +**MQTT Management**
752 752  
753 753  AT+CLIENT               : Get or Set MQTT client
754 754  
... ... @@ -761,7 +761,7 @@
761 761  AT+SUBTOPIC  : Get or Set MQTT subscription topic
762 762  
763 763  
764 -(% style="color:#037691" %)**Information**          
751 +**Information**          
765 765  
766 766  AT+FDR  : Factory Data Reset
767 767  
... ... @@ -779,7 +779,7 @@
779 779  
780 780  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]]
781 781  
782 -(% style="color:red" %)**Notice, NSPH01 and LSPH01 share the same mother board. They use the same connection and method to update.**
769 +**Notice, **NSPH01 **and **LSPH01 **share the same mother board. They use the same connection and method to update.**
783 783  
784 784  
785 785  
... ... @@ -803,7 +803,7 @@
803 803  == 6.2  AT Command input doesn't work ==
804 804  
805 805  
806 -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.
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.
807 807  
808 808  
809 809  
... ... @@ -824,10 +824,8 @@
824 824  
825 825  **Dimension and weight**:
826 826  
827 -* Device Size: cm
828 -* Device Weight: g
829 -* Package Size / pcs : cm
830 -* Weight / pcs : g
814 +* Size: 195 x 125 x 55 mm
815 +* Weight:   420g
831 831  
832 832  
833 833  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0