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, 2 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 ... ... @@ -132,19 +132,15 @@ 132 132 [[image:image-20220606163915-7.png]] 133 133 134 134 135 - 136 - 137 - 138 138 **Step 3:** The LSE01 will auto join to the TTN network. After join success, it will start to upload messages to TTN and you can see the messages in the panel. 139 139 140 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image007.png]]135 +[[image:1654504778294-788.png]] 141 141 142 142 143 143 139 +== 2.3 Uplink Payload == 144 144 145 -1. 146 -11. Uplink Payload 147 -111. MOD=0(Default Mode) 141 +=== 2.3.1 MOD~=0(Default Mode) === 148 148 149 149 LSE01 will uplink payload via LoRaWAN with below payload format: 150 150 ... ... @@ -167,13 +167,12 @@ 167 167 (Optional) 168 168 ))) 169 169 170 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image007.png]]164 +[[image:1654504881641-514.png]] 171 171 172 172 173 -1. 174 -11. 175 -111. MOD=1(Original value) 176 176 168 +=== 2.3.2 MOD~=1(Original value) === 169 + 177 177 This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation). 178 178 179 179 |((( ... ... @@ -191,12 +191,12 @@ 191 191 (Optional) 192 192 ))) 193 193 194 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image008.png]]187 +[[image:1654504907647-967.png]] 195 195 196 -1. 197 -11. 198 -111. Battery Info 199 199 190 + 191 +=== 2.3.3 Battery Info === 192 + 200 200 Check the battery voltage for LSE01. 201 201 202 202 Ex1: 0x0B45 = 2885mV ... ... @@ -205,21 +205,19 @@ 205 205 206 206 207 207 208 -1. 209 -11. 210 -111. Soil Moisture 201 +=== 2.3.4 Soil Moisture === 211 211 212 212 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. 213 213 214 -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 215 215 216 -**05DC(H) = 1500(D) /100 = 15%.** 217 217 208 +(% style="color:#4f81bd" %)**05DC(H) = 1500(D) /100 = 15%.** 218 218 219 -1. 220 -11. 221 -111. Soil Temperature 222 222 211 + 212 +=== 2.3.5 Soil Temperature === 213 + 223 223 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 224 224 225 225 **Example**: ... ... @@ -229,8 +229,8 @@ 229 229 If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C 230 230 231 231 232 -1. 233 -11. 223 +1. 224 +11. 234 234 111. Soil Conductivity (EC) 235 235 236 236 Obtain soluble salt concentration in soil or soluble ion concentration in liquid fertilizer or planting medium,. The value range of the register is 0 - 20000(Decimal)( Can be greater than 20000). ... ... @@ -240,8 +240,8 @@ 240 240 241 241 Generally, the EC value of irrigation water is less than 800uS / cm. 242 242 243 -1. 244 -11. 234 +1. 235 +11. 245 245 111. MOD 246 246 247 247 Firmware version at least v2.1 supports changing mode. ... ... @@ -258,8 +258,8 @@ 258 258 If** **payload =** **0x0A01, workmode=1 259 259 260 260 261 -1. 262 -11. 252 +1. 253 +11. 263 263 111. Decode payload in The Things Network 264 264 265 265 While using TTN network, you can add the payload format to decode the payload. ... ... @@ -272,7 +272,7 @@ 272 272 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/]] 273 273 274 274 275 -1. 266 +1. 276 276 11. Uplink Interval 277 277 278 278 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: ... ... @@ -279,7 +279,7 @@ 279 279 280 280 [[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]] 281 281 282 -1. 273 +1. 283 283 11. Downlink Payload 284 284 285 285 By default, LSE50 prints the downlink payload to console port. ... ... @@ -312,7 +312,7 @@ 312 312 313 313 Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0 314 314 315 -1. 306 +1. 316 316 11. Show Data in DataCake IoT Server 317 317 318 318 [[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: ... ... @@ -353,8 +353,8 @@ 353 353 354 354 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. 355 355 356 -1. 357 -11. 347 +1. 348 +11. 358 358 111. EU863-870 (EU868) 359 359 360 360 Uplink: ... ... @@ -385,8 +385,8 @@ 385 385 869.525 - SF9BW125 (RX2 downlink only) 386 386 387 387 388 -1. 389 -11. 379 +1. 380 +11. 390 390 111. US902-928(US915) 391 391 392 392 Used in USA, Canada and South America. Default use CHE=2 ... ... @@ -431,8 +431,8 @@ 431 431 923.3 - SF12BW500(RX2 downlink only) 432 432 433 433 434 -1. 435 -11. 425 +1. 426 +11. 436 436 111. CN470-510 (CN470) 437 437 438 438 Used in China, Default use CHE=1 ... ... @@ -477,8 +477,8 @@ 477 477 505.3 - SF12BW125 (RX2 downlink only) 478 478 479 479 480 -1. 481 -11. 471 +1. 472 +11. 482 482 111. AU915-928(AU915) 483 483 484 484 Default use CHE=2 ... ... @@ -522,8 +522,8 @@ 522 522 523 523 923.3 - SF12BW500(RX2 downlink only) 524 524 525 -1. 526 -11. 516 +1. 517 +11. 527 527 111. AS920-923 & AS923-925 (AS923) 528 528 529 529 **Default Uplink channel:** ... ... @@ -575,8 +575,8 @@ 575 575 923.2 - SF10BW125 (RX2) 576 576 577 577 578 -1. 579 -11. 569 +1. 570 +11. 580 580 111. KR920-923 (KR920) 581 581 582 582 Default channel: ... ... @@ -612,8 +612,8 @@ 612 612 921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125) 613 613 614 614 615 -1. 616 -11. 606 +1. 607 +11. 617 617 111. IN865-867 (IN865) 618 618 619 619 Uplink: ... ... @@ -632,7 +632,7 @@ 632 632 866.550 - SF10BW125 (RX2) 633 633 634 634 635 -1. 626 +1. 636 636 11. LED Indicator 637 637 638 638 The LSE01 has an internal LED which is to show the status of different state. ... ... @@ -642,7 +642,7 @@ 642 642 * Solid ON for 5 seconds once device successful Join the network. 643 643 * Blink once when device transmit a packet. 644 644 645 -1. 636 +1. 646 646 11. Installation in Soil 647 647 648 648 **Measurement the soil surface** ... ... @@ -669,7 +669,7 @@ 669 669 670 670 671 671 672 -1. 663 +1. 673 673 11. Firmware Change Log 674 674 675 675 **Firmware download link:** ... ... @@ -688,7 +688,7 @@ 688 688 689 689 690 690 691 -1. 682 +1. 692 692 11. Battery Analysis 693 693 111. Battery Type 694 694 ... ... @@ -712,15 +712,15 @@ 712 712 713 713 714 714 715 -1. 716 -11. 706 +1. 707 +11. 717 717 111. Battery Note 718 718 719 719 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. 720 720 721 721 722 -1. 723 -11. 713 +1. 714 +11. 724 724 111. Replace the battery 725 725 726 726 If Battery is lower than 2.7v, user should replace the battery of LSE01.
- 1654504881641-514.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +119.4 KB - Content
- 1654504907647-967.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +54.7 KB - Content