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)
Details
- Page properties
-
- Content
-
... ... @@ -207,7 +207,6 @@ 207 207 * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5601 ** (%%) ~/~/ to set UDP server address and port 208 208 * (% style="color:blue" %)**AT+CFM=1 ** (%%) ~/~/ If the server does not respond, this command is unnecessar 209 209 210 - 211 211 [[image:image-20220907153643-9.png||height="401" width="734"]] 212 212 213 213 ... ... @@ -228,7 +228,6 @@ 228 228 * (% style="color:blue" %)**AT+PUBTOPIC=NSE01_PUB **(%%)~/~/ Set the sending topic of MQTT 229 229 * (% style="color:blue" %)**AT+SUBTOPIC=NSE01_SUB ** (%%) ~/~/ Set the subscription topic of MQTT 230 230 231 - 232 232 [[image:image-20220907153739-11.png||height="491" width="764"]] 233 233 234 234 ... ... @@ -248,7 +248,6 @@ 248 248 * (% style="color:blue" %)**AT+PRO=4 ** (%%) ~/~/ Set to use TCP protocol to uplink 249 249 * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5600 ** (%%) ~/~/ to set TCP server address and port 250 250 251 - 252 252 [[image:image-20220907153818-13.png||height="486" width="668"]] 253 253 254 254 ... ... @@ -263,7 +263,6 @@ 263 263 264 264 * (% style="color:blue" %)**AT+TDC=7200 ** (%%) ~/~/ Set Update Interval to 7200s (2 hour) 265 265 266 - 267 267 (% style="color:red" %)**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).** 268 268 269 269 ... ... @@ -300,9 +300,6 @@ 300 300 * Soil Temperature,Soil PH,Time stamp : 010b0226631550fb 301 301 * (% style="color:red" %)8 sets of recorded data: Temperature,Soil PH,Time stamp : 010e022663154d77,....... 302 302 303 - 304 - 305 - 306 306 == 2.4 Payload Explanation and Sensor Interface == 307 307 308 308 ... ... @@ -366,9 +366,9 @@ 366 366 367 367 Get the PH content of the soil. The value range of the register is 300-1000(Decimal), divide this value by 100 to get the percentage of PH in the soil. 368 368 369 -For example, if the data you get from the register is **__0x05 0xDC__**, the PH content in the soil is 362 +For example, if the data you get from the register is (% style="color:blue" %)**__0x05 0xDC__**(%%), the PH content in the soil is 370 370 371 -**0229(H) = 549(D) /100 = 5.49.** 364 +(% style="color:blue" %)**0229(H) = 549(D) /100 = 5.49.** 372 372 373 373 374 374 ... ... @@ -375,8 +375,9 @@ 375 375 === 2.4.6 Soil Temperature === 376 376 377 377 378 -Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is **__0x09 0xEC__**, the temperature content in the soil is 371 +Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is (% style="color:blue" %)**__0x09 0xEC__**(%%), the temperature content in the soil is 379 379 373 + 380 380 **Example**: 381 381 382 382 If payload is 0105H: ((0x0105 & 0x8000)>>15 === 0),temp = 0105(H)/10 = 26.1 °C ... ... @@ -405,8 +405,9 @@ 405 405 406 406 The lower four bits of this data field shows if this packet is generated by interrupt or not. Click here for the hardware and software set up. 407 407 408 -Example: 409 409 403 +**Example:** 404 + 410 410 0x(00): Normal uplink packet. 411 411 412 412 0x(01): Interrupt Uplink Packet. ... ... @@ -465,8 +465,6 @@ 465 465 * For each uplink probe, LED will be on for 500ms. 466 466 467 467 468 - 469 - 470 470 == 2.7 Installation and Maintain == 471 471 472 472 ... ... @@ -480,7 +480,7 @@ 480 480 === 2.7.2 Measurement === 481 481 482 482 483 - **(% style="color:#037691" %)Measurement the soil surface:**476 +(% style="color:#037691" %)**Measurement the soil surface:** 484 484 485 485 486 486 [[image:image-20220907154700-18.png]] ... ... @@ -494,7 +494,7 @@ 494 494 Put soil over the probe after insert. And start to measure. 495 495 496 496 497 - **(% style="color:#037691" %)Measurement inside soil:**490 +(% style="color:#037691" %)**Measurement inside soil:** 498 498 499 499 Dig a hole with diameter > 20CM. 500 500 ... ... @@ -512,15 +512,12 @@ 512 512 1. Avoid the probes to touch oily matter. Which will cause issue in accuracy. 513 513 1. The probe is IP68 can be put in water. 514 514 515 - 516 - 517 - 518 518 == 2.8 PH and Temperature alarm function == 519 519 520 520 521 - **(% style="color:#037691" %)➢ AT Command:**511 +(% style="color:#037691" %)**➢ AT Command:** 522 522 523 - **(% style="color:blue" %)AT+ PHALARM=min,max**513 +(% style="color:blue" %)**AT+ PHALARM=min,max** 524 524 525 525 ² When min=3, and max≠0, Alarm higher than max 526 526 ... ... @@ -529,7 +529,7 @@ 529 529 ² When min≠0 and max≠0, Alarm higher than max or lower than min 530 530 531 531 532 - **(% style="color:blue" %)Example:**522 +(% style="color:blue" %)**Example:** 533 533 534 534 AT+ PHALARM =5,8 ~/~/ Alarm when PH lower than 5. 535 535 ... ... @@ -542,32 +542,31 @@ 542 542 ² When min≠0 and max≠0, Alarm higher than max or lower than min 543 543 544 544 545 - **(% style="color:blue" %)Example:**535 +(% style="color:blue" %)**Example:** 546 546 547 547 AT+ TEMPALARM=20,30 ~/~/ Alarm when temperature lower than 20. 548 548 549 549 550 550 551 -== 2.9 Set the number of data to be uploaded and the recording time == 541 +== 2.9 Set the number of data to be uploaded and the recording time == 552 552 553 553 554 - **(% style="color:#037691" %)➢ AT Command:**544 +(% style="color:#037691" %)**➢ AT Command:** 555 555 556 -**(% 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) 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 +* (% 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. 557 557 558 -**(% 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. 559 559 560 560 561 -== 2.10 Read or Clear cached data == 551 +== 2.10 Read or Clear cached data == 562 562 563 563 564 - **(% style="color:#037691" %)➢ AT Command:**554 +(% style="color:#037691" %)**➢ AT Command:** 565 565 566 -**(% style="color:blue" %)AT+CDP** (%%) ~/~/ Read cached data 556 +* (% style="color:blue" %)**AT+CDP** (%%) ~/~/ Read cached data 557 +* (% style="color:blue" %)**AT+CDP=0** (%%) ~/~/ Clear cached data 567 567 568 -**(% style="color:blue" %)AT+CDP=0** (%%) ~/~/ Clear cached data 569 569 570 - 571 571 [[image:image-20220907154700-19.png]] 572 572 573 573 ... ... @@ -589,7 +589,7 @@ 589 589 590 590 Download URL & Firmware Change log: [[https:~~/~~/www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0>>url:https://www.dropbox.com/sh/1zmcakvbkf24f8x/AACmq2dZ3iRB9F1nVWeEB9Moa?dl=0]] 591 591 592 -Upgrade Instruction: [[Upgrade Firmware>> path:#H5.1200BHowtoUpgradeFirmware]]581 +Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]] 593 593 594 594 595 595 ... ... @@ -620,9 +620,9 @@ 620 620 621 621 Instruction to use as below: 622 622 623 - **(% style="color:blue" %)Step 1: **(%%)Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]]612 +(% style="color:blue" %)**Step 1: **(%%)Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]] 624 624 625 - **(% style="color:#037691" %)Step 2: **(%%) Open it and choose614 +(% style="color:blue" %)**Step 2: **(%%) Open it and choose 626 626 627 627 * Product Model 628 628 * Uplink Interval ... ... @@ -680,7 +680,7 @@ 680 680 AT+<CMD>=? : Get the value 681 681 682 682 683 - **(% style="color:#037691" %)General Commands**672 +(% style="color:#037691" %)**General Commands** 684 684 685 685 AT : Attention 686 686 ... ... @@ -725,17 +725,17 @@ 725 725 AT+ PHCAL : calibrate PH value 726 726 727 727 728 - **(% style="color:#037691" %)COAP Management**717 +(% style="color:#037691" %)**COAP Management** 729 729 730 730 AT+URI : Resource parameters 731 731 732 732 733 - **(% style="color:#037691" %)UDP Management**722 +(% style="color:#037691" %)**UDP Management** 734 734 735 735 AT+CFM : Upload confirmation mode (only valid for UDP) 736 736 737 737 738 - **(% style="color:#037691" %)MQTT Management**727 +(% style="color:#037691" %)**MQTT Management** 739 739 740 740 AT+CLIENT : Get or Set MQTT client 741 741 ... ... @@ -748,7 +748,7 @@ 748 748 AT+SUBTOPIC : Get or Set MQTT subscription topic 749 749 750 750 751 - **(% style="color:#037691" %)Information**740 +(% style="color:#037691" %)**Information** 752 752 753 753 AT+FDR : Factory Data Reset 754 754 ... ... @@ -766,7 +766,7 @@ 766 766 767 767 Please see this link for how to upgrade: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H2.HardwareUpgradeMethodSupportList>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H2.HardwareUpgradeMethodSupportList]] 768 768 769 - **(% style="color:red" %)Notice,**NSPH01**and**LSPH01**share the same mother board. They use the same connection and method to update.**758 +(% style="color:red" %)**Notice, NSPH01 and LSPH01 share the same mother board. They use the same connection and method to update.** 770 770 771 771 772 772 ... ... @@ -790,7 +790,7 @@ 790 790 == 6.2 AT Command input doesn't work == 791 791 792 792 793 -In the case if user can see the console output but can't type input to the device. Please check if you already include the **(% style="color:green" %)ENTER**(%%) while sending out the command. Some serial tool doesn't send**(% style="color:green" %)ENTER** (%%)while press the send key, user need to add ENTER in their string.782 +In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER** (%%)while press the send key, user need to add ENTER in their string. 794 794 795 795 796 796 ... ... @@ -814,9 +814,6 @@ 814 814 * Size: 195 x 125 x 55 mm 815 815 * Weight: 420g 816 816 817 - 818 - 819 - 820 820 = 9. Support = 821 821 822 822