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, 9 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -66,11 +66,9 @@ 66 66 67 67 * Smart Agriculture 68 68 69 - 70 70 (% class="wikigeneratedid" id="H200B1.5FirmwareChangelog" %) 71 71 72 72 73 -(% class="wikigeneratedid" %) 74 74 == 1.5 Firmware Change log == 75 75 76 76 ... ... @@ -200,21 +200,19 @@ 200 200 201 201 202 202 203 -1. 204 -11. 205 -111. Soil Moisture 201 +=== 2.3.4 Soil Moisture === 206 206 207 207 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. 208 208 209 -For example, if the data you get from the register is 0x05 0xDC, the moisture content in the soil is 205 +For example, if the data you get from the register is __0x05 0xDC__, the moisture content in the soil is 210 210 211 -**05DC(H) = 1500(D) /100 = 15%.** 212 212 208 +(% style="color:#4f81bd" %)**05DC(H) = 1500(D) /100 = 15%.** 213 213 214 -1. 215 -11. 216 -111. Soil Temperature 217 217 211 + 212 +=== 2.3.5 Soil Temperature === 213 + 218 218 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 219 219 220 220 **Example**: ... ... @@ -224,21 +224,31 @@ 224 224 If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C 225 225 226 226 227 -1. 228 -11. 229 -111. Soil Conductivity (EC) 230 230 231 - Obtainsolublesalt concentration in soil or soluble iononcentration in liquid fertilizer or planting medium,. Thevalue range of the registeris 0 - 20000(Decimal)(Can be greater than 20000).224 +=== 2.3.6 Soil Conductivity (EC) === 232 232 226 +((( 227 +Obtain (% style="color:#4f81bd" %)**__soluble salt concentration__**(%%) in soil or (% style="color:#4f81bd" %)**__soluble ion concentration in liquid fertilizer__**(%%) or (% style="color:#4f81bd" %)**__planting medium__**(%%). The value range of the register is 0 - 20000(Decimal)( Can be greater than 20000). 228 +))) 229 + 230 +((( 233 233 For example, if the data you get from the register is 0x00 0xC8, the soil conductivity is 00C8(H) = 200(D) = 200 uS/cm. 232 +))) 234 234 235 - 234 +((( 236 236 Generally, the EC value of irrigation water is less than 800uS / cm. 236 +))) 237 237 238 - 1.239 - 11.240 - 111. MOD238 +((( 239 + 240 +))) 241 241 242 +((( 243 + 244 +))) 245 + 246 +=== 2.3.7 MOD === 247 + 242 242 Firmware version at least v2.1 supports changing mode. 243 243 244 244 For example, bytes[10]=90 ... ... @@ -253,14 +253,13 @@ 253 253 If** **payload =** **0x0A01, workmode=1 254 254 255 255 256 -1. 257 -11. 258 -111. Decode payload in The Things Network 259 259 263 +=== 2.3.8 Decode payload in The Things Network === 264 + 260 260 While using TTN network, you can add the payload format to decode the payload. 261 261 262 262 263 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image009.png]]268 +[[image:1654505570700-128.png]] 264 264 265 265 The payload decoder function for TTN is here: 266 266 ... ... @@ -267,30 +267,26 @@ 267 267 LSE01 TTN Payload Decoder: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Payload_Decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Payload_Decoder/]] 268 268 269 269 270 -1. 271 -11. Uplink Interval 275 +== 2.4 Uplink Interval == 272 272 273 273 The LSE01 by default uplink the sensor data every 20 minutes. User can change this interval by AT Command or LoRaWAN Downlink Command. See this link: 274 274 275 275 [[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands#Change_Uplink_Interval>>url:http://wiki.dragino.com/index.php?title=End_Device_AT_Commands_and_Downlink_Commands#Change_Uplink_Interval]] 276 276 277 -1. 278 -11. Downlink Payload 279 279 282 + 283 +== 2.5 Downlink Payload == 284 + 280 280 By default, LSE50 prints the downlink payload to console port. 281 281 282 -|**Downlink Control Type**|**FPort**|**Type Code**|**Downlink payload size(bytes)** 283 -|TDC (Transmit Time Interval)|Any|01|4 284 -|RESET|Any|04|2 285 -|AT+CFM|Any|05|4 286 -|INTMOD|Any|06|4 287 -|MOD|Any|0A|2 287 +[[image:image-20220606165544-8.png]] 288 288 289 -**Examples** 290 290 290 +**Examples:** 291 291 292 -**Set TDC** 293 293 293 +* **Set TDC** 294 + 294 294 If the payload=0100003C, it means set the END Node’s TDC to 0x00003C=60(S), while type code is 01. 295 295 296 296 Payload: 01 00 00 1E TDC=30S ... ... @@ -298,18 +298,19 @@ 298 298 Payload: 01 00 00 3C TDC=60S 299 299 300 300 301 -**Reset** 302 +* **Reset** 302 302 303 303 If payload = 0x04FF, it will reset the LSE01 304 304 305 305 306 -**CFM** 307 +* **CFM** 307 307 308 308 Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0 309 309 310 -1. 311 -11. Show Data in DataCake IoT Server 312 312 312 + 313 +== 2.6 Show Data in DataCake IoT Server == 314 + 313 313 [[DATACAKE>>url:https://datacake.co/]] provides a human friendly interface to show the sensor data, once we have data in TTN, we can use [[DATACAKE>>url:https://datacake.co/]] to connect to TTN and see the data in DATACAKE. Below are the steps: 314 314 315 315 ... ... @@ -318,42 +318,34 @@ 318 318 **Step 2**: To configure the Application to forward data to DATACAKE you will need to add integration. To add the DATACAKE integration, perform the following steps: 319 319 320 320 321 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png]]323 +[[image:1654505857935-743.png]] 322 322 323 323 324 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image011.png]]326 +[[image:1654505874829-548.png]] 325 325 326 - 327 - 328 - 329 - 330 330 Step 3: Create an account or log in Datacake. 331 331 332 332 Step 4: Search the LSE01 and add DevEUI. 333 333 334 334 335 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image012.png]]333 +[[image:1654505905236-553.png]] 336 336 337 337 338 - 339 339 After added, the sensor data arrive TTN, it will also arrive and show in Mydevices. 340 340 338 +[[image:1654505925508-181.png]] 341 341 342 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image013.png]] 343 343 344 344 342 +== 2.7 Frequency Plans == 345 345 346 -1. 347 -11. Frequency Plans 348 - 349 349 The LSE01 uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets. 350 350 351 -1. 352 -11. 353 -111. EU863-870 (EU868) 354 354 355 -U plink:347 +=== 2.7.1 EU863-870 (EU868) === 356 356 349 +(% style="color:#037691" %)** Uplink:** 350 + 357 357 868.1 - SF7BW125 to SF12BW125 358 358 359 359 868.3 - SF7BW125 to SF12BW125 and SF7BW250 ... ... @@ -373,7 +373,7 @@ 373 373 868.8 - FSK 374 374 375 375 376 -Downlink: 370 +(% style="color:#037691" %)** Downlink:** 377 377 378 378 Uplink channels 1-9 (RX1) 379 379 ... ... @@ -380,13 +380,12 @@ 380 380 869.525 - SF9BW125 (RX2 downlink only) 381 381 382 382 383 -1. 384 -11. 385 -111. US902-928(US915) 386 386 378 +=== 2.7.2 US902-928(US915) === 379 + 387 387 Used in USA, Canada and South America. Default use CHE=2 388 388 389 -Uplink: 382 +(% style="color:#037691" %)**Uplink:** 390 390 391 391 903.9 - SF7BW125 to SF10BW125 392 392 ... ... @@ -405,7 +405,7 @@ 405 405 905.3 - SF7BW125 to SF10BW125 406 406 407 407 408 -Downlink: 401 +(% style="color:#037691" %)**Downlink:** 409 409 410 410 923.3 - SF7BW500 to SF12BW500 411 411 ... ... @@ -426,13 +426,12 @@ 426 426 923.3 - SF12BW500(RX2 downlink only) 427 427 428 428 429 -1. 430 -11. 431 -111. CN470-510 (CN470) 432 432 423 +=== 2.7.3 CN470-510 (CN470) === 424 + 433 433 Used in China, Default use CHE=1 434 434 435 -Uplink: 427 +(% style="color:#037691" %)**Uplink:** 436 436 437 437 486.3 - SF7BW125 to SF12BW125 438 438 ... ... @@ -451,7 +451,7 @@ 451 451 487.7 - SF7BW125 to SF12BW125 452 452 453 453 454 -Downlink: 446 +(% style="color:#037691" %)**Downlink:** 455 455 456 456 506.7 - SF7BW125 to SF12BW125 457 457 ... ... @@ -472,13 +472,12 @@ 472 472 505.3 - SF12BW125 (RX2 downlink only) 473 473 474 474 475 -1. 476 -11. 477 -111. AU915-928(AU915) 478 478 468 +=== 2.7.4 AU915-928(AU915) === 469 + 479 479 Default use CHE=2 480 480 481 -Uplink: 472 +(% style="color:#037691" %)**Uplink:** 482 482 483 483 916.8 - SF7BW125 to SF12BW125 484 484 ... ... @@ -497,7 +497,7 @@ 497 497 918.2 - SF7BW125 to SF12BW125 498 498 499 499 500 -Downlink: 491 +(% style="color:#037691" %)**Downlink:** 501 501 502 502 923.3 - SF7BW500 to SF12BW500 503 503 ... ... @@ -517,22 +517,22 @@ 517 517 518 518 923.3 - SF12BW500(RX2 downlink only) 519 519 520 -1. 521 -11. 522 -111. AS920-923 & AS923-925 (AS923) 523 523 524 -**Default Uplink channel:** 525 525 513 +=== 2.7.5 AS920-923 & AS923-925 (AS923) === 514 + 515 +(% style="color:#037691" %)**Default Uplink channel:** 516 + 526 526 923.2 - SF7BW125 to SF10BW125 527 527 528 528 923.4 - SF7BW125 to SF10BW125 529 529 530 530 531 -**Additional Uplink Channel**: 522 +(% style="color:#037691" %)**Additional Uplink Channel**: 532 532 533 533 (OTAA mode, channel added by JoinAccept message) 534 534 535 -**AS920~~AS923 for Japan, Malaysia, Singapore**: 526 +(% style="color:#037691" %)**AS920~~AS923 for Japan, Malaysia, Singapore**: 536 536 537 537 922.2 - SF7BW125 to SF10BW125 538 538 ... ... @@ -547,7 +547,7 @@ 547 547 922.0 - SF7BW125 to SF10BW125 548 548 549 549 550 -**AS923 ~~ AS925 for Brunei, Cambodia, Hong Kong, Indonesia, Laos, Taiwan, Thailand, Vietnam**: 541 +(% style="color:#037691" %)**AS923 ~~ AS925 for Brunei, Cambodia, Hong Kong, Indonesia, Laos, Taiwan, Thailand, Vietnam**: 551 551 552 552 923.6 - SF7BW125 to SF10BW125 553 553 ... ... @@ -562,18 +562,16 @@ 562 562 924.6 - SF7BW125 to SF10BW125 563 563 564 564 556 +(% style="color:#037691" %)** Downlink:** 565 565 566 -**Downlink:** 567 - 568 568 Uplink channels 1-8 (RX1) 569 569 570 570 923.2 - SF10BW125 (RX2) 571 571 572 572 573 -1. 574 -11. 575 -111. KR920-923 (KR920) 576 576 564 +=== 2.7.6 KR920-923 (KR920) === 565 + 577 577 Default channel: 578 578 579 579 922.1 - SF7BW125 to SF12BW125 ... ... @@ -583,7 +583,7 @@ 583 583 922.5 - SF7BW125 to SF12BW125 584 584 585 585 586 -Uplink: (OTAA mode, channel added by JoinAccept message) 575 +(% style="color:#037691" %)**Uplink: (OTAA mode, channel added by JoinAccept message)** 587 587 588 588 922.1 - SF7BW125 to SF12BW125 589 589 ... ... @@ -600,7 +600,7 @@ 600 600 923.3 - SF7BW125 to SF12BW125 601 601 602 602 603 -Downlink: 592 +(% style="color:#037691" %)**Downlink:** 604 604 605 605 Uplink channels 1-7(RX1) 606 606 ... ... @@ -607,12 +607,11 @@ 607 607 921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125) 608 608 609 609 610 -1. 611 -11. 612 -111. IN865-867 (IN865) 613 613 614 - Uplink:600 +=== 2.7.7 IN865-867 (IN865) === 615 615 602 +(% style="color:#037691" %)** Uplink:** 603 + 616 616 865.0625 - SF7BW125 to SF12BW125 617 617 618 618 865.4025 - SF7BW125 to SF12BW125 ... ... @@ -620,7 +620,7 @@ 620 620 865.9850 - SF7BW125 to SF12BW125 621 621 622 622 623 -Downlink: 611 +(% style="color:#037691" %) **Downlink:** 624 624 625 625 Uplink channels 1-3 (RX1) 626 626 ... ... @@ -627,65 +627,55 @@ 627 627 866.550 - SF10BW125 (RX2) 628 628 629 629 630 -1. 631 -11. LED Indicator 632 632 633 -The LSE01 has an internal LED which is to show the status of different state. 634 634 620 +== 2.8 LED Indicator == 635 635 622 +The LSE01 has an internal LED which is to show the status of different state. 623 + 636 636 * Blink once when device power on. 637 637 * Solid ON for 5 seconds once device successful Join the network. 638 638 * Blink once when device transmit a packet. 639 639 640 -1. 641 -11. Installation in Soil 642 642 629 +== 2.9 Installation in Soil == 630 + 643 643 **Measurement the soil surface** 644 644 645 645 646 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image014.png]] 634 +[[image:1654506634463-199.png]] 647 647 636 +((( 648 648 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. 638 +))) 649 649 650 650 651 651 642 +[[image:1654506665940-119.png]] 652 652 653 - 654 - 655 - 656 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image015.png]] 657 - 658 - 659 - 660 660 Dig a hole with diameter > 20CM. 661 661 662 662 Horizontal insert the probe to the soil and fill the hole for long term measurement. 663 663 664 664 649 +== 2.10 Firmware Change Log == 665 665 666 - 667 -1. 668 -11. Firmware Change Log 669 - 670 670 **Firmware download link:** 671 671 672 672 [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/LSE01/Firmware/]] 673 673 674 674 675 -**Firmware Upgrade Method:** 656 +**Firmware Upgrade Method: **[[Firmware Upgrade Instruction>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome]] 676 676 677 -[[http:~~/~~/wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Introduction>>url:http://wiki.dragino.com/index.php?title=Firmware_Upgrade_Instruction_for_STM32_base_products#Introduction]] 678 678 679 - 680 680 **V1.0.** 681 681 682 682 Release 683 683 684 684 664 +== 2.11 Battery Analysis == 685 685 686 -1. 687 -11. Battery Analysis 688 -111. Battery Type 666 +=== 2.11.1 Battery Type === 689 689 690 690 The LSE01 battery is a combination of a 4000mAh Li/SOCI2 Battery and a Super Capacitor. The battery is non-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. 691 691 ... ... @@ -693,34 +693,34 @@ 693 693 The battery is designed to last for more than 5 years for the LSN50. 694 694 695 695 696 -The battery related documents as below: 674 +((( 675 +The battery-related documents are as below: 676 +))) 697 697 698 -* [[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]], 699 -* [[Lithium-Thionyl Chloride Battery>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/ER18505_datasheet-EN.pdf]] datasheet, [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/ER18505_datasheet_PM-ER18505-S-02-LF_EN.pdf]] 700 -* [[Lithium-ion Battery-Capacitor datasheet>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC_1520_datasheet.jpg]], [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC1520%20Technical%20Specification20171123.pdf]] 701 - 702 -|((( 703 -JST-XH-2P connector 678 +* ((( 679 +[[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]], 704 704 ))) 681 +* ((( 682 +[[Lithium-Thionyl Chloride Battery datasheet>>url:https://www.dragino.com/downloads/downloads/datasheet/Battery/ER26500/ER26500_Datasheet-EN.pdf]], 683 +))) 684 +* ((( 685 +[[Lithium-ion Battery-Capacitor datasheet>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC_1520_datasheet.jpg]], [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC1520%20Technical%20Specification20171123.pdf]] 686 +))) 705 705 706 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image016.png]] [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image017.png]]688 + [[image:image-20220606171726-9.png]] 707 707 708 708 709 709 710 -1. 711 -11. 712 -111. Battery Note 692 +=== 2.11.2 Battery Note === 713 713 714 714 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. 715 715 716 716 717 -1. 718 -11. 719 -111. Replace the battery 720 720 698 +=== 2.11.3 Replace the battery === 699 + 721 721 If Battery is lower than 2.7v, user should replace the battery of LSE01. 722 722 723 - 724 724 You can change the battery in the LSE01.The type of battery is not limited as long as the output is between 3v to 3.6v. On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won’t be voltage drop between battery and main board. 725 725 726 726
- 1654505570700-128.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +59.2 KB - Content
- 1654505857935-743.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +86.0 KB - Content
- 1654505874829-548.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +129.9 KB - Content
- 1654505905236-553.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +92.0 KB - Content
- 1654505925508-181.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +69.5 KB - Content
- 1654506634463-199.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +344.4 KB - Content
- 1654506665940-119.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +423.3 KB - Content
- image-20220606165544-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +11.6 KB - Content
- image-20220606171726-9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +171.0 KB - Content