Changes for page NSPH01-NB-IoT Soil pH Sensor User Manual
Last modified by Bei Jinggeng on 2024/03/30 17:53
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -222,7 +222,7 @@ 222 222 223 223 **NOTE:** 224 224 225 -**~1. By default, the device will send an uplink message every 2hour.**225 +**~1. By default, the device will send an uplink message every 1 hour.** 226 226 227 227 **2.3 Uplink Payload** 228 228 ... ... @@ -254,7 +254,7 @@ 254 254 * Soil PH: 0x0225= 549 = 5.49 255 255 * Soil Temperature:0x010B =267=26.7 °C 256 256 * Time stamp : 0x6315537b =1662342011 257 -* Soil Temperature,Soil PH,Time stamp : 010b0226631550fb 257 +* Soil Temperature,Soil PH,Time stamp : 010b0226631550fb,Soil 258 258 * 8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,....... 259 259 260 260 **2.4 Payload Explanation and Sensor Interface** ... ... @@ -315,9 +315,9 @@ 315 315 316 316 **Example**: 317 317 318 -If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 2 6.1 °C318 +If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/100 = 2.61 °C 319 319 320 -If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/10 = -1 2.9 °C320 +If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C 321 321 322 322 **2.4.7 Timestamp** 323 323 ... ... @@ -354,10 +354,9 @@ 354 354 355 355 **2.5 Downlink Payload** 356 356 357 -By default, NS PH01 prints the downlink payload to console port.357 +By default, NSE01 prints the downlink payload to console port. 358 358 359 -(% style="text-align:center" %) 360 -[[image:image-20220907154636-17.png]] 359 +[[image:image-20220907154636-17.png||style="float:left"]] 361 361 362 362 363 363 ... ... @@ -364,7 +364,6 @@ 364 364 365 365 366 366 367 - 368 368 **Examples:** 369 369 370 370 * **Set TDC** ... ... @@ -377,7 +377,7 @@ 377 377 378 378 * **Reset** 379 379 380 -If payload = 0x04FF, it will reset the NS PH01378 +If payload = 0x04FF, it will reset the NSE01 381 381 382 382 * **INTMOD** 383 383 ... ... @@ -441,7 +441,7 @@ 441 441 442 442 Example: 443 443 444 -AT+ PHALARM = 5,8~/~/ Alarm when PH lower than 5.442 +AT+ PHALARM =3,5 ~/~/ Alarm when PH lower than 5. 445 445 446 446 AT+ TEMPALARM=min,max 447 447 ... ... @@ -453,7 +453,7 @@ 453 453 454 454 Example: 455 455 456 -AT+ TEMPALARM= 20,30 ~/~/ Alarm when temperature lower than 20.454 +AT+ TEMPALARM=0,20 ~/~/ Alarm when temperature lower than 20. 457 457 458 458 459 459 **2.9 Set the number of data to be uploaded and the recording time**