Changes for page NDDS75 -- NB-IoT Distance Detect Sensor User Manual
Last modified by Bei Jinggeng on 2024/05/31 09:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -70,6 +70,8 @@ 70 70 * 8500mAh Battery for long term use 71 71 72 72 73 + 74 + 73 73 == 1.3 Specification == 74 74 75 75 ... ... @@ -311,7 +311,9 @@ 311 311 )))|=(% style="width: 50px;" %)**6**|=(% style="width: 25px;" %)2|=(% style="width: 25px;" %)**2**|=(% style="width: 70px;" %)**1**|=(% style="width: 60px;" %)**2**|=(% style="width: 80px;" %)**2**|=(% style="width: 90px;" %)**2**|=(% style="width: 50px;" %)**1** 312 312 |(% style="width:97px" %)**Value**|(% style="width:83px" %)[[Device ID>>||anchor="H2.4.1A0A0DeviceID"]]|(% style="width:41px" %)[[Ver>>||anchor="H2.4.2A0VersionInfo"]]|(% style="width:46px" %)[[BAT>>||anchor="H2.4.3A0BatteryInfo"]]|(% style="width:123px" %)[[Signal Strength>>||anchor="H2.4.4A0SignalStrength"]]|(% style="width:108px" %)[[Soil Moisture>>||anchor="H2.4.5A0SoilMoisture"]]|(% style="width:133px" %)[[Soil Temperature>>||anchor="H2.4.6A0SoilTemperature"]]|(% style="width:159px" %)[[Soil Conductivity(EC)>>||anchor="H2.4.7A0SoilConductivity28EC29"]]|(% style="width:80px" %)[[Interrupt>>||anchor="H2.4.8A0DigitalInterrupt"]] 313 313 316 +((( 314 314 If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NSE01 uplink data. 318 +))) 315 315 316 316 317 317 [[image:image-20220708111918-4.png]] ... ... @@ -332,28 +332,44 @@ 332 332 * Interrupt: 0x00 = 0 333 333 334 334 339 + 340 + 335 335 == 2.4 Payload Explanation and Sensor Interface == 336 336 337 337 338 338 === 2.4.1 Device ID === 339 339 346 +((( 340 340 By default, the Device ID equal to the last 6 bytes of IMEI. 348 +))) 341 341 350 +((( 342 342 User can use (% style="color:blue" %)**AT+DEUI**(%%) to set Device ID 352 +))) 343 343 354 +((( 344 344 **Example:** 356 +))) 345 345 358 +((( 346 346 AT+DEUI=A84041F15612 360 +))) 347 347 362 +((( 348 348 The Device ID is stored in a none-erase area, Upgrade the firmware or run AT+FDR won't erase Device ID. 364 +))) 349 349 350 350 351 351 352 352 === 2.4.2 Version Info === 353 353 370 +((( 354 354 Specify the software version: 0x64=100, means firmware version 1.00. 372 +))) 355 355 374 +((( 356 356 For example: 0x00 64 : this device is NSE01 with firmware version 1.0.0. 376 +))) 357 357 358 358 359 359 ... ... @@ -375,19 +375,33 @@ 375 375 376 376 === 2.4.4 Signal Strength === 377 377 398 +((( 378 378 NB-IoT Network signal Strength. 400 +))) 379 379 402 +((( 380 380 **Ex1: 0x1d = 29** 404 +))) 381 381 406 +((( 382 382 (% style="color:blue" %)**0**(%%) -113dBm or less 408 +))) 383 383 410 +((( 384 384 (% style="color:blue" %)**1**(%%) -111dBm 412 +))) 385 385 414 +((( 386 386 (% style="color:blue" %)**2...30**(%%) -109dBm... -53dBm 416 +))) 387 387 418 +((( 388 388 (% style="color:blue" %)**31** (%%) -51dBm or greater 420 +))) 389 389 422 +((( 390 390 (% style="color:blue" %)**99** (%%) Not known or not detectable 424 +))) 391 391 392 392 393 393 ... ... @@ -394,12 +394,16 @@ 394 394 === 2.4.5 Soil Moisture === 395 395 396 396 ((( 431 +((( 397 397 Get the moisture content of the soil. The value range of the register is 0-10000(Decimal), divide this value by 100 to get the percentage of moisture in the soil. 398 398 ))) 434 +))) 399 399 400 400 ((( 437 +((( 401 401 For example, if the data you get from the register is **__0x05 0xDC__**, the moisture content in the soil is 402 402 ))) 440 +))) 403 403 404 404 ((( 405 405 ... ... @@ -414,7 +414,7 @@ 414 414 === 2.4.6 Soil Temperature === 415 415 416 416 ((( 417 - 455 +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 418 418 ))) 419 419 420 420 ((( ... ... @@ -455,34 +455,56 @@ 455 455 456 456 === 2.4.8 Digital Interrupt === 457 457 496 +((( 458 458 Digital Interrupt refers to pin (% style="color:blue" %)**GPIO_EXTI**(%%), and there are different trigger methods. When there is a trigger, the NSE01 will send a packet to the server. 498 +))) 459 459 500 +((( 460 460 The command is: 502 +))) 461 461 504 +((( 462 462 (% 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]])**.** 506 +))) 463 463 464 464 509 +((( 465 465 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. 511 +))) 466 466 467 467 514 +((( 468 468 Example: 516 +))) 469 469 518 +((( 470 470 0x(00): Normal uplink packet. 520 +))) 471 471 522 +((( 472 472 0x(01): Interrupt Uplink Packet. 524 +))) 473 473 474 474 475 475 476 476 === 2.4.9 +5V Output === 477 477 530 +((( 478 478 NSE01 will enable +5V output before all sampling and disable the +5v after all sampling. 532 +))) 479 479 480 480 535 +((( 481 481 The 5V output time can be controlled by AT Command. 537 +))) 482 482 539 +((( 483 483 (% style="color:blue" %)**AT+5VT=1000** 541 +))) 484 484 543 +((( 485 485 Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors. 545 +))) 486 486 487 487 488 488 ... ... @@ -532,7 +532,9 @@ 532 532 533 533 * (% style="color:blue" %)**INTMOD** 534 534 595 +((( 535 535 Downlink Payload: 06000003, Set AT+INTMOD=3 597 +))) 536 536 537 537 538 538 ... ... @@ -555,7 +555,9 @@ 555 555 556 556 __**Measurement the soil surface**__ 557 557 620 +((( 558 558 Choose the proper measuring position. Avoid the probe to touch rocks or hard things. Split the surface soil according to the measured deep. Keep the measured as original density. Vertical insert the probe into the soil to be measured. Make sure not shake when inserting. [[https:~~/~~/img.alicdn.com/imgextra/i3/2005165265/O1CN010rj9Oh1olPsQxrdUK_!!2005165265.jpg>>url:https://img.alicdn.com/imgextra/i3/2005165265/O1CN010rj9Oh1olPsQxrdUK_!!2005165265.jpg]] 622 +))) 559 559 560 560 [[image:1657259653666-883.png]] 561 561 ... ... @@ -596,13 +596,19 @@ 596 596 === 2.9.1 Battery Type === 597 597 598 598 663 +((( 599 599 The NSE01 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. 665 +))) 600 600 601 601 668 +((( 602 602 The battery is designed to last for several years depends on the actually use environment and update interval. 670 +))) 603 603 604 604 673 +((( 605 605 The battery related documents as below: 675 +))) 606 606 607 607 * [[Battery Dimension>>http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]] 608 608 * [[Lithium-Thionyl Chloride Battery datasheet>>http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]] ... ... @@ -779,26 +779,37 @@ 779 779 780 780 781 781 852 +== 5.2 Can I calibrate NSE01 to different soil types? == 853 + 854 +((( 855 +NSE01 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>>https://www.dragino.com/downloads/downloads/LoRa_End_Node/LSE01/Calibrate_to_other_Soil_20220605.pdf]]. 856 +))) 857 + 858 + 782 782 = 6. Trouble Shooting = 783 783 784 784 == 6.1 Connection problem when uploading firmware == 785 785 786 786 864 +((( 865 +**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]] 866 +))) 867 + 787 787 (% class="wikigeneratedid" %) 788 788 ((( 789 - (%style="font-size:14px" %)**Please see: **(%%)[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting>>http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting||style="background-color: rgb(255, 255, 255); font-size: 14px;"]]870 + 790 790 ))) 791 791 792 792 793 - 794 794 == 6.2 AT Command input doesn't work == 795 795 796 796 ((( 797 797 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. 878 + 879 + 798 798 ))) 799 799 800 800 801 - 802 802 = 7. Order Info = 803 803 804 804 ... ... @@ -817,7 +817,6 @@ 817 817 818 818 (% style="color:#037691" %)**Package Includes**: 819 819 820 - 821 821 * NSE01 NB-IoT Soil Moisture & EC Sensor x 1 822 822 * External antenna x 1 823 823 ))) ... ... @@ -827,7 +827,6 @@ 827 827 828 828 (% style="color:#037691" %)**Dimension and weight**: 829 829 830 - 831 831 * Size: 195 x 125 x 55 mm 832 832 * Weight: 420g 833 833 )))