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)
-
Attachments (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,6 +7,7 @@ 7 7 8 8 **Table of Contents:** 9 9 10 +{{toc/}} 10 10 11 11 12 12 ... ... @@ -22,19 +22,26 @@ 22 22 23 23 ((( 24 24 The Dragino NDDS75 is a (% style="color:blue" %)**NB-IoT Distance Detection Sensor**(%%) for Internet of Things solution. It is designed to measure the distance between the sensor and a flat object. The distance detection sensor is a module that uses ultrasonic sensing technology for distance measurement, and temperature compensation is performed internally to improve the reliability of data. 25 -\\The NDDS75 can be applied to scenarios such as horizontal distance measurement, liquid level measurement, parking management system, object proximity and presence detection, intelligent trash can management system, robot obstacle avoidance, automatic control, sewer, bottom water level monitoring, etc. It detects the distance between the measured object and the sensor, and uploads the value via wireless to IoT Server via NB-IoT Network. 26 -\\NarrowBand-Internet of Things (NB-IoT) is a standards-based low power wide area (LPWA) technology developed to enable a wide range of new IoT devices and services. NB-IoT significantly improves the power consumption of user devices, system capacity and spectrum efficiency, especially in deep coverage. 27 -\\NDDS75 supports different uplink methods include (% style="color:blue" %)**TCP, MQTT, UDP and CoAP** (%%)for different application requirement. 28 -\\NDDS75 is powered by (% style="color:blue" %)**8500mAh Li-SOCI2 battery**(%%), It is designed for long term use up to 5 years. (Actually Battery life depends on the use environment, update period & uplink method) 29 -\\To use NDDS75, user needs to check if there is NB-IoT coverage in local area and with the bands NDDS75 supports. If the local operate support it, user needs to get a NB-IoT SIM card from local operator and install NDDS75 to get NB-IoT network connection. 26 + 27 + 28 +The NDDS75 can be applied to scenarios such as horizontal distance measurement, liquid level measurement, parking management system, object proximity and presence detection, intelligent trash can management system, robot obstacle avoidance, automatic control, sewer, bottom water level monitoring, etc. It detects the distance between the measured object and the sensor, and uploads the value via wireless to IoT Server via NB-IoT Network. 29 + 30 + 31 +NarrowBand-Internet of Things (NB-IoT) is a standards-based low power wide area (LPWA) technology developed to enable a wide range of new IoT devices and services. NB-IoT significantly improves the power consumption of user devices, system capacity and spectrum efficiency, especially in deep coverage. 32 + 33 + 34 +NDDS75 supports different uplink methods include (% style="color:blue" %)**TCP, MQTT, UDP and CoAP** (%%)for different application requirement. 35 + 36 + 37 +NDDS75 is powered by (% style="color:blue" %)**8500mAh Li-SOCI2 battery**(%%), It is designed for long term use up to 5 years. (Actually Battery life depends on the use environment, update period & uplink method) 38 + 39 + 40 +To use NDDS75, user needs to check if there is NB-IoT coverage in local area and with the bands NDDS75 supports. If the local operate support it, user needs to get a NB-IoT SIM card from local operator and install NDDS75 to get NB-IoT network connection. 30 30 ))) 31 31 32 32 33 33 ))) 34 34 35 -[[image:1654503236291-817.png]] 36 - 37 - 38 38 [[image:1657327959271-447.png]] 39 39 40 40 ... ... @@ -84,10 +84,9 @@ 84 84 (% style="color:#037691" %)**Power Consumption** 85 85 86 86 * STOP Mode: 10uA @ 3.3v 87 -* Max transmit power: [[350mA@3.3v>>mailto:350mA@3.3v]]95 +* Max transmit power: 350mA@3.3v 88 88 89 89 90 - 91 91 == 1.4 Applications == 92 92 93 93 * Smart Buildings & Home Automation ... ... @@ -101,7 +101,6 @@ 101 101 102 102 103 103 104 - 105 105 == 1.5 Pin Definitions == 106 106 107 107 ... ... @@ -214,18 +214,30 @@ 214 214 (% style="color:red" %)Note: if you don't have CoAP server, you can refer this link to set up one: (%%)[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Set%20up%20CoAP%20Server/>>http://wiki.dragino.com/xwiki/bin/view/Main/Set%20up%20CoAP%20Server/]] 215 215 216 216 223 +((( 217 217 **Use below commands:** 225 +))) 218 218 219 -* (% style="color:blue" %)**AT+PRO=1** (%%) ~/~/ Set to use CoAP protocol to uplink 220 -* (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5683 ** (%%)~/~/ to set CoAP server address and port 221 -* (% style="color:blue" %)**AT+URI=5,11,"mqtt",11,"coap",12,"0",15,"c=text1",23,"0" ** (%%) ~/~/Set COAP resource path 227 +* ((( 228 +(% style="color:blue" %)**AT+PRO=1** (%%) ~/~/ Set to use CoAP protocol to uplink 229 +))) 230 +* ((( 231 +(% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5683 ** (%%)~/~/ to set CoAP server address and port 232 +))) 233 +* ((( 234 +(% style="color:blue" %)**AT+URI=5,11,"mqtt",11,"coap",12,"0",15,"c=text1",23,"0" ** (%%) ~/~/Set COAP resource path 235 +))) 222 222 237 +((( 223 223 For parameter description, please refer to AT command set 239 +))) 224 224 225 225 [[image:1657330452568-615.png]] 226 226 227 227 244 +((( 228 228 After configure the server address and (% style="color:green" %)**reset the device**(%%) (via AT+ATZ ), NDDS75 will start to uplink sensor values to CoAP server. 246 +))) 229 229 230 230 [[image:1657330472797-498.png]] 231 231 ... ... @@ -234,9 +234,9 @@ 234 234 === 2.2.5 Use UDP protocol to uplink data(Default protocol) === 235 235 236 236 237 -* (% style="color:blue" %)**AT+PRO=2 ** (%%) ~/~/ Set to use UDP protocol to uplink 255 +* (% style="color:blue" %)**AT+PRO=2 ** (%%) ~/~/ Set to use UDP protocol to uplink 238 238 * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5601 ** (%%) ~/~/ to set UDP server address and port 239 -* (% style="color:blue" %)**AT+CFM=1 ** (%%) ~/~/If the server does not respond, this command is unnecessary 257 +* (% style="color:blue" %)**AT+CFM=1 ** (%%) ~/~/ If the server does not respond, this command is unnecessary 240 240 241 241 [[image:1657330501006-241.png]] 242 242 ... ... @@ -248,11 +248,11 @@ 248 248 === 2.2.6 Use MQTT protocol to uplink data === 249 249 250 250 251 -* (% style="color:blue" %)**AT+PRO=3 ** (%%) ~/~/Set to use MQTT protocol to uplink 252 -* (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,1883 ** (%%) ~/~/Set MQTT server address and port 253 -* (% style="color:blue" %)**AT+CLIENT=CLIENT ** (%%)~/~/Set up the CLIENT of MQTT 254 -* (% style="color:blue" %)**AT+UNAME=UNAME **(%%)~/~/Set the username of MQTT 255 -* (% style="color:blue" %)**AT+PWD=PWD **(%%)~/~/Set the password of MQTT 269 +* (% style="color:blue" %)**AT+PRO=3 ** (%%) ~/~/Set to use MQTT protocol to uplink 270 +* (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,1883 ** (%%) ~/~/Set MQTT server address and port 271 +* (% style="color:blue" %)**AT+CLIENT=CLIENT ** (%%)~/~/Set up the CLIENT of MQTT 272 +* (% style="color:blue" %)**AT+UNAME=UNAME **(%%)~/~/Set the username of MQTT 273 +* (% style="color:blue" %)**AT+PWD=PWD **(%%)~/~/Set the password of MQTT 256 256 * (% style="color:blue" %)**AT+PUBTOPIC=NDDS75_PUB **(%%)~/~/Set the sending topic of MQTT 257 257 * (% style="color:blue" %)**AT+SUBTOPIC=NDDS75_SUB **(%%) ~/~/Set the subscription topic of MQTT 258 258 ... ... @@ -305,8 +305,8 @@ 305 305 (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %) 306 306 |=(% style="width: 60px;" %)((( 307 307 **Size(bytes)** 308 -)))|=(% style="width: 50px;" %)**6**|=(% style="width:25px;" %)2|=(% style="width:25px;" %)**2**|=(% style="width:70px;" %)**1**|=(% style="width:60px;" %)**2**|=(% style="width:50px;" %)**1**309 -|(% 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:10 8px" %)[[Distance (unit: mm)>>||anchor="H2.4.5A0SoilMoisture"]]|(% style="width:80px" %)[[Interrupt>>||anchor="H2.4.8A0DigitalInterrupt"]]326 +)))|=(% style="width: 60px;" %)**6**|=(% style="width: 35px;" %)2|=(% style="width: 35px;" %)**2**|=(% style="width: 80px;" %)**1**|=(% style="width: 80px;" %)**2**|=(% style="width: 60px;" %)**1** 327 +|(% 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:120px" %)[[Distance (unit: mm)>>||anchor="H2.4.5A0Distance"]]|(% style="width:80px" %)[[Interrupt>>||anchor="H2.4.6A0DigitalInterrupt"]] 310 310 311 311 ((( 312 312 If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NDDS751 uplink data. ... ... @@ -341,9 +341,12 @@ 341 341 ))) 342 342 * ((( 343 343 Interrupt: 0x00 = 0 344 -))) 345 345 346 346 364 + 365 + 366 +))) 367 + 347 347 == 2.4 Payload Explanation and Sensor Interface == 348 348 349 349 ... ... @@ -386,10 +386,6 @@ 386 386 === 2.4.3 Battery Info === 387 387 388 388 ((( 389 -Check the battery voltage for LSE01. 390 -))) 391 - 392 -((( 393 393 Ex1: 0x0B45 = 2885mV 394 394 ))) 395 395 ... ... @@ -431,7 +431,7 @@ 431 431 432 432 433 433 434 -=== 2.4.5 Soil Moisture ===451 +=== 2.4.5 Distance === 435 435 436 436 Get the distance. Flat object range 280mm - 7500mm. 437 437 ... ... @@ -575,63 +575,33 @@ 575 575 576 576 577 577 578 -== 2.7 Installationin Soil==595 +== 2.7 Firmware Change Log == 579 579 580 -__**Measurement the soil surface**__ 581 581 582 -((( 583 -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]] 584 -))) 598 +Download URL & Firmware Change log 585 585 586 -[[image:1657259653666-883.png]] 587 - 588 - 589 589 ((( 590 - 591 - 592 -((( 593 -Dig a hole with diameter > 20CM. 601 +[[https:~~/~~/www.dragino.com/downloads/index.php?dir=NB-IoT/NDDS75/Firmware/>>url:https://www.dragino.com/downloads/index.php?dir=NB-IoT/NDDS75/Firmware/]] 594 594 ))) 595 595 596 -((( 597 -Horizontal insert the probe to the soil and fill the hole for long term measurement. 598 -))) 599 -))) 600 600 601 -[[image:1654506665940-119.png]] 602 - 603 -((( 604 - 605 -))) 606 - 607 - 608 -== 2.8 Firmware Change Log == 609 - 610 - 611 -Download URL & Firmware Change log 612 - 613 -[[www.dragino.com/downloads/index.php?dir=NB-IoT/NSE01/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=NB-IoT/NBSN50/Firmware/]] 614 - 615 - 616 616 Upgrade Instruction: [[Upgrade_Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]] 617 617 618 618 619 619 620 -== 2. 9Battery Analysis ==609 +== 2.8 Battery Analysis == 621 621 622 -=== 2. 9.1 Battery Type ===611 +=== 2.8.1 Battery Type === 623 623 624 624 625 625 ((( 626 -The NS E01battery 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.615 +The NDDS75 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. 627 627 ))) 628 628 629 - 630 630 ((( 631 631 The battery is designed to last for several years depends on the actually use environment and update interval. 632 632 ))) 633 633 634 - 635 635 ((( 636 636 The battery related documents as below: 637 637 ))) ... ... @@ -641,12 +641,12 @@ 641 641 * [[Lithium-ion Battery-Capacitor datasheet>>http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]] 642 642 643 643 ((( 644 -[[image:image-2022070 8140453-6.png]]631 +[[image:image-20220709101450-2.png]] 645 645 ))) 646 646 647 647 648 648 649 -=== 2. 9.2 Power consumption Analyze ===636 +=== 2.8.2 Power consumption Analyze === 650 650 651 651 ((( 652 652 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. ... ... @@ -680,11 +680,11 @@ 680 680 And the Life expectation in difference case will be shown on the right. 681 681 ))) 682 682 683 -[[image:image-2022070 8141352-7.jpeg]]670 +[[image:image-20220709110451-3.png]] 684 684 685 685 686 686 687 -=== 2. 9.3 Battery Note ===674 +=== 2.8.3 Battery Note === 688 688 689 689 ((( 690 690 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. ... ... @@ -692,10 +692,10 @@ 692 692 693 693 694 694 695 -=== 2. 9.4 Replace the battery ===682 +=== 2.8.4 Replace the battery === 696 696 697 697 ((( 698 -The default battery pack of NS E01includes 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).685 +The default battery pack of NDDS75 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). 699 699 ))) 700 700 701 701 ... ... @@ -710,7 +710,7 @@ 710 710 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/]] 711 711 ))) 712 712 713 -[[image:16572 61278785-153.png]]700 +[[image:1657333200519-600.png]] 714 714 715 715 716 716 ... ... @@ -718,7 +718,7 @@ 718 718 719 719 == 4.1 Access AT Commands == 720 720 721 -See this link for detail: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=NB-IoT/NS E01/>>url:http://www.dragino.com/downloads/index.php?dir=NB-IoT/NBSN50/]]708 +See this link for detail: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=NB-IoT/NDDS75/>>url:http://www.dragino.com/downloads/index.php?dir=NB-IoT/NBSN50/]] 722 722 723 723 724 724 AT+<CMD>? : Help on <CMD> ... ... @@ -806,18 +806,11 @@ 806 806 ))) 807 807 808 808 ((( 809 -(% style="color:red" %)Notice, NS E01and LSE01share the same mother board. They use the same connection and method to update.796 +(% style="color:red" %)Notice, NDDS75 and LDDS75 share the same mother board. They use the same connection and method to update. 810 810 ))) 811 811 812 812 813 813 814 -== 5.2 Can I calibrate NSE01 to different soil types? == 815 - 816 -((( 817 -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]]. 818 -))) 819 - 820 - 821 821 = 6. Trouble Shooting = 822 822 823 823 == 6.1 Connection problem when uploading firmware == ... ... @@ -845,7 +845,7 @@ 845 845 = 7. Order Info = 846 846 847 847 848 -Part Number**:** (% style="color:#4f81bd" %)**NS E01**828 +Part Number**:** (% style="color:#4f81bd" %)**NSDDS75** 849 849 850 850 851 851 (% class="wikigeneratedid" %) ... ... @@ -860,7 +860,7 @@ 860 860 861 861 (% style="color:#037691" %)**Package Includes**: 862 862 863 -* NSE01 Soil Moisture&ECSensor x 1843 +* NSE01 NB-IoT Distance Detect Sensor Node x 1 864 864 * External antenna x 1 865 865 ))) 866 866 ... ... @@ -869,8 +869,11 @@ 869 869 870 870 (% style="color:#037691" %)**Dimension and weight**: 871 871 872 -* Size: 195 x 125 x 55 mm 873 -* Weight: 420g 852 + 853 +* Device Size: 13.0 x 5 x 4.5 cm 854 +* Device Weight: 150g 855 +* Package Size / pcs : 15 x 12x 5.5 cm 856 +* Weight / pcs : 220g 874 874 ))) 875 875 876 876 (((
- 1657332990863-496.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +138.2 KB - Content
- 1657333200519-600.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +126.1 KB - Content
- image-20220709101450-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +138.5 KB - Content
- image-20220709110451-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +611.5 KB - Content