<
From version < 22.2 >
edited by Xiaoling
on 2022/06/06 16:42
To version < 28.6 >
edited by Xiaoling
on 2022/06/06 17:04
>
Change comment: There is no comment for this version

Summary

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  
... ... @@ -200,21 +200,19 @@
200 200  
201 201  
202 202  
203 -1.
204 -11.
205 -111. Soil Moisture
201 +=== 2.3.4 Soil Moisture ===
206 206  
207 207  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.
208 208  
209 -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
210 210  
211 -**05DC(H) = 1500(D) /100 = 15%.**
212 212  
208 +(% style="color:#4f81bd" %)**05DC(H) = 1500(D) /100 = 15%.**
213 213  
214 -1.
215 -11.
216 -111. Soil Temperature
217 217  
211 +
212 +=== 2.3.5 Soil Temperature ===
213 +
218 218   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
219 219  
220 220  **Example**:
... ... @@ -224,21 +224,31 @@
224 224  If payload is FF7EH: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/100 = -1.29 °C
225 225  
226 226  
227 -1.
228 -11.
229 -111. Soil Conductivity (EC)
230 230  
231 -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).
224 +=== 2.3.6 Soil Conductivity (EC) ===
232 232  
226 +(((
227 +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).
228 +)))
229 +
230 +(((
233 233  For example, if the data you get from the register is 0x00 0xC8, the soil conductivity is 00C8(H) = 200(D) = 200 uS/cm.
232 +)))
234 234  
235 -
234 +(((
236 236  Generally, the EC value of irrigation water is less than 800uS / cm.
236 +)))
237 237  
238 -1.
239 -11.
240 -111. MOD
238 +(((
239 +
240 +)))
241 241  
242 +(((
243 +
244 +)))
245 +
246 +=== 2.3.7 MOD ===
247 +
242 242  Firmware version at least v2.1 supports changing mode.
243 243  
244 244  For example, bytes[10]=90
... ... @@ -253,14 +253,13 @@
253 253  If** **payload =** **0x0A01, workmode=1
254 254  
255 255  
256 -1.
257 -11.
258 -111. ​Decode payload in The Things Network
259 259  
263 +=== 2.3.8 ​Decode payload in The Things Network ===
264 +
260 260  While using TTN network, you can add the payload format to decode the payload.
261 261  
262 262  
263 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image009.png]]
268 +[[image:1654505570700-128.png]]
264 264  
265 265  The payload decoder function for TTN is here:
266 266  
... ... @@ -267,30 +267,26 @@
267 267  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/]]
268 268  
269 269  
270 -1.
271 -11. Uplink Interval
275 +== 2.4 Uplink Interval ==
272 272  
273 273  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:
274 274  
275 275  [[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]]
276 276  
277 -1.
278 -11. ​Downlink Payload
279 279  
282 +
283 +== 2.5 Downlink Payload ==
284 +
280 280  By default, LSE50 prints the downlink payload to console port.
281 281  
282 -|**Downlink Control Type**|**FPort**|**Type Code**|**Downlink payload size(bytes)**
283 -|TDC (Transmit Time Interval)|Any|01|4
284 -|RESET|Any|04|2
285 -|AT+CFM|Any|05|4
286 -|INTMOD|Any|06|4
287 -|MOD|Any|0A|2
287 +[[image:image-20220606165544-8.png]]
288 288  
289 -**Examples**
290 290  
290 +**Examples:**
291 291  
292 -**Set TDC**
293 293  
293 +* **Set TDC**
294 +
294 294  If the payload=0100003C, it means set the END Node’s TDC to 0x00003C=60(S), while type code is 01.
295 295  
296 296  Payload:    01 00 00 1E    TDC=30S
... ... @@ -298,18 +298,19 @@
298 298  Payload:    01 00 00 3C    TDC=60S
299 299  
300 300  
301 -**Reset**
302 +* **Reset**
302 302  
303 303  If payload = 0x04FF, it will reset the LSE01
304 304  
305 305  
306 -**CFM**
307 +* **CFM**
307 307  
308 308  Downlink Payload: 05000001, Set AT+CFM=1 or 05000000 , set AT+CFM=0
309 309  
310 -1.
311 -11. ​Show Data in DataCake IoT Server
312 312  
312 +
313 +== 2.6 ​Show Data in DataCake IoT Server ==
314 +
313 313  [[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:
314 314  
315 315  
... ... @@ -318,42 +318,34 @@
318 318  **Step 2**: To configure the Application to forward data to DATACAKE you will need to add integration. To add the DATACAKE integration, perform the following steps:
319 319  
320 320  
321 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image010.png]]
323 +[[image:1654505857935-743.png]]
322 322  
323 323  
324 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image011.png]]
326 +[[image:1654505874829-548.png]]
325 325  
326 -
327 -
328 -
329 -
330 330  Step 3: Create an account or log in Datacake.
331 331  
332 332  Step 4: Search the LSE01 and add DevEUI.
333 333  
334 334  
335 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image012.png]]
333 +[[image:1654505905236-553.png]]
336 336  
337 337  
338 -
339 339  After added, the sensor data arrive TTN, it will also arrive and show in Mydevices.
340 340  
338 +[[image:1654505925508-181.png]]
341 341  
342 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image013.png]]
343 343  
344 344  
342 +== 2.7 Frequency Plans ==
345 345  
346 -1.
347 -11. Frequency Plans
348 -
349 349  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.
350 350  
351 -1.
352 -11.
353 -111. EU863-870 (EU868)
354 354  
355 -Uplink:
347 +=== 2.7.1 EU863-870 (EU868) ===
356 356  
349 +(% style="color:#037691" %)** Uplink:**
350 +
357 357  868.1 - SF7BW125 to SF12BW125
358 358  
359 359  868.3 - SF7BW125 to SF12BW125 and SF7BW250
... ... @@ -373,7 +373,7 @@
373 373  868.8 - FSK
374 374  
375 375  
376 -Downlink:
370 +(% style="color:#037691" %)** Downlink:**
377 377  
378 378  Uplink channels 1-9 (RX1)
379 379  
... ... @@ -380,13 +380,12 @@
380 380  869.525 - SF9BW125 (RX2 downlink only)
381 381  
382 382  
383 -1.
384 -11.
385 -111. US902-928(US915)
386 386  
378 +=== 2.7.2 US902-928(US915) ===
379 +
387 387  Used in USA, Canada and South America. Default use CHE=2
388 388  
389 -Uplink:
382 +(% style="color:#037691" %)**Uplink:**
390 390  
391 391  903.9 - SF7BW125 to SF10BW125
392 392  
... ... @@ -405,7 +405,7 @@
405 405  905.3 - SF7BW125 to SF10BW125
406 406  
407 407  
408 -Downlink:
401 +(% style="color:#037691" %)**Downlink:**
409 409  
410 410  923.3 - SF7BW500 to SF12BW500
411 411  
... ... @@ -426,13 +426,12 @@
426 426  923.3 - SF12BW500(RX2 downlink only)
427 427  
428 428  
429 -1.
430 -11.
431 -111. CN470-510 (CN470)
432 432  
423 +=== 2.7.3 CN470-510 (CN470) ===
424 +
433 433  Used in China, Default use CHE=1
434 434  
435 -Uplink:
427 +(% style="color:#037691" %)**Uplink:**
436 436  
437 437  486.3 - SF7BW125 to SF12BW125
438 438  
... ... @@ -451,7 +451,7 @@
451 451  487.7 - SF7BW125 to SF12BW125
452 452  
453 453  
454 -Downlink:
446 +(% style="color:#037691" %)**Downlink:**
455 455  
456 456  506.7 - SF7BW125 to SF12BW125
457 457  
... ... @@ -472,13 +472,12 @@
472 472  505.3 - SF12BW125 (RX2 downlink only)
473 473  
474 474  
475 -1.
476 -11.
477 -111. AU915-928(AU915)
478 478  
468 +=== 2.7.4 AU915-928(AU915) ===
469 +
479 479  Default use CHE=2
480 480  
481 -Uplink:
472 +(% style="color:#037691" %)**Uplink:**
482 482  
483 483  916.8 - SF7BW125 to SF12BW125
484 484  
... ... @@ -497,7 +497,7 @@
497 497  918.2 - SF7BW125 to SF12BW125
498 498  
499 499  
500 -Downlink:
491 +(% style="color:#037691" %)**Downlink:**
501 501  
502 502  923.3 - SF7BW500 to SF12BW500
503 503  
... ... @@ -517,10 +517,10 @@
517 517  
518 518  923.3 - SF12BW500(RX2 downlink only)
519 519  
520 -1.
521 -11.
522 -111. AS920-923 & AS923-925 (AS923)
523 523  
512 +
513 +=== 2.7.5 AS920-923 & AS923-925 (AS923) ===
514 +
524 524  **Default Uplink channel:**
525 525  
526 526  923.2 - SF7BW125 to SF10BW125
... ... @@ -570,8 +570,8 @@
570 570  923.2 - SF10BW125 (RX2)
571 571  
572 572  
573 -1.
574 -11.
564 +1.
565 +11.
575 575  111. KR920-923 (KR920)
576 576  
577 577  Default channel:
... ... @@ -607,8 +607,8 @@
607 607  921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
608 608  
609 609  
610 -1.
611 -11.
601 +1.
602 +11.
612 612  111. IN865-867 (IN865)
613 613  
614 614  Uplink:
... ... @@ -627,7 +627,7 @@
627 627  866.550 - SF10BW125 (RX2)
628 628  
629 629  
630 -1.
621 +1.
631 631  11. LED Indicator
632 632  
633 633  The LSE01 has an internal LED which is to show the status of different state.
... ... @@ -637,7 +637,7 @@
637 637  * Solid ON for 5 seconds once device successful Join the network.
638 638  * Blink once when device transmit a packet.
639 639  
640 -1.
631 +1.
641 641  11. Installation in Soil
642 642  
643 643  **Measurement the soil surface**
... ... @@ -664,7 +664,7 @@
664 664  
665 665  
666 666  
667 -1.
658 +1.
668 668  11. ​Firmware Change Log
669 669  
670 670  **Firmware download link:**
... ... @@ -683,7 +683,7 @@
683 683  
684 684  
685 685  
686 -1.
677 +1.
687 687  11. ​Battery Analysis
688 688  111. ​Battery Type
689 689  
... ... @@ -707,15 +707,15 @@
707 707  
708 708  
709 709  
710 -1.
711 -11.
701 +1.
702 +11.
712 712  111. ​Battery Note
713 713  
714 714  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.
715 715  
716 716  
717 -1.
718 -11.
708 +1.
709 +11.
719 719  111. ​Replace the battery
720 720  
721 721  If Battery is lower than 2.7v, user should replace the battery of LSE01.
1654505570700-128.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +59.2 KB
Content
1654505857935-743.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +86.0 KB
Content
1654505874829-548.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +129.9 KB
Content
1654505905236-553.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +92.0 KB
Content
1654505925508-181.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +69.5 KB
Content
image-20220606165544-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +11.6 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0