<
From version < 51.8 >
edited by Xiaoling
on 2022/09/12 15:36
To version < 51.11 >
edited by Xiaoling
on 2022/09/12 17:49
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,6 +48,8 @@
48 48  * Micro SIM card slot
49 49  * 8500mAh Battery for long term use
50 50  
51 +
52 +
51 51  == 1.3  Specification ==
52 52  
53 53  
... ... @@ -56,6 +56,8 @@
56 56  * Supply Voltage: 2.1v ~~ 3.6v
57 57  * Operating Temperature: -40 ~~ 85°C
58 58  
61 +
62 +
59 59  (% style="color:#037691" %)**NB-IoT Spec:**
60 60  
61 61  * - B1 @H-FDD: 2100MHz
... ... @@ -65,6 +65,9 @@
65 65  * - B20 @H-FDD: 800MHz
66 66  * - B28 @H-FDD: 700MHz
67 67  
72 +
73 +
74 +
68 68  == 1.4  Probe Specification ==
69 69  
70 70  
... ... @@ -77,6 +77,8 @@
77 77  * IP68 Protection
78 78  * Length: 3.5 meters
79 79  
87 +
88 +
80 80  (% style="color:#037691" %)**Soil Temperature:**
81 81  
82 82  * Range -40℃~85℃
... ... @@ -85,13 +85,20 @@
85 85  * IP68 Protection
86 86  * Length: 3.5 meters
87 87  
88 -== 1.5 ​Applications ==
89 89  
98 +
99 +
100 +== 1.5  ​Applications ==
101 +
102 +
90 90  * Smart Agriculture
91 91  
92 -== 1.6 Pin mapping and power on ==
93 93  
94 94  
107 +
108 +== 1.6  Pin mapping and power on ==
109 +
110 +
95 95  [[image:image-20220907153300-2.png]]
96 96  
97 97  
... ... @@ -123,7 +123,7 @@
123 123  * The local NB-IoT network used the band that NSPH01 supports.
124 124  * Your operator is able to distribute the data received in their NB-IoT network to your IoT server.
125 125  
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.
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.
127 127  
128 128  
129 129  [[image:image-20220907153445-4.png]]
... ... @@ -135,6 +135,7 @@
135 135  
136 136  User need to take out the NB-IoT module and insert the SIM card like below. ((% style="color:red" %) Pay attention to the direction(%%))
137 137  
154 +
138 138  [[image:image-20220907153505-5.png]]
139 139  
140 140  
... ... @@ -361,9 +361,9 @@
361 361  
362 362  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.
363 363  
364 -For example, if the data you get from the register is **__0x05 0xDC__**, the PH content in the soil is
381 +For example, if the data you get from the register is (% style="color:blue" %)**__0x05 0xDC__**(%%), the PH content in the soil is
365 365  
366 -**0229(H) = 549(D) /100 = 5.49.**
383 +(% style="color:blue" %)**0229(H) = 549(D) /100 = 5.49.**
367 367  
368 368  
369 369  
... ... @@ -370,8 +370,9 @@
370 370  === 2.4.6  Soil Temperature ===
371 371  
372 372  
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
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
374 374  
392 +
375 375  **Example**:
376 376  
377 377  If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 26.1 °C
... ... @@ -400,8 +400,9 @@
400 400  
401 401  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.
402 402  
403 -Example:
404 404  
422 +**Example:**
423 +
405 405  0x(00): Normal uplink packet.
406 406  
407 407  0x(01): Interrupt Uplink Packet.
... ... @@ -461,7 +461,6 @@
461 461  
462 462  
463 463  
464 -
465 465  == 2.7  Installation and Maintain ==
466 466  
467 467  
... ... @@ -552,7 +552,6 @@
552 552  
553 553  
554 554  
555 -
556 556  == 2.10  Read or Clear cached data ==
557 557  
558 558  
... ... @@ -559,11 +559,10 @@
559 559  (% style="color:#037691" %)**➢ AT Command:**
560 560  
561 561  * (% style="color:blue" %)**AT+CDP**        (%%) ~/~/  Read cached data
562 -* (% style="color:blue" %)**AT+CDP=0**  (%%) ~/~/  Clear cached data
579 +* (% style="color:blue" %)**AT+CDP=0**    (%%) ~/~/  Clear cached data
563 563  
564 564  
565 565  
566 -
567 567  [[image:image-20220907154700-19.png]]
568 568  
569 569  
... ... @@ -583,7 +583,7 @@
583 583  == 2.12  ​Firmware Change Log ==
584 584  
585 585  
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]]
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]]
587 587  
588 588  Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
589 589  
... ... @@ -807,8 +807,10 @@
807 807  
808 808  **Dimension and weight**:
809 809  
810 -* Size: 195 x 125 x 55 mm
811 -* Weight:   420g
826 +* Device Size: cm
827 +* Device Weight: g
828 +* Package Size / pcs : cm
829 +* Weight / pcs : g
812 812  
813 813  
814 814  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0