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

From version 51.9
edited by Xiaoling
on 2022/09/12 15:39
Change comment: There is no comment for this version
To version 56.3
edited by Xiaoling
on 2022/10/25 16:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,6 +48,7 @@
48 48  * Micro SIM card slot
49 49  * 8500mAh Battery for long term use
50 50  
51 +
51 51  == 1.3  Specification ==
52 52  
53 53  
... ... @@ -65,6 +65,7 @@
65 65  * - B20 @H-FDD: 800MHz
66 66  * - B28 @H-FDD: 700MHz
67 67  
69 +
68 68  == 1.4  Probe Specification ==
69 69  
70 70  
... ... @@ -85,13 +85,16 @@
85 85  * IP68 Protection
86 86  * Length: 3.5 meters
87 87  
88 -== 1.5 ​Applications ==
89 89  
91 +== 1.5  ​Applications ==
92 +
93 +
90 90  * Smart Agriculture
91 91  
92 -== 1.6 Pin mapping and power on ==
93 93  
97 +== 1.6  Pin mapping and power on ==
94 94  
99 +
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.
131 +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  
143 +
138 138  [[image:image-20220907153505-5.png]]
139 139  
140 140  
... ... @@ -161,7 +161,6 @@
161 161  * Stop bits:  (% style="color:green" %)**1**
162 162  * Parity:  (% style="color:green" %)**None**
163 163  * Flow Control: (% style="color:green" %)**None**
164 -*
165 165  
166 166  Make sure the switch is in FLASH position, then power on device by connecting the jumper on NSPH01. NSPH01 will output system info once power on as below, we can enter the (% style="color:green" %)**password: 12345678**(%%) to access AT Command input.
167 167  
... ... @@ -271,9 +271,9 @@
271 271  
272 272  Each time the device uploads a data package, 8 sets of recorded data will be attached. Up to 32 sets of recorded data can be uploaded.
273 273  
274 -(% border="2" style="background-color:#ffffcc; color:green; width:1160px" %)
275 -|(% style="width:96px" %)**Size(bytes)**|(% style="width:83px" %)**8**|(% style="width:44px" %)**2**|(% style="width:42px" %)**2**|(% style="width:124px" %)1|(% style="width:57px" %)1|(% style="width:80px" %)1|(% style="width:69px" %)2|(% style="width:134px" %)2|(% style="width:98px" %)4|(% style="width:134px" %)2|(% style="width:68px" %)2|(% style="width:125px" %)4
276 -|(% style="width:96px" %)**Value**|(% style="width:83px" %)Device ID|(% style="width:44px" %)Ver|(% style="width:42px" %)BAT|(% style="width:124px" %)Signal Strength|(% style="width:57px" %)MOD|(% style="width:80px" %)Interrupt|(% style="width:69px" %)Soil PH|(% style="width:134px" %)Soil Temperature|(% style="width:98px" %)Time stamp|(% style="width:134px" %)Soil Temperature|(% style="width:68px" %)Soil PH|(% style="width:125px" %)Time stamp  .....
279 +(% border="1.5" style="background-color:#ffffcc; color:green; width:520px" %)
280 +|=(% scope="row" style="width: 50px;" %)**Size(bytes)**|(% style="width:40px" %)**8**|(% style="width:20px" %)**2**|(% style="width:20px" %)**2**|(% style="width:60px" %)**1**|(% style="width:20px" %)**1**|(% style="width:40px" %)**1**|(% style="width:40px" %)**2**|(% style="width:60px" %)**2**|(% style="width:50px" %)**4**|(% style="width:60px" %)**2**|(% style="width:40px" %)**2**|(% style="width:40px" %)**4**
281 +|=(% style="width: 96px;" %)**Value**|(% style="width:83px" %)Device ID|(% style="width:44px" %)Ver|(% style="width:42px" %)BAT|(% style="width:124px" %)Signal Strength|(% style="width:57px" %)MOD|(% style="width:80px" %)Interrupt|(% style="width:69px" %)Soil PH|(% style="width:134px" %)Soil Temperature|(% style="width:98px" %)Time stamp|(% style="width:134px" %)Soil Temperature|(% style="width:68px" %)Soil PH|(% style="width:125px" %)Time stamp  .....
277 277  
278 278  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NSPH01 uplink data.
279 279  
... ... @@ -280,22 +280,47 @@
280 280  [[image:image-20220907153902-15.png||height="581" width="804"]]
281 281  
282 282  
288 +(((
283 283  The payload is ASCII string, representative same HEX:
290 +)))
284 284  
285 -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:
292 +(((
293 +
294 +)))
286 286  
287 -* (% style="color:red" %)Device ID: 0xf868411056754138 = f868411056754138
288 -* (% style="color:blue" %)Version: 0x0064=100=1.0.0
289 -* (% style="color:green" %)BAT: 0x0c78 = 3192 mV = 3.192V
290 -* (% style="color:red" %)Singal: 0x17 = 23
291 -* (% style="color:blue" %)Mod: 0x01 = 1
292 -* (% style="color:green" %)Interrupt: 0x00= 0
293 -* Soil PH: 0x0225= 549 = 5.49
294 -* Soil Temperature: 0x010B =267=26.7 °C
295 -* Time stamp : 0x6315537b =1662342011  ([[Unix Epoch Time>>url:http://www.epochconverter.com/]])
296 -* Soil Temperature,Soil PH,Time stamp : 010b0226631550fb
297 -* (% style="color:red" %)8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,.......
296 +(((
297 +**0x (% style="color:red" %)__f868411056754138__  (% style="color:blue" %)__0064 __ (% style="color:green" %)__0c78__  (% style="color:#00b0f0" %)__17__  (% style="color:#7030a0" %)__01__  (% style="color:#d60093" %)__00__  (% style="color:#a14d07" %)__0225 __ (% style="color:#0020b0" %) __010b__  (% style="color:#420042" %)__6315537b__  (% style="color:#663300" %)//__010b0226631550fb__  __010e022663154d77  01110225631549f1  011502246315466b  01190223631542e5  011d022163153f62  011e022163153bde 011e022163153859__//(%%)**
298 +)))
298 298  
300 +(((
301 +
302 +
303 +**where:**
304 +)))
305 +
306 +* (% style="color:#037691" %)**Device ID:**(%%)** **0xf868411056754138 = f868411056754138
307 +
308 +* (% style="color:#037691" %)**Version:**  (%%) 0x0064=100=1.0.0
309 +
310 +* (% style="color:#037691" %)**BAT:**   (%%) 0x0c78 = 3192 mV = 3.192V
311 +
312 +* (% style="color:#037691" %)**Singal:** (%%)0x17 = 23
313 +
314 +* (% style="color:#037691" %)**Mod:** (%%) 0x01 = 1
315 +
316 +* (% style="color:#037691" %)**Interrupt:**(%%) 0x00= 0
317 +
318 +* (% style="color:#037691" %)**Soil PH:** (%%) 0x0225= 549 = 5.49
319 +
320 +* (% style="color:#037691" %)**Soil Temperature:**(%%) 0x010b =267=26.7 °C
321 +
322 +* (% style="color:#037691" %)**Time stamp :**   (%%) 0x6315537b =1662342011  ([[Unix Epoch Time>>url:http://www.epochconverter.com/]])
323 +
324 +* (% style="color:#037691" %)**Soil Temperature,Soil PH,Time stamp : **(%%) 010b0226631550fb
325 +
326 +* (% style="color:#037691" %)**8 sets of recorded data:**(%%) Temperature,Soil PH,Time stamp :  010e022663154d77,.......
327 +
328 +
299 299  == 2.4  Payload Explanation and Sensor Interface ==
300 300  
301 301  
... ... @@ -459,7 +459,6 @@
459 459  * After NSPH01 join NB-IoT network. The LED will be ON for 3 seconds.
460 460  * For each uplink probe, LED will be on for 500ms.
461 461  
462 -
463 463  == 2.7  Installation and Maintain ==
464 464  
465 465  
... ... @@ -546,8 +546,12 @@
546 546  * (% 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)
547 547  * (% 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.
548 548  
578 + The diagram below explains the relationship between TR, NOUD, and TDC more clearly**:**
549 549  
580 +[[image:image-20221009000933-1.png||height="750" width="1043"]]
550 550  
582 +
583 +
551 551  == 2.10  Read or Clear cached data ==
552 552  
553 553  
... ... @@ -556,7 +556,6 @@
556 556  * (% style="color:blue" %)**AT+CDP**        (%%) ~/~/  Read cached data
557 557  * (% style="color:blue" %)**AT+CDP=0**    (%%) ~/~/  Clear cached data
558 558  
559 -
560 560  [[image:image-20220907154700-19.png]]
561 561  
562 562  
... ... @@ -576,7 +576,7 @@
576 576  == 2.12  ​Firmware Change Log ==
577 577  
578 578  
579 -Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]]
611 +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]]
580 580  
581 581  Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
582 582  
... ... @@ -800,9 +800,12 @@
800 800  
801 801  **Dimension and weight**:
802 802  
803 -* Size: 195 x 125 x 55 mm
804 -* Weight:   420g
835 +* Device Size: cm
836 +* Device Weight: g
837 +* Package Size / pcs : cm
838 +* Weight / pcs : g
805 805  
840 +
806 806  = 9.  Support =
807 807  
808 808  
image-20220923101327-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +12.1 KB
Content
image-20221009000933-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +282.9 KB
Content