<
From version < 52.1 >
edited by Xiaoling
on 2022/09/23 10:13
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
... ... @@ -48,8 +48,6 @@
48 48  * Micro SIM card slot
49 49  * 8500mAh Battery for long term use
50 50  
51 -
52 -
53 53  == 1.3  Specification ==
54 54  
55 55  
... ... @@ -58,8 +58,6 @@
58 58  * Supply Voltage: 2.1v ~~ 3.6v
59 59  * Operating Temperature: -40 ~~ 85°C
60 60  
61 -
62 -
63 63  (% style="color:#037691" %)**NB-IoT Spec:**
64 64  
65 65  * - B1 @H-FDD: 2100MHz
... ... @@ -69,9 +69,6 @@
69 69  * - B20 @H-FDD: 800MHz
70 70  * - B28 @H-FDD: 700MHz
71 71  
72 -
73 -
74 -
75 75  == 1.4  Probe Specification ==
76 76  
77 77  
... ... @@ -84,8 +84,6 @@
84 84  * IP68 Protection
85 85  * Length: 3.5 meters
86 86  
87 -
88 -
89 89  (% style="color:#037691" %)**Soil Temperature:**
90 90  
91 91  * Range -40℃~85℃
... ... @@ -94,20 +94,13 @@
94 94  * IP68 Protection
95 95  * Length: 3.5 meters
96 96  
88 +== 1.5 ​Applications ==
97 97  
98 -
99 -
100 -== 1.5  ​Applications ==
101 -
102 -
103 103  * Smart Agriculture
104 104  
92 +== 1.6 Pin mapping and power on ==
105 105  
106 106  
107 -
108 -== 1.6  Pin mapping and power on ==
109 -
110 -
111 111  [[image:image-20220907153300-2.png]]
112 112  
113 113  
... ... @@ -139,7 +139,7 @@
139 139  * The local NB-IoT network used the band that NSPH01 supports.
140 140  * Your operator is able to distribute the data received in their NB-IoT network to your IoT server.
141 141  
142 -Below figure shows our testing structure. Here we have NB-IoT network coverage by China Mobile, the band they use is B8.  The NSPH01 will use** CoAP(120.24.4.116:5683) **or raw **UDP(120.24.4.116:5601)** or **MQTT(120.24.4.116:1883)**or **TCP(120.24.4.116:5600)**protocol to send data to the test server.
126 +Below figure shows our testing structure. Here we have NB-IoT network coverage by China Mobile, the band they use is B8.  The NSPH01 will use CoAP(120.24.4.116:5683) or raw UDP(120.24.4.116:5601) or MQTT(120.24.4.116:1883)or TCP(120.24.4.116:5600)protocol to send data to the test server.
143 143  
144 144  
145 145  [[image:image-20220907153445-4.png]]
... ... @@ -151,7 +151,6 @@
151 151  
152 152  User need to take out the NB-IoT module and insert the SIM card like below. ((% style="color:red" %) Pay attention to the direction(%%))
153 153  
154 -
155 155  [[image:image-20220907153505-5.png]]
156 156  
157 157  
... ... @@ -378,9 +378,9 @@
378 378  
379 379  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.
380 380  
381 -For example, if the data you get from the register is (% style="color:blue" %)**__0x05 0xDC__**(%%), the PH content in the soil is
364 +For example, if the data you get from the register is **__0x05 0xDC__**, the PH content in the soil is
382 382  
383 -(% style="color:blue" %)**0229(H) = 549(D) /100 = 5.49.**
366 +**0229(H) = 549(D) /100 = 5.49.**
384 384  
385 385  
386 386  
... ... @@ -387,9 +387,8 @@
387 387  === 2.4.6  Soil Temperature ===
388 388  
389 389  
390 -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
373 +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
391 391  
392 -
393 393  **Example**:
394 394  
395 395  If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 26.1 °C
... ... @@ -418,9 +418,8 @@
418 418  
419 419  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.
420 420  
403 +Example:
421 421  
422 -**Example:**
423 -
424 424  0x(00): Normal uplink packet.
425 425  
426 426  0x(01): Interrupt Uplink Packet.
... ... @@ -480,6 +480,7 @@
480 480  
481 481  
482 482  
464 +
483 483  == 2.7  Installation and Maintain ==
484 484  
485 485  
... ... @@ -570,6 +570,7 @@
570 570  
571 571  
572 572  
555 +
573 573  == 2.10  Read or Clear cached data ==
574 574  
575 575  
... ... @@ -576,10 +576,11 @@
576 576  (% style="color:#037691" %)**➢ AT Command:**
577 577  
578 578  * (% style="color:blue" %)**AT+CDP**        (%%) ~/~/  Read cached data
579 -* (% style="color:blue" %)**AT+CDP=0**    (%%) ~/~/  Clear cached data
562 +* (% style="color:blue" %)**AT+CDP=0**  (%%) ~/~/  Clear cached data
580 580  
581 581  
582 582  
566 +
583 583  [[image:image-20220907154700-19.png]]
584 584  
585 585  
... ... @@ -599,7 +599,7 @@
599 599  == 2.12  ​Firmware Change Log ==
600 600  
601 601  
602 -Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1tv07fro2pvjqj8/AAD-2wbfGfluTZfh38fQqdA_a?dl=0>>https://www.dropbox.com/sh/1tv07fro2pvjqj8/AAD-2wbfGfluTZfh38fQqdA_a?dl=0]]
586 +Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]]
603 603  
604 604  Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
605 605  
... ... @@ -634,7 +634,7 @@
634 634  
635 635  (% 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/]]
636 636  
637 -(% style="color:blue" %)**Step 2: **(%%) Open it and choose
621 +(% style="color:#037691" %)**Step 2: **(%%) Open it and choose
638 638  
639 639  * Product Model
640 640  * Uplink Interval
... ... @@ -778,7 +778,7 @@
778 778  
779 779  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]]
780 780  
781 -(% 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.**
782 782  
783 783  
784 784  
... ... @@ -823,10 +823,8 @@
823 823  
824 824  **Dimension and weight**:
825 825  
826 -* Device Size: cm
827 -* Device Weight: g
828 -* Package Size / pcs : cm
829 -* Weight / pcs : g
810 +* Size: 195 x 125 x 55 mm
811 +* Weight:   420g
830 830  
831 831  
832 832  
image-20220923101327-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -12.1 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0