Last modified by Bei Jinggeng on 2024/03/30 17:53

From version 50.2
edited by Xiaoling
on 2022/09/12 14:17
Change comment: There is no comment for this version
To version 47.1
edited by Edwin Chen
on 2022/09/08 00:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -1,5 +1,5 @@
1 1  (% style="text-align:center" %)
2 -[[image:)YK]Y_LZJIO]J2~~VA}OQJM2.png||height="442" width="410"]]
2 +[[image:)YK]Y_LZJIO]J2~~VA}OQJM2.png]]
3 3  
4 4  **Table of Contents:**
5 5  
... ... @@ -9,18 +9,16 @@
9 9  
10 10  = 1. Introduction =
11 11  
12 -
13 13  == 1.1 ​What is NSPH01 Soil pH Sensor ==
14 14  
14 +The Dragino NSPH01 is a **NB-IoT soil pH sensor** for IoT of Agriculture. It is designed to measure the soil pH and soil temperature, so to send to the platform to analyze the soil acid or alkali level. The probe is IP68 waterproof.
15 15  
16 -The Dragino NSPH01 is a **(% style="color:blue" %)NB-IoT soil pH sensor**(%%) for IoT of Agriculture. It is designed to measure the soil pH and soil temperature, so to send to the platform to analyze the soil acid or alkali level. The probe is IP68 waterproof.
16 +NSPH01 probe is made by Solid AgCl reference electrode and Pure metal pH sensitive electrode. It can detect soil's** pH **with high accuracy and stable value. The NSPH01 probe can be buried into soil for long time use.
17 17  
18 -NSPH01 probe is made by Solid AgCl reference electrode and Pure metal pH sensitive electrode. It can detect soil's** (% style="color:blue" %)pH **(%%)with high accuracy and stable value. The NSPH01 probe can be buried into soil for long time use.
19 -
20 20  NarrowBand-Internet of Things (NB-IoT) is a standards-based low power wide area (LPWA) technology developed to enable a wide range of new IoT devices and services. NB-IoT significantly improves the power consumption of user devices, system capacity and spectrum efficiency, especially in deep coverage.
21 -\\NSPH01 supports different uplink methods include **(% style="color:blue" %)TCP,MQTT,UDP and CoAP  **(%%)for different application requirement.
22 -\\NSPH01 is powered by **(% style="color:blue" %)8500mAh Li-SOCI2 battery**(%%), It is designed for long term use up to 5 years. (Actually Battery life depends on the use environment, update period & uplink method)
23 -\\To use NSPH01, user needs to check if there is NB-IoT coverage in the installation area and with the bands NSPH01 supports. If the local operator supports it, user needs to get a **(% style="color:blue" %)NB-IoT SIM card** (%%)from local operator and install NSPH01 to get NB-IoT network connection.
19 +\\NSPH01 supports different uplink methods include **TCP,MQTT,UDP and CoAP  **for different application requirement.
20 +\\NSPH01 is powered by **8500mAh Li-SOCI2 battery**, It is designed for long term use up to 5 years. (Actually Battery life depends on the use environment, update period & uplink method)
21 +\\To use NSPH01, user needs to check if there is NB-IoT coverage in the installation area and with the bands NSPH01 supports. If the local operator supports it, user needs to get a **NB-IoT SIM card** from local operator and install NSPH01 to get NB-IoT network connection.
24 24  
25 25  (% style="text-align:center" %)
26 26  [[image:image-20220907153151-1.png]]
... ... @@ -226,6 +226,7 @@
226 226  
227 227  * **AT+TDC=7200      ** ~/~/ Set Update Interval to 7200s (2 hour)
228 228  
227 +
229 229  **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).**
230 230  
231 231  
... ... @@ -246,19 +246,20 @@
246 246  
247 247  The payload is ASCII string, representative same HEX:
248 248  
249 -0x(% style="color:red" %)f868411056754138(% style="color:blue" %)0064(% style="color:green" %)0c78(% style="color:red" %)17(% style="color:blue" %)01(% style="color:green" %)00(% style="color:red" %)**//0225010b6315537b//**010b0226631550fb//**010e022663154d77**//01110225631549f1//**011502246315466b**//01190223631542e5//**011d022163153f62**//011e022163153bde//**011e022163153859**//(%%) where:
248 +0xf86841105675413800640c781701000225010b6315537b010b0226631550fb010e022663154d7701110225631549f1011502246315466b01190223631542e5011d022163153f62011e022163153bde011e022163153859 where:
250 250  
251 -* (% style="color:red" %)Device ID: 0xf868411056754138 = f868411056754138
252 -* (% style="color:blue" %)Version: 0x0064=100=1.0.0
253 -* (% style="color:green" %)BAT: 0x0c78 = 3192 mV = 3.192V
254 -* (% style="color:red" %)Singal: 0x17 = 23
255 -* (% style="color:blue" %)Mod: 0x01 = 1
256 -* (% style="color:green" %)Interrupt: 0x00= 0
250 +* Device ID: 0xf868411056754138 = f868411056754138
251 +* Version: 0x0064=100=1.0.0
252 +
253 +* BAT: 0x0c78 = 3192 mV = 3.192V
254 +* Singal: 0x17 = 23
255 +* Mod: 0x01 = 1
256 +* Interrupt: 0x00= 0
257 257  * Soil PH: 0x0225= 549 = 5.49
258 258  * Soil Temperature:0x010B =267=26.7 °C
259 -* Time stamp : 0x6315537b =1662342011  ([[Unix Epoch Time>>url:http://www.epochconverter.com/]])
259 +* Time stamp : 0x6315537b =1662342011
260 260  * Soil Temperature,Soil PH,Time stamp : 010b0226631550fb
261 -* (% style="color:red" %)8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,.......
261 +* 8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,.......
262 262  
263 263  == 2.4  Payload Explanation and Sensor Interface ==
264 264  
... ... @@ -590,18 +590,13 @@
590 590  
591 591  AT+TR      : Get or Set record time"
592 592  
593 -AT+APN     : Get or set the APN
594 594  
595 -AT+FBAND   : Get or Set whether to automatically modify the frequency band
596 -
597 -AT+DNSCFG  : Get or Set DNS Server
598 -
599 -AT+GETSENSORVALUE   : Returns the current sensor measurement
600 -
601 601  AT+NOUD      : Get or Set the number of data to be uploaded
602 602  
596 +
603 603  AT+CDP     : Read or Clear cached data
604 604  
599 +
605 605  AT+TEMPALARM      : Get or Set alarm of temp
606 606  
607 607  AT+PHALARM     : Get or Set alarm of PH