Last modified by Xiaoling on 2025/07/16 11:58

From version 113.1
edited by Mengting Qiu
on 2024/11/04 20:28
Change comment: Uploaded new attachment "image-20241104202829-10.png", version {1}
To version 114.1
edited by Mengting Qiu
on 2024/11/04 20:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -449,14 +449,16 @@
449 449  
450 450  While using TTN network, you can add the payload format to decode the payload.
451 451  
452 -[[image:image-20240603163123-6.png||height="792" width="1120"]]
452 +[[image:image-20241104202548-9.png||height="621" width="1225"]]
453 453  
454 +[[image:image-20241104202829-10.png||height="566" width="1223"]]
455 +
454 454  (((
455 455  The payload decoder function for TTN is here:
456 456  )))
457 457  
458 458  (((
459 -SE02-LB TTN Payload Decoder: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>url:https://github.com/dragino/dragino-end-node-decoder]]
461 +SE0X-LB TTN Payload Decoder: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>url:https://github.com/dragino/dragino-end-node-decoder]]
460 460  
461 461  
462 462  )))
... ... @@ -464,13 +464,13 @@
464 464  == 2.4 Uplink Interval ==
465 465  
466 466  
467 -The SE02-LB 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"]]
469 +The SE0X-LB 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"]]
468 468  
469 469  
470 470  == 2.5 Downlink Payload ==
471 471  
472 472  
473 -By default, LSE01 prints the downlink payload to console port.
475 +By default, SE0X-LB prints the downlink payload to console port.
474 474  
475 475  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:480px" %)
476 476  |=(% style="width: 184px; background-color:#4F81BD;color:white" %)**Downlink Control Type**|=(% style="width: 56px; background-color:#4F81BD;color:white" %)FPort|=(% style="width: 94px; background-color:#4F81BD;color:white" %)**Type Code**|=(% style="width: 146px; background-color:#4F81BD;color:white" %)**Downlink payload size(bytes)**
... ... @@ -509,7 +509,7 @@
509 509  )))
510 510  
511 511  (((
512 -If payload = 0x04FF, it will reset the SE02-LB
514 +If payload = 0x04FF, it will reset the SE0X-LB
513 513  )))
514 514  
515 515  
... ... @@ -521,19 +521,19 @@
521 521  == 2.6 Datalog Feature ==
522 522  
523 523  
524 -Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, SE02-LB will store the reading for future retrieving purposes.
526 +Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, SE0X-LB will store the reading for future retrieving purposes.
525 525  
526 526  
527 527  === 2.6.1 Ways to get datalog via LoRaWAN ===
528 528  
529 529  
530 -Set PNACKMD=1, SE02-LB will wait for ACK for every uplink, when there is no LoRaWAN network,SE02-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
532 +Set PNACKMD=1, SE0X-LB will wait for ACK for every uplink, when there is no LoRaWAN network,SE0X-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
531 531  
532 532  * (((
533 -a) SE02-LB will do an ACK check for data records sending to make sure every data arrive server.
535 +a) SE0X-LB will do an ACK check for data records sending to make sure every data arrive server.
534 534  )))
535 535  * (((
536 -b) SE02-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but SE02-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if SE02-LB gets a ACK, SE02-LB will consider there is a network connection and resend all NONE-ACK messages.
538 +b) SE0X-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but SE0X-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if SE0X-LB gets a ACK, SE0X-LB will consider there is a network connection and resend all NONE-ACK messages.
537 537  
538 538  
539 539  )))
... ... @@ -541,7 +541,7 @@
541 541  === 2.6.2 Unix TimeStamp ===
542 542  
543 543  
544 -SE02-LB uses Unix TimeStamp format based on
546 +SE0X-LB uses Unix TimeStamp format based on
545 545  
546 546  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220523001219-11.png?width=627&height=97&rev=1.1||alt="图片-20220523001219-11.png" height="97" width="627"]]
547 547  
... ... @@ -560,7 +560,7 @@
560 560  
561 561  User need to set (% style="color:blue" %)**SYNCMOD=1**(%%) to enable sync time via MAC command.
562 562  
563 -Once SE02-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to SE02-LB. If SE01-LB fails to get the time from the server, SE02-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
565 +Once SE0X-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to SE0X-LB. If SE01-LB fails to get the time from the server, SE0X-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
564 564  
565 565  (% style="color:red" %)**Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.**
566 566  
... ... @@ -617,7 +617,7 @@
617 617  
618 618  **Example:**
619 619  
620 -If SE02-LB has below data inside Flash:
622 +If SE0X-LB has below data inside Flash:
621 621  
622 622  [[image:image-20240703190349-1.png||height="530" width="800"]]
623 623  
... ... @@ -651,7 +651,7 @@
651 651  )))
652 652  
653 653  (((
654 -Uplink Internal =5s,means SE02-LB will send one packet every 5s. range 5~~255s.
656 +Uplink Internal =5s,means SE0X-LB will send one packet every 5s. range 5~~255s.
655 655  )))
656 656  
657 657  
... ... @@ -658,7 +658,7 @@
658 658  == 2.7 Frequency Plans ==
659 659  
660 660  
661 -The SE02-LB uses OTAA mode and below frequency plans by default. Each frequency band use different firmware, user update the firmware to the corresponding band for their country.
663 +The SE0X-LB uses OTAA mode and below frequency plans by default. Each frequency band use different firmware, user update the firmware to the corresponding band for their country.
662 662  
663 663  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
664 664  
... ... @@ -689,12 +689,12 @@
689 689  
690 690  )))
691 691  
692 -= 3. Configure SE02-LB =
694 += 3. Configure SE0X-LB =
693 693  
694 694  == 3.1 Configure Methods ==
695 695  
696 696  
697 -SE02-LB supports below configure method:
699 +SE0X-LB supports below configure method:
698 698  
699 699  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
700 700  
... ... @@ -716,10 +716,10 @@
716 716  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
717 717  
718 718  
719 -== 3.3 Commands special design for SE02-LB ==
721 +== 3.3 Commands special design for SE0X-LB ==
720 720  
721 721  
722 -These commands only valid for SE02-LB, as below:
724 +These commands only valid for SE0X-LB, as below:
723 723  
724 724  
725 725  === 3.3.1 Set Transmit Interval Time ===
... ... @@ -850,7 +850,7 @@
850 850  = 4. Battery & Power Consumption =
851 851  
852 852  
853 -SE02-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
855 +SE0X-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
854 854  
855 855  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
856 856  
... ... @@ -859,7 +859,7 @@
859 859  
860 860  
861 861  (% class="wikigeneratedid" %)
862 -User can change firmware SE02-LB to:
864 +User can change firmware SE0X-LB to:
863 863  
864 864  * Change Frequency band/ region.
865 865  
... ... @@ -883,13 +883,13 @@
883 883  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.
884 884  
885 885  
886 -== 6.2 Can I calibrate SE02-LB to different soil types? ==
888 +== 6.2 Can I calibrate SE0X-LB to different soil types? ==
887 887  
888 888  
889 -SE01-LB can be used to measure EC/Moisture in different type of soil event concrete.
891 +SE0X-LB can be used to measure EC/Moisture in different type of soil event concrete.
890 890  
891 891  (((
892 -SE02-LB is calibrated for saline-alkali soil and loamy soil. If users want to use it for other soil, they can calibrate the value in the IoT platform base on the value measured by saline-alkali soil and loamy soil. The formula can be found at [[this link>>https://www.dragino.com/downloads/downloads/LoRa_End_Node/LSE01/Calibrate_to_other_Soil_20230522.pdf]].
894 +SE0X-LB is calibrated for saline-alkali soil and loamy soil. If users want to use it for other soil, they can calibrate the value in the IoT platform base on the value measured by saline-alkali soil and loamy soil. The formula can be found at [[this link>>https://www.dragino.com/downloads/downloads/LoRa_End_Node/LSE01/Calibrate_to_other_Soil_20230522.pdf]].
893 893  )))
894 894  
895 895  
... ... @@ -902,7 +902,7 @@
902 902  = 7. Order Info =
903 903  
904 904  
905 -**Part Number: (% style="color:blue" %)SE02-LB-XX (%%)**
907 +**Part Number: (% style="color:blue" %)SE0X-LB-XX (%%)**
906 906  
907 907  (% style="color:red" %)**XX**(%%): The default frequency band
908 908  
... ... @@ -927,7 +927,7 @@
927 927  
928 928  (% style="color:#037691" %)**Package Includes**:
929 929  
930 -* SE02-LB LoRaWAN Soil Moisture & EC Sensor
932 +* SE0X-LB LoRaWAN Soil Moisture & EC Sensor
931 931  
932 932  (% style="color:#037691" %)**Dimension and weight**:
933 933