<
From version < 4.3 >
edited by Xiaoling
on 2022/06/06 15:18
To version < 4.4 >
edited by Xiaoling
on 2022/06/06 15:23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,7 +23,6 @@
23 23  1. Introduction
24 24  11. ​What is LoRaWAN Soil Moisture & EC Sensor
25 25  
26 -
27 27  The Dragino LSE01 is a **LoRaWAN Soil Moisture & EC Sensor** for IoT of Agriculture. It is designed to measure the soil moisture of saline-alkali soil and loamy soil. The soil sensor uses FDR method to calculate the soil moisture with the compensation from soil temperature and conductivity. It also has been calibrated in factory for Mineral soil type.
28 28  
29 29  
... ... @@ -46,7 +46,7 @@
46 46  
47 47  
48 48  
49 -*
48 +*
50 50  *1. ​Features
51 51  * LoRaWAN 1.0.3 Class A
52 52  * Ultra low power consumption
... ... @@ -60,8 +60,7 @@
60 60  * IP66 Waterproof Enclosure
61 61  * 4000mAh or 8500mAh Battery for long term use
62 62  
63 -
64 -1.
62 +1.
65 65  11. Specification
66 66  
67 67  Measure Volume: Base on the centra pin of the probe, a cylinder with 7cm diameter and 10cm height.
... ... @@ -91,16 +91,13 @@
91 91  
92 92  
93 93  
94 -
95 -*
92 +*
96 96  *1. ​Applications
97 97  * Smart Agriculture
98 98  
99 -
100 -1.
96 +1.
101 101  11. ​Firmware Change log
102 102  
103 -
104 104  **LSE01 v1.0:**
105 105  
106 106  * Release
... ... @@ -107,7 +107,6 @@
107 107  
108 108  
109 109  
110 -
111 111  1. Configure LSE01 to connect to LoRaWAN network
112 112  11. How it works
113 113  
... ... @@ -119,7 +119,7 @@
119 119  
120 120  
121 121  
122 -1.
116 +1.
123 123  11. ​Quick guide to connect to LoRaWAN server (OTAA)
124 124  
125 125  Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LG308>>url:http://www.dragino.com/products/lora/item/140-lg308.html]] as a LoRaWAN gateway in this example.
... ... @@ -160,7 +160,6 @@
160 160  
161 161  
162 162  
163 -
164 164  **Step 2**: Power on LSE01
165 165  
166 166  
... ... @@ -185,11 +185,11 @@
185 185  
186 186  
187 187  
188 -1.
181 +1.
189 189  11. ​Uplink Payload
190 190  111. MOD=0(Default Mode)
191 191  
192 -LSE01 will uplink payload via LoRaWAN with below payload format:
185 +LSE01 will uplink payload via LoRaWAN with below payload format: 
193 193  
194 194  
195 195  Uplink payload includes in total 11 bytes.
... ... @@ -210,15 +210,13 @@
210 210  (Optional)
211 211  )))
212 212  
213 -
214 214  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image007.png]]
215 215  
216 216  
217 -1.
218 -11.
209 +1.
210 +11.
219 219  111. MOD=1(Original value)
220 220  
221 -
222 222  This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
223 223  
224 224  |(((
... ... @@ -236,11 +236,10 @@
236 236  (Optional)
237 237  )))
238 238  
239 -
240 240  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image008.png]]
241 241  
242 -1.
243 -11.
232 +1.
233 +11.
244 244  111. Battery Info
245 245  
246 246  Check the battery voltage for LSE01.
... ... @@ -251,8 +251,8 @@
251 251  
252 252  
253 253  
254 -1.
255 -11.
244 +1.
245 +11.
256 256  111. Soil Moisture
257 257  
258 258  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.
... ... @@ -262,8 +262,8 @@
262 262  **05DC(H) = 1500(D) /100 = 15%.**
263 263  
264 264  
265 -1.
266 -11.
255 +1.
256 +11.
267 267  111. Soil Temperature
268 268  
269 269   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
... ... @@ -275,8 +275,8 @@
275 275  If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C
276 276  
277 277  
278 -1.
279 -11.
268 +1.
269 +11.
280 280  111. Soil Conductivity (EC)
281 281  
282 282  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).
... ... @@ -286,8 +286,8 @@
286 286  
287 287  Generally, the EC value of irrigation water is less than 800uS / cm.
288 288  
289 -1.
290 -11.
279 +1.
280 +11.
291 291  111. MOD
292 292  
293 293  Firmware version at least v2.1 supports changing mode.
... ... @@ -304,8 +304,8 @@
304 304  If** **payload =** **0x0A01, workmode=1
305 305  
306 306  
307 -1.
308 -11.
297 +1.
298 +11.
309 309  111. ​Decode payload in The Things Network
310 310  
311 311  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -318,7 +318,7 @@
318 318  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/]]
319 319  
320 320  
321 -1.
311 +1.
322 322  11. Uplink Interval
323 323  
324 324  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:
... ... @@ -325,7 +325,7 @@
325 325  
326 326  [[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]]
327 327  
328 -1.
318 +1.
329 329  11. ​Downlink Payload
330 330  
331 331  By default, LSE50 prints the downlink payload to console port.
... ... @@ -337,7 +337,6 @@
337 337  |INTMOD|Any|06|4
338 338  |MOD|Any|0A|2
339 339  
340 -
341 341  **Examples**
342 342  
343 343  
... ... @@ -359,7 +359,7 @@
359 359  
360 360  Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0
361 361  
362 -1.
351 +1.
363 363  11. ​Show Data in DataCake IoT Server
364 364  
365 365  [[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:
... ... @@ -395,13 +395,13 @@
395 395  
396 396  
397 397  
398 -1.
387 +1.
399 399  11. Frequency Plans
400 400  
401 401  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.
402 402  
403 -1.
404 -11.
392 +1.
393 +11.
405 405  111. EU863-870 (EU868)
406 406  
407 407  Uplink:
... ... @@ -432,8 +432,8 @@
432 432  869.525 - SF9BW125 (RX2 downlink only)
433 433  
434 434  
435 -1.
436 -11.
424 +1.
425 +11.
437 437  111. US902-928(US915)
438 438  
439 439  Used in USA, Canada and South America. Default use CHE=2
... ... @@ -478,8 +478,8 @@
478 478  923.3 - SF12BW500(RX2 downlink only)
479 479  
480 480  
481 -1.
482 -11.
470 +1.
471 +11.
483 483  111. CN470-510 (CN470)
484 484  
485 485  Used in China, Default use CHE=1
... ... @@ -524,8 +524,8 @@
524 524  505.3 - SF12BW125 (RX2 downlink only)
525 525  
526 526  
527 -1.
528 -11.
516 +1.
517 +11.
529 529  111. AU915-928(AU915)
530 530  
531 531  Default use CHE=2
... ... @@ -569,11 +569,10 @@
569 569  
570 570  923.3 - SF12BW500(RX2 downlink only)
571 571  
572 -1.
573 -11.
561 +1.
562 +11.
574 574  111. AS920-923 & AS923-925 (AS923)
575 575  
576 -
577 577  **Default Uplink channel:**
578 578  
579 579  923.2 - SF7BW125 to SF10BW125
... ... @@ -623,8 +623,8 @@
623 623  923.2 - SF10BW125 (RX2)
624 624  
625 625  
626 -1.
627 -11.
614 +1.
615 +11.
628 628  111. KR920-923 (KR920)
629 629  
630 630  Default channel:
... ... @@ -660,11 +660,10 @@
660 660  921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
661 661  
662 662  
663 -1.
664 -11.
651 +1.
652 +11.
665 665  111. IN865-867 (IN865)
666 666  
667 -
668 668  Uplink:
669 669  
670 670  865.0625 - SF7BW125 to SF12BW125
... ... @@ -681,7 +681,7 @@
681 681  866.550 - SF10BW125 (RX2)
682 682  
683 683  
684 -1.
671 +1.
685 685  11. LED Indicator
686 686  
687 687  The LSE01 has an internal LED which is to show the status of different state.
... ... @@ -691,11 +691,9 @@
691 691  * Solid ON for 5 seconds once device successful Join the network.
692 692  * Blink once when device transmit a packet.
693 693  
694 -
695 -1.
681 +1.
696 696  11. Installation in Soil
697 697  
698 -
699 699  **Measurement the soil surface**
700 700  
701 701  
... ... @@ -720,7 +720,7 @@
720 720  
721 721  
722 722  
723 -1.
708 +1.
724 724  11. ​Firmware Change Log
725 725  
726 726  **Firmware download link:**
... ... @@ -739,7 +739,7 @@
739 739  
740 740  
741 741  
742 -1.
727 +1.
743 743  11. ​Battery Analysis
744 744  111. ​Battery Type
745 745  
... ... @@ -756,7 +756,6 @@
756 756  * [[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]]
757 757  
758 758  
759 -
760 760  |(((
761 761  JST-XH-2P connector
762 762  )))
... ... @@ -765,18 +765,17 @@
765 765  
766 766  
767 767  
768 -1.
769 -11.
752 +1.
753 +11.
770 770  111. ​Battery Note
771 771  
772 772  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.
773 773  
774 774  
775 -1.
776 -11.
759 +1.
760 +11.
777 777  111. ​Replace the battery
778 778  
779 -
780 780  If Battery is lower than 2.7v, user should replace the battery of LSE01.
781 781  
782 782  
... ... @@ -957,7 +957,6 @@
957 957  |(% colspan="10" %)Channels(500KHz,4/5,Unit:MHz,CHS=0)
958 958  | |903|904.6|906.2|907.8|909.4|911|912.6|914.2|Channel 64-71
959 959  
960 -
961 961  When you use the TTN network, the US915 frequency bands use are:
962 962  
963 963  * 903.9 - SF7BW125 to SF10BW125
... ... @@ -970,7 +970,6 @@
970 970  * 905.3 - SF7BW125 to SF10BW125
971 971  * 904.6 - SF8BW500
972 972  
973 -
974 974  Because the end node is now hopping in 72 frequency, it makes it difficult for the devices to Join the TTN network and uplink data. To solve this issue, you can access the device via the AT commands and run:
975 975  
976 976  **AT+CHE=2**
... ... @@ -1000,7 +1000,6 @@
1000 1000  
1001 1001  
1002 1002  
1003 -
1004 1004  1. ​Trouble Shooting
1005 1005  11. ​Why I can’t join TTN in US915 / AU915 bands?
1006 1006  
... ... @@ -1008,7 +1008,7 @@
1008 1008  
1009 1009  
1010 1010  
1011 -1.
991 +1.
1012 1012  11. AT Command input doesn’t work
1013 1013  
1014 1014  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.
... ... @@ -1016,7 +1016,7 @@
1016 1016  
1017 1017  
1018 1018  
1019 -1.
999 +1.
1020 1020  11. Device rejoin in at the second uplink packet.
1021 1021  
1022 1022  **Issue describe as below:**
... ... @@ -1035,35 +1035,29 @@
1035 1035  
1036 1036  [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image022.png]]
1037 1037  
1018 += 6. ​Order Info =
1038 1038  
1039 1039  
1021 +Part Number: (% style="color:#4f81bd" %)**LSE01-XX-YY**
1040 1040  
1041 1041  
1042 -1. ​Order Info
1024 +(% style="color:#4f81bd" %)**XX**(%%): The default frequency band
1043 1043  
1026 +* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
1027 +* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
1028 +* (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
1029 +* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
1030 +* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
1031 +* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
1032 +* (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
1033 +* (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1044 1044  
1045 -Part Number: **LSE01-XX-YY**
1035 +(% style="color:#4f81bd" %)**YY**(%%)**: **Battery Option
1046 1046  
1037 +* (% style="color:red" %)**4**(%%): 4000mAh battery
1038 +* (% style="color:red" %)**8**(%%): 8500mAh battery
1047 1047  
1048 -**XX**: The default frequency band
1049 1049  
1050 -* **AS923**: LoRaWAN AS923 band
1051 -* **AU915**: LoRaWAN AU915 band
1052 -* **EU433**: LoRaWAN EU433 band
1053 -* **EU868**: LoRaWAN EU868 band
1054 -* **KR920**: LoRaWAN KR920 band
1055 -* **US915**: LoRaWAN US915 band
1056 -* **IN865**: LoRaWAN IN865 band
1057 -* **CN470**: LoRaWAN CN470 band
1058 -
1059 -
1060 -**YY: **Battery Option
1061 -
1062 -* **4**: 4000mAh battery
1063 -* **8**: 8500mAh battery
1064 -
1065 -
1066 -
1067 1067  = 7. Packing Info =
1068 1068  
1069 1069  (((
... ... @@ -1095,7 +1095,6 @@
1095 1095  Weight / pcs : g
1096 1096  )))
1097 1097  
1098 -
1099 1099  = 8. Support =
1100 1100  
1101 1101  * 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.
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0