<
From version < 35.1 >
edited by David Huang
on 2022/09/07 15:53
To version < 43.1 >
edited by David Huang
on 2022/09/07 17:05
>
Change comment: There is no comment for this version

Summary

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 1 hour.**
225 +**~1. By default, the device will send an uplink message every 2 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,Soil
257 +* Soil Temperature,Soil PH,Time stamp : 010b0226631550fb
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)/100 = 2.61 °C
318 +If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 26.1 °C
319 319  
320 -If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C
320 +If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/10 = -12.9 °C
321 321  
322 322  **2.4.7  Timestamp**
323 323  
... ... @@ -354,9 +354,10 @@
354 354  
355 355  **2.5  Downlink Payload**
356 356  
357 -By default, NSE01 prints the downlink payload to console port.
357 +By default, NSPH01 prints the downlink payload to console port.
358 358  
359 -[[image:image-20220907154636-17.png||style="float:left"]]
359 +(% style="text-align:center" %)
360 +[[image:image-20220907154636-17.png]]
360 360  
361 361  
362 362  
... ... @@ -363,6 +363,7 @@
363 363  
364 364  
365 365  
367 +
366 366  **Examples:**
367 367  
368 368  * **Set TDC**
... ... @@ -375,7 +375,7 @@
375 375  
376 376  * **Reset**
377 377  
378 -If payload = 0x04FF, it will reset the NSE01
380 +If payload = 0x04FF, it will reset the NSPH01
379 379  
380 380  * **INTMOD**
381 381  
... ... @@ -439,7 +439,7 @@
439 439  
440 440  Example:
441 441  
442 -AT+ PHALARM =3,5 ~/~/ Alarm when PH lower than 5.
444 +AT+ PHALARM =5,8 ~/~/ Alarm when PH lower than 5.
443 443  
444 444  AT+ TEMPALARM=min,max
445 445  
... ... @@ -451,7 +451,7 @@
451 451  
452 452  Example:
453 453  
454 -AT+ TEMPALARM=0,20 ~/~/ Alarm when temperature lower than 20.
456 +AT+ TEMPALARM=20,30 ~/~/ Alarm when temperature lower than 20.
455 455  
456 456  
457 457  **2.9 Set the number of data to be uploaded and the recording time**
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0