<
From version < 42.6 >
edited by Xiaoling
on 2022/08/18 15:43
To version < 40.7 >
edited by Xiaoling
on 2022/06/30 11:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,7 +56,6 @@
56 56  
57 57  == 1.2 ​Features ==
58 58  
59 -
60 60  * LoRaWAN 1.0.3 Class A
61 61  * Ultra low power consumption
62 62  * Monitor Soil Moisture
... ... @@ -69,13 +69,8 @@
69 69  * IP66 Waterproof Enclosure
70 70  * 4000mAh or 8500mAh Battery for long term use
71 71  
72 -
73 -
74 -
75 -
76 76  == 1.3 Specification ==
77 77  
78 -
79 79  Measure Volume: Base on the centra pin of the probe, a cylinder with 7cm diameter and 10cm height.
80 80  
81 81  [[image:image-20220606162220-5.png]]
... ... @@ -84,15 +84,11 @@
84 84  
85 85  == ​1.4 Applications ==
86 86  
87 -
88 88  * Smart Agriculture
89 89  
90 90  (% class="wikigeneratedid" id="H200B1.5FirmwareChangelog" %)
91 91  ​
92 92  
93 -
94 -
95 -
96 96  == 1.5 Firmware Change log ==
97 97  
98 98  
... ... @@ -102,16 +102,14 @@
102 102  
103 103  = 2. Configure LSE01 to connect to LoRaWAN network =
104 104  
105 -
106 106  == 2.1 How it works ==
107 107  
108 -
109 109  (((
110 110  The LSE01 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LSE0150. It will automatically join the network via OTAA and start to send the sensor value
111 111  )))
112 112  
113 113  (((
114 -In case you can't set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H3.200BUsingtheATCommands"]].
102 +In case you cant set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H3.200BUsingtheATCommands"]].
115 115  )))
116 116  
117 117  
... ... @@ -118,7 +118,6 @@
118 118  
119 119  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
120 120  
121 -
122 122  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.
123 123  
124 124  
... ... @@ -134,7 +134,6 @@
134 134  
135 135  [[image:image-20220606163732-6.jpeg]]
136 136  
137 -
138 138  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
139 139  
140 140  **Add APP EUI in the application**
... ... @@ -169,7 +169,6 @@
169 169  
170 170  === 2.3.1 MOD~=0(Default Mode) ===
171 171  
172 -
173 173  LSE01 will uplink payload via LoRaWAN with below payload format: 
174 174  
175 175  (((
... ... @@ -192,13 +192,8 @@
192 192  (Optional)
193 193  )))
194 194  
195 -
196 -
197 -
198 -
199 199  === 2.3.2 MOD~=1(Original value) ===
200 200  
201 -
202 202  This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
203 203  
204 204  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:500px" %)
... ... @@ -217,13 +217,8 @@
217 217  (Optional)
218 218  )))
219 219  
220 -
221 -
222 -
223 -
224 224  === 2.3.3 Battery Info ===
225 225  
226 -
227 227  (((
228 228  Check the battery voltage for LSE01.
229 229  )))
... ... @@ -240,7 +240,6 @@
240 240  
241 241  === 2.3.4 Soil Moisture ===
242 242  
243 -
244 244  (((
245 245  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.
246 246  )))
... ... @@ -261,7 +261,6 @@
261 261  
262 262  === 2.3.5 Soil Temperature ===
263 263  
264 -
265 265  (((
266 266   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
267 267  )))
... ... @@ -282,7 +282,6 @@
282 282  
283 283  === 2.3.6 Soil Conductivity (EC) ===
284 284  
285 -
286 286  (((
287 287  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).
288 288  )))
... ... @@ -305,7 +305,6 @@
305 305  
306 306  === 2.3.7 MOD ===
307 307  
308 -
309 309  Firmware version at least v2.1 supports changing mode.
310 310  
311 311  For example, bytes[10]=90
... ... @@ -323,7 +323,6 @@
323 323  
324 324  === 2.3.8 ​Decode payload in The Things Network ===
325 325  
326 -
327 327  While using TTN network, you can add the payload format to decode the payload.
328 328  
329 329  
... ... @@ -334,14 +334,12 @@
334 334  )))
335 335  
336 336  (((
337 -LSE01 TTN Payload Decoder:  [[https:~~/~~/www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0>>https://www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0]]
307 +LSE01 TTN Payload Decoder: [[https:~~/~~/www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0>>https://www.dropbox.com/sh/si8icbrjlamxqdb/AAACYwjsxxr5fj_vpqRtrETAa?dl=0]]
338 338  )))
339 339  
340 340  
341 -
342 342  == 2.4 Uplink Interval ==
343 343  
344 -
345 345  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: [[Change Uplink Interval>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H4.1ChangeUplinkInterval"]]
346 346  
347 347  
... ... @@ -348,9 +348,8 @@
348 348  
349 349  == 2.5 Downlink Payload ==
350 350  
319 +By default, LSE50 prints the downlink payload to console port.
351 351  
352 -By default, LSE01 prints the downlink payload to console port.
353 -
354 354  [[image:image-20220606165544-8.png]]
355 355  
356 356  
... ... @@ -367,7 +367,7 @@
367 367  )))
368 368  
369 369  (((
370 -If the payload=0100003C, it means set the END Node's TDC to 0x00003C=60(S), while type code is 01.
337 +If the payload=0100003C, it means set the END Nodes TDC to 0x00003C=60(S), while type code is 01.
371 371  )))
372 372  
373 373  (((
... ... @@ -399,7 +399,6 @@
399 399  
400 400  == 2.6 ​Show Data in DataCake IoT Server ==
401 401  
402 -
403 403  (((
404 404  [[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:
405 405  )))
... ... @@ -439,14 +439,11 @@
439 439  
440 440  == 2.7 Frequency Plans ==
441 441  
442 -
443 443  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.
444 444  
445 445  
446 -
447 447  === 2.7.1 EU863-870 (EU868) ===
448 448  
449 -
450 450  (% style="color:#037691" %)** Uplink:**
451 451  
452 452  868.1 - SF7BW125 to SF12BW125
... ... @@ -478,7 +478,6 @@
478 478  
479 479  === 2.7.2 US902-928(US915) ===
480 480  
481 -
482 482  Used in USA, Canada and South America. Default use CHE=2
483 483  
484 484  (% style="color:#037691" %)**Uplink:**
... ... @@ -524,7 +524,6 @@
524 524  
525 525  === 2.7.3 CN470-510 (CN470) ===
526 526  
527 -
528 528  Used in China, Default use CHE=1
529 529  
530 530  (% style="color:#037691" %)**Uplink:**
... ... @@ -570,7 +570,6 @@
570 570  
571 571  === 2.7.4 AU915-928(AU915) ===
572 572  
573 -
574 574  Default use CHE=2
575 575  
576 576  (% style="color:#037691" %)**Uplink:**
... ... @@ -616,7 +616,6 @@
616 616  
617 617  === 2.7.5 AS920-923 & AS923-925 (AS923) ===
618 618  
619 -
620 620  (% style="color:#037691" %)**Default Uplink channel:**
621 621  
622 622  923.2 - SF7BW125 to SF10BW125
... ... @@ -668,7 +668,6 @@
668 668  
669 669  === 2.7.6 KR920-923 (KR920) ===
670 670  
671 -
672 672  Default channel:
673 673  
674 674  922.1 - SF7BW125 to SF12BW125
... ... @@ -705,7 +705,6 @@
705 705  
706 706  === 2.7.7 IN865-867 (IN865) ===
707 707  
708 -
709 709  (% style="color:#037691" %)** Uplink:**
710 710  
711 711  865.0625 - SF7BW125 to SF12BW125
... ... @@ -726,7 +726,6 @@
726 726  
727 727  == 2.8 LED Indicator ==
728 728  
729 -
730 730  The LSE01 has an internal LED which is to show the status of different state.
731 731  
732 732  * Blink once when device power on.
... ... @@ -734,18 +734,13 @@
734 734  * Blink once when device transmit a packet.
735 735  
736 736  
737 -
738 -
739 -
740 740  == 2.9 Installation in Soil ==
741 741  
742 -
743 743  **Measurement the soil surface**
744 744  
745 745  
746 746  [[image:1654506634463-199.png]] ​
747 747  
748 -
749 749  (((
750 750  (((
751 751  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.
... ... @@ -756,7 +756,6 @@
756 756  
757 757  [[image:1654506665940-119.png]]
758 758  
759 -
760 760  (((
761 761  Dig a hole with diameter > 20CM.
762 762  )))
... ... @@ -766,12 +766,14 @@
766 766  )))
767 767  
768 768  
769 -
770 770  == 2.10 ​Firmware Change Log ==
771 771  
721 +(((
722 +**Firmware download link:**
723 +)))
772 772  
773 773  (((
774 -**Firmware download link:  **[[https:~~/~~/www.dropbox.com/sh/8ixj7zgt477ip51/AADLrib9Oe6IuOpPF5o1GPf9a?dl=0>>https://www.dropbox.com/sh/8ixj7zgt477ip51/AADLrib9Oe6IuOpPF5o1GPf9a?dl=0]]
726 +[[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/]]
775 775  )))
776 776  
777 777  (((
... ... @@ -795,13 +795,10 @@
795 795  )))
796 796  
797 797  
798 -
799 799  == 2.11 ​Battery Analysis ==
800 800  
801 -
802 802  === 2.11.1 ​Battery Type ===
803 803  
804 -
805 805  (((
806 806  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.
807 807  )))
... ... @@ -832,7 +832,6 @@
832 832  
833 833  === 2.11.2 ​Battery Note ===
834 834  
835 -
836 836  (((
837 837  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.
838 838  )))
... ... @@ -841,17 +841,16 @@
841 841  
842 842  === 2.11.3 Replace the battery ===
843 843  
844 -
845 845  (((
846 846  If Battery is lower than 2.7v, user should replace the battery of LSE01.
847 847  )))
848 848  
849 849  (((
850 -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.
797 +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 wont be voltage drop between battery and main board.
851 851  )))
852 852  
853 853  (((
854 -The default battery pack of LSE01 includes a ER18505 plus super capacitor. If user can't find this pack locally, they can find ER18505 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)
801 +The default battery pack of LSE01 includes a ER18505 plus super capacitor. If user cant find this pack locally, they can find ER18505 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)
855 855  )))
856 856  
857 857  
... ... @@ -858,13 +858,11 @@
858 858  
859 859  = 3. ​Using the AT Commands =
860 860  
861 -
862 862  == 3.1 Access AT Commands ==
863 863  
864 864  
865 865  LSE01 supports AT Command set in the stock firmware. You can use a USB to TTL adapter to connect to LSE01 for using AT command, as below.
866 866  
867 -
868 868  [[image:1654501986557-872.png||height="391" width="800"]]
869 869  
870 870  
... ... @@ -881,16 +881,16 @@
881 881   [[image:1654502050864-459.png||height="564" width="806"]]
882 882  
883 883  
884 -Below are the available commands, a more detailed AT Command manual can be found at [[AT Command Manual>>https://www.dropbox.com/sh/qr6vproz4z4kzjz/AAAD48h3OyWrU1hq_Cqm8jIwa?dl=0]].
829 +Below are the available commands, a more detailed AT Command manual can be found at [[AT Command Manual>>https://www.dropbox.com/sh/qr6vproz4z4kzjz/AAAD48h3OyWrU1hq_Cqm8jIwa?dl=0]]: [[https:~~/~~/www.dropbox.com/sh/qr6vproz4z4kzjz/AAAD48h3OyWrU1hq_Cqm8jIwa?dl=0>>https://www.dropbox.com/sh/qr6vproz4z4kzjz/AAAD48h3OyWrU1hq_Cqm8jIwa?dl=0]]
885 885  
886 886  
887 -(% style="background-color:#dcdcdc" %)**AT+<CMD>? **(%%) : Help on <CMD>
832 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>? **(%%) : Help on <CMD>
888 888  
889 -(% style="background-color:#dcdcdc" %)**AT+<CMD> **(%%) : Run <CMD>
834 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD> **(%%) : Run <CMD>
890 890  
891 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=<value>**(%%)  : Set the value
836 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=<value>**(%%) : Set the value
892 892  
893 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?**(%%)  : Get the value
838 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=?**(%%)  : Get the value
894 894  
895 895  
896 896  (% style="color:#037691" %)**General Commands**(%%)      
... ... @@ -1126,8 +1126,6 @@
1126 1126  (% class="wikigeneratedid" %)
1127 1127  (((
1128 1128  
1129 -
1130 -
1131 1131  )))
1132 1132  
1133 1133  = 7. Packing Info =
... ... @@ -1160,7 +1160,6 @@
1160 1160  * (((
1161 1161  Weight / pcs : g
1162 1162  
1163 -
1164 1164  
1165 1165  )))
1166 1166  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0