Changes for page NSPH01-NB-IoT Soil pH Sensor User Manual
Last modified by Bei Jinggeng on 2024/03/30 17:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,7 +50,6 @@ 50 50 51 51 52 52 53 - 54 54 == 1.3 Specification == 55 55 56 56 ... ... @@ -70,7 +70,6 @@ 70 70 71 71 72 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℃ ... ... @@ -95,7 +95,6 @@ 95 95 96 96 97 97 98 - 99 99 == 1.5 Applications == 100 100 101 101 ... ... @@ -103,7 +103,6 @@ 103 103 104 104 105 105 106 - 107 107 == 1.6 Pin mapping and power on == 108 108 109 109 ... ... @@ -138,9 +138,11 @@ 138 138 * The local NB-IoT network used the band that NSPH01 supports. 139 139 * Your operator is able to distribute the data received in their NB-IoT network to your IoT server. 140 140 141 -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 142 143 143 137 +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. 138 + 139 + 144 144 [[image:image-20220907153445-4.png]] 145 145 146 146 ... ... @@ -150,6 +150,7 @@ 150 150 151 151 User need to take out the NB-IoT module and insert the SIM card like below. ((% style="color:red" %) Pay attention to the direction(%%)) 152 152 149 + 153 153 [[image:image-20220907153505-5.png]] 154 154 155 155 ... ... @@ -176,8 +176,9 @@ 176 176 * Stop bits: (% style="color:green" %)**1** 177 177 * Parity: (% style="color:green" %)**None** 178 178 * Flow Control: (% style="color:green" %)**None** 179 -* 180 180 177 + 178 + 181 181 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. 182 182 183 183 ... ... @@ -222,6 +222,8 @@ 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 223 + 224 + 225 225 [[image:image-20220907153643-9.png||height="401" width="734"]] 226 226 227 227 ... ... @@ -242,6 +242,8 @@ 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 245 + 246 + 245 245 [[image:image-20220907153739-11.png||height="491" width="764"]] 246 246 247 247 ... ... @@ -261,6 +261,8 @@ 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 266 + 267 + 264 264 [[image:image-20220907153818-13.png||height="486" width="668"]] 265 265 266 266 ... ... @@ -295,25 +295,39 @@ 295 295 [[image:image-20220907153902-15.png||height="581" width="804"]] 296 296 297 297 302 +((( 298 298 The payload is ASCII string, representative same HEX: 304 +))) 299 299 300 -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: 306 +((( 307 + 308 +))) 301 301 302 -* (% style="color:red" %)Device ID: 0xf868411056754138 = f868411056754138 303 -* (% style="color:blue" %)Version: 0x0064=100=1.0.0 304 -* (% style="color:green" %)BAT: 0x0c78 = 3192 mV = 3.192V 305 -* (% style="color:red" %)Singal: 0x17 = 23 306 -* (% style="color:blue" %)Mod: 0x01 = 1 307 -* (% style="color:green" %)Interrupt: 0x00= 0 308 -* Soil PH: 0x0225= 549 = 5.49 309 -* Soil Temperature: 0x010B =267=26.7 °C 310 -* Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>url:http://www.epochconverter.com/]]) 311 -* Soil Temperature,Soil PH,Time stamp : 010b0226631550fb 312 -* (% style="color:red" %)8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,....... 310 +((( 311 +**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__//(%%)** 312 +))) 313 313 314 +((( 315 + 314 314 317 +where: 318 +))) 315 315 320 +* Device ID: 0xf868411056754138 = f868411056754138 321 +* Version: 0x0064=100=1.0.0 322 +* BAT: 0x0c78 = 3192 mV = 3.192V 323 +* Singal: 0x17 = 23 324 +* Mod: 0x01 = 1 325 +* Interrupt: 0x00= 0 326 +* Soil PH: 0x0225= 549 = 5.49 327 +* Soil Temperature: 0x010b =267=26.7 °C 328 +* Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>url:http://www.epochconverter.com/]]) 329 +* Soil Temperature,Soil PH,Time stamp : 010b0226631550fb 330 +* 8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,....... 316 316 332 + 333 + 334 + 317 317 == 2.4 Payload Explanation and Sensor Interface == 318 318 319 319 ... ... @@ -581,6 +581,7 @@ 581 581 * (% style="color:blue" %)**AT+CDP=0** (%%) ~/~/ Clear cached data 582 582 583 583 602 + 584 584 [[image:image-20220907154700-19.png]] 585 585 586 586 ... ... @@ -600,7 +600,7 @@ 600 600 == 2.12 Firmware Change Log == 601 601 602 602 603 -Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1 zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]]622 +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]] 604 604 605 605 Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]] 606 606
- image-20220923101327-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +12.1 KB - Content