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

Summary

Details

Page properties
Content
... ... @@ -56,6 +56,7 @@
56 56  
57 57  == 1.2 ​Features ==
58 58  
59 +
59 59  * LoRaWAN 1.0.3 Class A
60 60  * Ultra low power consumption
61 61  * Monitor Soil Moisture
... ... @@ -68,8 +68,13 @@
68 68  * IP66 Waterproof Enclosure
69 69  * 4000mAh or 8500mAh Battery for long term use
70 70  
72 +
73 +
74 +
75 +
71 71  == 1.3 Specification ==
72 72  
78 +
73 73  Measure Volume: Base on the centra pin of the probe, a cylinder with 7cm diameter and 10cm height.
74 74  
75 75  [[image:image-20220606162220-5.png]]
... ... @@ -78,11 +78,15 @@
78 78  
79 79  == ​1.4 Applications ==
80 80  
87 +
81 81  * Smart Agriculture
82 82  
83 83  (% class="wikigeneratedid" id="H200B1.5FirmwareChangelog" %)
84 84  ​
85 85  
93 +
94 +
95 +
86 86  == 1.5 Firmware Change log ==
87 87  
88 88  
... ... @@ -92,14 +92,16 @@
92 92  
93 93  = 2. Configure LSE01 to connect to LoRaWAN network =
94 94  
105 +
95 95  == 2.1 How it works ==
96 96  
108 +
97 97  (((
98 98  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
99 99  )))
100 100  
101 101  (((
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"]].
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"]].
103 103  )))
104 104  
105 105  
... ... @@ -106,6 +106,7 @@
106 106  
107 107  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
108 108  
121 +
109 109  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.
110 110  
111 111  
... ... @@ -121,6 +121,7 @@
121 121  
122 122  [[image:image-20220606163732-6.jpeg]]
123 123  
137 +
124 124  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
125 125  
126 126  **Add APP EUI in the application**
... ... @@ -155,6 +155,7 @@
155 155  
156 156  === 2.3.1 MOD~=0(Default Mode) ===
157 157  
172 +
158 158  LSE01 will uplink payload via LoRaWAN with below payload format: 
159 159  
160 160  (((
... ... @@ -177,8 +177,13 @@
177 177  (Optional)
178 178  )))
179 179  
195 +
196 +
197 +
198 +
180 180  === 2.3.2 MOD~=1(Original value) ===
181 181  
201 +
182 182  This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
183 183  
184 184  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:500px" %)
... ... @@ -197,8 +197,13 @@
197 197  (Optional)
198 198  )))
199 199  
220 +
221 +
222 +
223 +
200 200  === 2.3.3 Battery Info ===
201 201  
226 +
202 202  (((
203 203  Check the battery voltage for LSE01.
204 204  )))
... ... @@ -215,6 +215,7 @@
215 215  
216 216  === 2.3.4 Soil Moisture ===
217 217  
243 +
218 218  (((
219 219  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.
220 220  )))
... ... @@ -235,6 +235,7 @@
235 235  
236 236  === 2.3.5 Soil Temperature ===
237 237  
264 +
238 238  (((
239 239   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
240 240  )))
... ... @@ -255,6 +255,7 @@
255 255  
256 256  === 2.3.6 Soil Conductivity (EC) ===
257 257  
285 +
258 258  (((
259 259  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).
260 260  )))
... ... @@ -277,6 +277,7 @@
277 277  
278 278  === 2.3.7 MOD ===
279 279  
308 +
280 280  Firmware version at least v2.1 supports changing mode.
281 281  
282 282  For example, bytes[10]=90
... ... @@ -294,6 +294,7 @@
294 294  
295 295  === 2.3.8 ​Decode payload in The Things Network ===
296 296  
326 +
297 297  While using TTN network, you can add the payload format to decode the payload.
298 298  
299 299  
... ... @@ -304,12 +304,14 @@
304 304  )))
305 305  
306 306  (((
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]]
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]]
308 308  )))
309 309  
310 310  
341 +
311 311  == 2.4 Uplink Interval ==
312 312  
344 +
313 313  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"]]
314 314  
315 315  
... ... @@ -316,7 +316,7 @@
316 316  
317 317  == 2.5 Downlink Payload ==
318 318  
319 -By default, LSE50 prints the downlink payload to console port.
351 +By default, LSE01 prints the downlink payload to console port.
320 320  
321 321  [[image:image-20220606165544-8.png]]
322 322  
... ... @@ -334,7 +334,7 @@
334 334  )))
335 335  
336 336  (((
337 -If the payload=0100003C, it means set the END Nodes TDC to 0x00003C=60(S), while type code is 01.
369 +If the payload=0100003C, it means set the END Node's TDC to 0x00003C=60(S), while type code is 01.
338 338  )))
339 339  
340 340  (((
... ... @@ -794,11 +794,11 @@
794 794  )))
795 795  
796 796  (((
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.
829 +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.
798 798  )))
799 799  
800 800  (((
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)
833 +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)
802 802  )))
803 803  
804 804  
... ... @@ -829,13 +829,13 @@
829 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]]
830 830  
831 831  
832 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>? **(%%) : Help on <CMD>
864 +(% style="background-color:#dcdcdc" %)**AT+<CMD>? **(%%) : Help on <CMD>
833 833  
834 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD> **(%%) : Run <CMD>
866 +(% style="background-color:#dcdcdc" %)**AT+<CMD> **(%%) : Run <CMD>
835 835  
836 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=<value>**(%%) : Set the value
868 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=<value>**(%%)  : Set the value
837 837  
838 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=?**(%%)  : Get the value
870 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?**(%%)  : Get the value
839 839  
840 840  
841 841  (% style="color:#037691" %)**General Commands**(%%)      
... ... @@ -1071,6 +1071,8 @@
1071 1071  (% class="wikigeneratedid" %)
1072 1072  (((
1073 1073  
1106 +
1107 +
1074 1074  )))
1075 1075  
1076 1076  = 7. Packing Info =
... ... @@ -1103,6 +1103,7 @@
1103 1103  * (((
1104 1104  Weight / pcs : g
1105 1105  
1140 +
1106 1106  
1107 1107  )))
1108 1108  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0