<
From version < 40.2 >
edited by Xiaoling
on 2022/06/30 10:37
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
... ... @@ -70,8 +70,11 @@
70 70  
71 71  
72 72  
74 +
75 +
73 73  == 1.3 Specification ==
74 74  
78 +
75 75  Measure Volume: Base on the centra pin of the probe, a cylinder with 7cm diameter and 10cm height.
76 76  
77 77  [[image:image-20220606162220-5.png]]
... ... @@ -80,11 +80,15 @@
80 80  
81 81  == ​1.4 Applications ==
82 82  
87 +
83 83  * Smart Agriculture
84 84  
85 85  (% class="wikigeneratedid" id="H200B1.5FirmwareChangelog" %)
86 86  ​
87 87  
93 +
94 +
95 +
88 88  == 1.5 Firmware Change log ==
89 89  
90 90  
... ... @@ -94,14 +94,16 @@
94 94  
95 95  = 2. Configure LSE01 to connect to LoRaWAN network =
96 96  
105 +
97 97  == 2.1 How it works ==
98 98  
108 +
99 99  (((
100 100  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
101 101  )))
102 102  
103 103  (((
104 -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"]].
105 105  )))
106 106  
107 107  
... ... @@ -108,6 +108,7 @@
108 108  
109 109  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
110 110  
121 +
111 111  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.
112 112  
113 113  
... ... @@ -123,6 +123,7 @@
123 123  
124 124  [[image:image-20220606163732-6.jpeg]]
125 125  
137 +
126 126  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
127 127  
128 128  **Add APP EUI in the application**
... ... @@ -157,6 +157,7 @@
157 157  
158 158  === 2.3.1 MOD~=0(Default Mode) ===
159 159  
172 +
160 160  LSE01 will uplink payload via LoRaWAN with below payload format: 
161 161  
162 162  (((
... ... @@ -179,8 +179,13 @@
179 179  (Optional)
180 180  )))
181 181  
195 +
196 +
197 +
198 +
182 182  === 2.3.2 MOD~=1(Original value) ===
183 183  
201 +
184 184  This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
185 185  
186 186  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:500px" %)
... ... @@ -199,8 +199,13 @@
199 199  (Optional)
200 200  )))
201 201  
220 +
221 +
222 +
223 +
202 202  === 2.3.3 Battery Info ===
203 203  
226 +
204 204  (((
205 205  Check the battery voltage for LSE01.
206 206  )))
... ... @@ -217,6 +217,7 @@
217 217  
218 218  === 2.3.4 Soil Moisture ===
219 219  
243 +
220 220  (((
221 221  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.
222 222  )))
... ... @@ -237,6 +237,7 @@
237 237  
238 238  === 2.3.5 Soil Temperature ===
239 239  
264 +
240 240  (((
241 241   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
242 242  )))
... ... @@ -257,6 +257,7 @@
257 257  
258 258  === 2.3.6 Soil Conductivity (EC) ===
259 259  
285 +
260 260  (((
261 261  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).
262 262  )))
... ... @@ -279,6 +279,7 @@
279 279  
280 280  === 2.3.7 MOD ===
281 281  
308 +
282 282  Firmware version at least v2.1 supports changing mode.
283 283  
284 284  For example, bytes[10]=90
... ... @@ -296,6 +296,7 @@
296 296  
297 297  === 2.3.8 ​Decode payload in The Things Network ===
298 298  
326 +
299 299  While using TTN network, you can add the payload format to decode the payload.
300 300  
301 301  
... ... @@ -306,12 +306,14 @@
306 306  )))
307 307  
308 308  (((
309 -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]]
310 310  )))
311 311  
312 312  
341 +
313 313  == 2.4 Uplink Interval ==
314 314  
344 +
315 315  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"]]
316 316  
317 317  
... ... @@ -318,13 +318,13 @@
318 318  
319 319  == 2.5 Downlink Payload ==
320 320  
321 -By default, LSE50 prints the downlink payload to console port.
351 +By default, LSE01 prints the downlink payload to console port.
322 322  
323 323  [[image:image-20220606165544-8.png]]
324 324  
325 325  
326 326  (((
327 -**Examples:**
357 +(% style="color:blue" %)**Examples:**
328 328  )))
329 329  
330 330  (((
... ... @@ -332,11 +332,11 @@
332 332  )))
333 333  
334 334  * (((
335 -**Set TDC**
365 +(% style="color:blue" %)**Set TDC**
336 336  )))
337 337  
338 338  (((
339 -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.
340 340  )))
341 341  
342 342  (((
... ... @@ -352,7 +352,7 @@
352 352  )))
353 353  
354 354  * (((
355 -**Reset**
385 +(% style="color:blue" %)**Reset**
356 356  )))
357 357  
358 358  (((
... ... @@ -360,7 +360,7 @@
360 360  )))
361 361  
362 362  
363 -* **CFM**
393 +* (% style="color:blue" %)**CFM**
364 364  
365 365  Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0
366 366  
... ... @@ -692,7 +692,6 @@
692 692  * Blink once when device transmit a packet.
693 693  
694 694  
695 -
696 696  == 2.9 Installation in Soil ==
697 697  
698 698  **Measurement the soil surface**
... ... @@ -797,11 +797,11 @@
797 797  )))
798 798  
799 799  (((
800 -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.
801 801  )))
802 802  
803 803  (((
804 -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)
805 805  )))
806 806  
807 807  
... ... @@ -832,13 +832,13 @@
832 832  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]]
833 833  
834 834  
835 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>? **(%%) : Help on <CMD>
864 +(% style="background-color:#dcdcdc" %)**AT+<CMD>? **(%%) : Help on <CMD>
836 836  
837 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD> **(%%) : Run <CMD>
866 +(% style="background-color:#dcdcdc" %)**AT+<CMD> **(%%) : Run <CMD>
838 838  
839 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=<value>**(%%) : Set the value
868 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=<value>**(%%)  : Set the value
840 840  
841 -(% style="background-color:#dcdcdc" %)**AT+<CMD>=?AT+<CMD>=?**(%%)  : Get the value
870 +(% style="background-color:#dcdcdc" %)**AT+<CMD>=?**(%%)  : Get the value
842 842  
843 843  
844 844  (% style="color:#037691" %)**General Commands**(%%)      
... ... @@ -1016,15 +1016,15 @@
1016 1016  
1017 1017  = 5. Trouble Shooting =
1018 1018  
1019 -== 5.1 ​Why I cant join TTN in US915 / AU915 bands? ==
1048 +== 5.1 ​Why I can't join TTN in US915 / AU915 bands? ==
1020 1020  
1021 -It is due to channel mapping. Please see the [[Eight Channel Mode>>doc:Main.LoRaWAN Communication Debug.WebHome||anchor="H2.NoticeofUS9152FCN4702FAU915Frequencyband"]] section above for details.
1050 +It is due to channel mapping. Please see the [[Eight Channel Mode>>doc:Main.End Device AT Commands and Downlink Command.WebHome||anchor="H7.19EightChannelMode"]] section above for details.
1022 1022  
1023 1023  
1024 -== 5.2 AT Command input doesnt work ==
1053 +== 5.2 AT Command input doesn't work ==
1025 1025  
1026 1026  (((
1027 -In the case if user can see the console output but cant type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesnt send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1056 +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 (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1028 1028  )))
1029 1029  
1030 1030  
... ... @@ -1074,6 +1074,8 @@
1074 1074  (% class="wikigeneratedid" %)
1075 1075  (((
1076 1076  
1106 +
1107 +
1077 1077  )))
1078 1078  
1079 1079  = 7. Packing Info =
... ... @@ -1106,6 +1106,7 @@
1106 1106  * (((
1107 1107  Weight / pcs : g
1108 1108  
1140 +
1109 1109  
1110 1110  )))
1111 1111  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0