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
-
... ... @@ -208,6 +208,7 @@ 208 208 * (% style="color:blue" %)**AT+CFM=1 ** (%%) ~/~/ If the server does not respond, this command is unnecessar 209 209 210 210 211 + 211 211 [[image:image-20220907153643-9.png||height="401" width="734"]] 212 212 213 213 ... ... @@ -229,6 +229,7 @@ 229 229 * (% style="color:blue" %)**AT+SUBTOPIC=NSE01_SUB ** (%%) ~/~/ Set the subscription topic of MQTT 230 230 231 231 233 + 232 232 [[image:image-20220907153739-11.png||height="491" width="764"]] 233 233 234 234 ... ... @@ -249,6 +249,7 @@ 249 249 * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5600 ** (%%) ~/~/ to set TCP server address and port 250 250 251 251 254 + 252 252 [[image:image-20220907153818-13.png||height="486" width="668"]] 253 253 254 254 ... ... @@ -256,31 +256,28 @@ 256 256 257 257 258 258 262 + 259 259 === 2.2.8 Change Update Interval === 260 260 261 - 262 262 Users can use the below command to change the **uplink interval**. 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 270 - 271 271 == 2.3 Uplink Payload == 272 272 273 - 274 274 In this mode, uplink payload includes 87 bytes in total by default. 275 275 276 276 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. 277 277 278 -(% border="2" style="background-color:#ffffcc; color:green; width:1160px" %) 279 -|(% 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 280 -|(% 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 ..... 278 +|**Size(bytes)**|**8**|**2**|**2**|1|1|1|2|2|4|2|2|4 279 +|**Value**|Device ID|Ver|BAT|Signal Strength|MOD|Interrupt|Soil PH|Soil Temperature|Time stamp|Soil Temperature|Soil PH|Time stamp ..... 281 281 282 282 If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NSPH01 uplink data. 283 283 283 +(% style="text-align:center" %) 284 284 [[image:image-20220907153902-15.png||height="581" width="804"]] 285 285 286 286 ... ... @@ -295,25 +295,19 @@ 295 295 * (% style="color:blue" %)Mod: 0x01 = 1 296 296 * (% style="color:green" %)Interrupt: 0x00= 0 297 297 * Soil PH: 0x0225= 549 = 5.49 298 -* Soil Temperature: 298 +* Soil Temperature:0x010B =267=26.7 °C 299 299 * Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>url:http://www.epochconverter.com/]]) 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 - 309 309 === 2.4.1 Device ID === 310 310 311 - 312 312 By default, the Device ID equal to the last 15 bits of IMEI. 313 313 314 314 User can use (% style="color:blue" %)**AT+DEUI** (%%)to set Device ID 315 315 316 - 317 317 **Example:** 318 318 319 319 AT+DEUI=868411056754138 ... ... @@ -320,20 +320,14 @@ 320 320 321 321 The Device ID is stored in a none-erase area, Upgrade the firmware or run AT+FDR won't erase Device ID. 322 322 323 - 324 - 325 325 === 2.4.2 Version Info === 326 326 327 - 328 328 Specify the software version: 0x64=100, means firmware version 1.00. 329 329 330 330 For example: 0x00 64 : this device is NSPH01 with firmware version 1.0.0. 331 331 332 - 333 - 334 334 === 2.4.3 Battery Info === 335 335 336 - 337 337 Check the battery voltage for NSPH01. 338 338 339 339 Ex1: 0x0B45 = 2885mV ... ... @@ -340,11 +340,8 @@ 340 340 341 341 Ex2: 0x0B49 = 2889mV 342 342 343 - 344 - 345 345 === 2.4.4 Signal Strength === 346 346 347 - 348 348 NB-IoT Network signal Strength. 349 349 350 350 **Ex1: 0x1d = 29** ... ... @@ -359,11 +359,8 @@ 359 359 360 360 **99** Not known or not detectable 361 361 362 - 363 - 364 364 === 2.4.5 Soil PH === 365 365 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 369 For example, if the data you get from the register is **__0x05 0xDC__**, the PH content in the soil is ... ... @@ -370,11 +370,8 @@ 370 370 371 371 **0229(H) = 549(D) /100 = 5.49.** 372 372 373 - 374 - 375 375 === 2.4.6 Soil Temperature === 376 376 377 - 378 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 379 379 380 380 **Example**: ... ... @@ -383,25 +383,19 @@ 383 383 384 384 If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/10 = -12.9 °C 385 385 386 - 387 - 388 388 === 2.4.7 Timestamp === 389 389 390 - 391 391 Time stamp : 0x6315537b =1662342011 392 392 393 393 Convert Unix timestamp to time 2022-9-5 9:40:11. 394 394 395 - 396 - 397 397 === 2.4.8 Digital Interrupt === 398 398 373 +Digital Interrupt refers to pin **GPIO_EXTI**, and there are different trigger methods. When there is a trigger, the NSPH01 will send a packet to the server. 399 399 400 -Digital Interrupt refers to pin (% style="color:blue" %)**GPIO_EXTI**(%%), and there are different trigger methods. When there is a trigger, the NSPH01 will send a packet to the server. 401 - 402 402 The command is: 403 403 404 - (% style="color:blue" %)**AT+INTMOD=3 **(%%)~/~/(more info about INMOD please refer [[**AT Command Manual**>>url:https://www.dragino.com/downloads/downloads/NB-IoT/NBSN95/DRAGINO_NBSN95-NB_AT%20Commands_v1.1.0.pdf]])**.**377 +**AT+INTMOD=3 ** ~/~/(more info about INMOD please refer [[**AT Command Manual**>>url:https://www.dragino.com/downloads/downloads/NB-IoT/NBSN95/DRAGINO_NBSN95-NB_AT%20Commands_v1.1.0.pdf]])**.** 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 ... ... @@ -411,33 +411,34 @@ 411 411 412 412 0x(01): Interrupt Uplink Packet. 413 413 414 - 415 - 416 416 === 2.4.9 +5V Output === 417 417 418 - 419 419 NSPH01 will enable +5V output before all sampling and disable the +5v after all sampling. 420 420 421 421 The 5V output time can be controlled by AT Command. 422 422 423 - (% style="color:blue" %)**AT+5VT=1000**393 +**AT+5VT=1000** 424 424 425 425 Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors.** ** 426 426 427 427 428 - 429 429 == 2.5 Downlink Payload == 430 430 431 - 432 432 By default, NSPH01 prints the downlink payload to console port. 433 433 402 +(% style="text-align:center" %) 434 434 [[image:image-20220907154636-17.png]] 435 435 436 436 437 -(% style="color:blue" %)**Examples:** 438 438 439 -* (% style="color:#037691" %)** Set TDC** 440 440 408 + 409 + 410 + 411 +**Examples:** 412 + 413 +* **Set TDC** 414 + 441 441 If the payload=0100003C, it means set the END Node's TDC to 0x00003C=60(S), while type code is 01. 442 442 443 443 Payload: 01 00 00 1E TDC=30S ... ... @@ -444,19 +444,16 @@ 444 444 445 445 Payload: 01 00 00 3C TDC=60S 446 446 447 -* (% style="color:#037691" %)**421 +* **Reset** 448 448 449 449 If payload = 0x04FF, it will reset the NSPH01 450 450 451 -* (% style="color:#037691" %)**425 +* **INTMOD** 452 452 453 453 Downlink Payload: 06000003, Set AT+INTMOD=3 454 454 455 - 456 - 457 457 == 2.6 LED Indicator == 458 458 459 - 460 460 The NSPH01 has an internal LED which is to show the status of different state. 461 461 462 462 * When power on, NSPH01 will detect if sensor probe is connected, if probe detected, LED will blink four times. (no blinks in this step is no probe) ... ... @@ -464,25 +464,16 @@ 464 464 * After NSPH01 join NB-IoT network. The LED will be ON for 3 seconds. 465 465 * For each uplink probe, LED will be on for 500ms. 466 466 438 +== 2.7 Installation and Maintain == 467 467 440 +=== 2.7.1 Before measurement === 468 468 469 - 470 -== 2.7 Installation and Maintain == 471 - 472 - 473 -=== 2.7.1 Before measurement === 474 - 475 - 476 476 If the NSPH01 has more than 7 days not use or just clean the pH probe. User should put the probe inside pure water for more than 24 hours for activation. If no put in water, user need to put inside soil for more than 24 hours to ensure the measurement accuracy. 477 477 444 +=== 2.7.2 Measurement === 478 478 479 - 480 -=== 2.7.2 Measurement === 481 - 482 - 483 483 **Measurement the soil surface:** 484 484 485 - 486 486 [[image:image-20220907154700-18.png]] 487 487 488 488 Choose the proper measuring position. Split the surface soil according to the measured deep. ... ... @@ -493,7 +493,6 @@ 493 493 494 494 Put soil over the probe after insert. And start to measure. 495 495 496 - 497 497 **Measurement inside soil:** 498 498 499 499 Dig a hole with diameter > 20CM. ... ... @@ -500,11 +500,8 @@ 500 500 501 501 Insert the probe inside, method like measure the surface. 502 502 464 +=== 2.7.3 Maintain Probe === 503 503 504 - 505 -=== 2.7.3 Maintain Probe === 506 - 507 - 508 508 1. pH probe electrode is fragile and no strong. User must avoid strong force or hitting it. 509 509 1. After long time use (3~~ 6 months). The probe electrode needs to be clean; user can use high grade sandpaper to polish it or put in 5% hydrochloric acid for several minutes. After the metal probe looks like new, user can use pure water to wash it. 510 510 1. Probe reference electrode is also no strong, need to avoid strong force or hitting. ... ... @@ -512,16 +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 473 +== 2.8 PH and Temperature alarm function == 515 515 475 +➢ AT Command: 516 516 477 +AT+ PHALARM=min,max 517 517 518 -== 2.8 PH and Temperature alarm function == 519 - 520 - 521 -**➢ AT Command:** 522 - 523 -**AT+ PHALARM=min,max** 524 - 525 525 ² When min=3, and max≠0, Alarm higher than max 526 526 527 527 ² When min≠0, and max=0, Alarm lower than min ... ... @@ -528,11 +528,10 @@ 528 528 529 529 ² When min≠0 and max≠0, Alarm higher than max or lower than min 530 530 485 +Example: 531 531 532 - **Example:**487 +AT+ PHALARM =5,8 ~/~/ Alarm when PH lower than 5. 533 533 534 -AT+ PHALARM =5,8 ~/~/ Alarm when PH lower than 5. 535 - 536 536 AT+ TEMPALARM=min,max 537 537 538 538 ² When min=0, and max≠0, Alarm higher than max ... ... @@ -541,64 +541,50 @@ 541 541 542 542 ² When min≠0 and max≠0, Alarm higher than max or lower than min 543 543 497 +Example: 544 544 545 - **Example:**499 +AT+ TEMPALARM=20,30 ~/~/ Alarm when temperature lower than 20. 546 546 547 -AT+ TEMPALARM=20,30 ~/~/ Alarm when temperature lower than 20. 548 548 549 - 550 - 551 551 == 2.9 Set the number of data to be uploaded and the recording time == 552 552 504 +➢ AT Command: 553 553 554 - **➢ATCommand:**506 +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) 555 555 556 - **AT+TR=900**unitis seconds, and thedefaultisto record dataonce every 900 seconds.( The minimum can beset to180 seconds)508 +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 -**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 - 561 561 == 2.10 Read or Clear cached data == 562 562 513 +➢ AT Command: 563 563 564 - **➢ATommand:**515 +AT+CDP ~/~/ Read cached data 565 565 566 -**AT+CDP** ~/~/ Read cached data 567 - 568 -**AT+CDP=0** ~/~/ Clear cached data 569 - 570 - 571 571 [[image:image-20220907154700-19.png]] 572 572 573 573 520 +AT+CDP=0 ~/~/ Clear cached data 574 574 575 -== 2.11 Calibration == 576 576 523 +== 2.11 Calibration == 577 577 578 578 User can do calibration for the probe. It is limited to use below pH buffer solution to calibrate: 4.00, 6.86, 9.18. When calibration, user need to clean the electrode and put the probe in the pH buffer solution to wait the value stable ( a new clean electrode might need max 24 hours to be stable). 579 579 580 580 After stable, user can use below command to calibrate. 581 581 582 - 583 583 [[image:image-20220907154700-20.png]] 584 584 585 - 586 - 587 587 == 2.12 Firmware Change Log == 588 588 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 592 Upgrade Instruction: [[Upgrade Firmware>>path:#H5.1200BHowtoUpgradeFirmware]] 593 593 594 - 595 - 596 596 == 2.13 Battery Analysis == 597 597 598 - 599 599 === 2.13.1 Battery Type === 600 600 601 - 602 602 The NSPH01 battery is a combination of an 8500mAh Li/SOCI2 Battery and a Super Capacitor. The battery is none-rechargeable battery type with a low discharge rate (<2% per year). This type of battery is commonly used in IoT devices such as water meter. 603 603 604 604 The battery is designed to last for several years depends on the actually use environment and update interval. ... ... @@ -611,11 +611,8 @@ 611 611 612 612 [[image:image-20220907154700-21.png]] 613 613 614 - 615 - 616 616 === 2.13.2 Power consumption Analyze === 617 617 618 - 619 619 Dragino battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval. 620 620 621 621 Instruction to use as below: ... ... @@ -635,40 +635,29 @@ 635 635 636 636 637 637 638 - 639 639 === 2.13.3 Battery Note === 640 640 641 - 642 642 The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased. 643 643 644 - 645 - 646 646 === 2.13.4 Replace the battery === 647 647 648 - 649 649 The default battery pack of NSPH01 includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence without the SPC1520 capacitor, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes). 650 650 651 - 652 - 653 653 = 3. Access NB-IoT Module = 654 654 655 - 656 656 Users can directly access the AT command set of the NB-IoT module. 657 657 658 658 The AT Command set can refer the BC35-G NB-IoT Module AT Command: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=datasheet/other_vendors/BC35-G/>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/other_vendors/BC35-G/]] 659 659 660 - 588 +(% style="text-align:center" %) 661 661 [[image:image-20220907154700-23.png]] 662 662 663 663 664 664 665 - 666 666 = 4. Using the AT Commands = 667 667 668 - 669 669 == 4.1 Access AT Commands == 670 670 671 - 672 672 See this link for detail: [[https:~~/~~/www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0>>url:https://www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0]] 673 673 674 674 AT+<CMD>? : Help on <CMD> ... ... @@ -679,7 +679,6 @@ 679 679 680 680 AT+<CMD>=? : Get the value 681 681 682 - 683 683 **General Commands** 684 684 685 685 AT : Attention ... ... @@ -729,12 +729,10 @@ 729 729 730 730 AT+URI : Resource parameters 731 731 732 - 733 733 **UDP Management** 734 734 735 735 AT+CFM : Upload confirmation mode (only valid for UDP) 736 736 737 - 738 738 **MQTT Management** 739 739 740 740 AT+CLIENT : Get or Set MQTT client ... ... @@ -747,7 +747,6 @@ 747 747 748 748 AT+SUBTOPIC : Get or Set MQTT subscription topic 749 749 750 - 751 751 **Information** 752 752 753 753 AT+FDR : Factory Data Reset ... ... @@ -754,56 +754,36 @@ 754 754 755 755 AT+PWORD : Serial Access Password 756 756 757 - 758 - 759 759 = 5. FAQ = 760 760 761 - 762 762 == 5.1 How to Upgrade Firmware == 763 763 764 - 765 765 User can upgrade the firmware for 1) bug fix, 2) new feature release. 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 -**Notice, **NSPH01 **and ** LSPH01 **share the same mother board. They use the same connection and method to update.**686 +**Notice, **NSPH01 **and **NSPH01 **share the same mother board. They use the same connection and method to update.** 770 770 771 - 772 - 773 773 == 5.2 Can I calibrate NSPH01 to different soil types? == 774 774 775 - 776 776 NSPH01 is calibrated for saline-alkali soil and loamy soil. If users want to use it for other soil, they can calibrate the value in the IoT platform base on the value measured by saline-alkali soil and loamy soil. The formula can be found at [[this link>>url:https://www.dragino.com/downloads/downloads/LoRa_End_Node/LSE01/Calibrate_to_other_Soil_20220605.pdf]]. 777 777 778 - 779 - 780 780 = 6. Trouble Shooting = 781 781 782 - 783 783 == 6.1 Connection problem when uploading firmware == 784 784 785 - 786 786 **Please see: **[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting]] 787 787 788 - 789 - 790 790 == 6.2 AT Command input doesn't work == 791 791 700 +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 **ENTER** while sending out the command. Some serial tool doesn't send **ENTER** while press the send key, user need to add ENTER in their string. 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. 794 - 795 - 796 - 797 797 = 7. Order Info = 798 798 799 - 800 800 Part Number**:** NSPH01 801 801 802 - 803 - 804 804 = 8. Packing Info = 805 805 806 - 807 807 **Package Includes**: 808 808 809 809 * NSPH01 NB-IoT pH Sensor x 1 ... ... @@ -814,12 +814,8 @@ 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 - 823 823 * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule. 824 824 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]] 825 825