Last modified by Mengting Qiu on 2023/12/14 11:15

From version 82.4
edited by Xiaoling
on 2023/06/14 16:46
Change comment: There is no comment for this version
To version 82.5
edited by Xiaoling
on 2023/06/14 16:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -664,11 +664,9 @@
664 664  )))
665 665  * (((
666 666  Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds 
667 -
668 -
669 -
670 670  )))
671 671  
669 +
672 672  === 3.3.2 Set Interrupt Mode ===
673 673  
674 674  
... ... @@ -703,6 +703,88 @@
703 703  
704 704  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
705 705  
704 +
705 +
706 +
707 +=== 3.3.3 Get Firmware Version Info ===
708 +
709 +
710 +Feature: use downlink to get firmware version.
711 +
712 +(% style="color:#037691" %)**Downlink Command: 0x26**
713 +
714 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:492px" %)
715 +|(% style="background-color:#d9e2f3; color:#0070c0; width:191px" %)**Downlink Control Type**|(% style="background-color:#d9e2f3; color:#0070c0; width:57px" %)**FPort**|(% style="background-color:#d9e2f3; color:#0070c0; width:91px" %)**Type Code**|(% style="background-color:#d9e2f3; color:#0070c0; width:153px" %)**Downlink payload size(bytes)**
716 +|(% style="width:191px" %)Get Firmware Version Info|(% style="width:57px" %)Any|(% style="width:91px" %)26|(% style="width:151px" %)2
717 +
718 +* Reply to the confirmation package: 26 01
719 +* Reply to non-confirmed packet: 26 00
720 +
721 +Device will send an uplink after got this downlink command. With below payload:
722 +
723 +Configures info payload:
724 +
725 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
726 +|=(% style="background-color:#D9E2F3;color:#0070C0" %)(((
727 +**Size(bytes)**
728 +)))|=(% style="background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**5**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**1**
729 +|**Value**|Software Type|(((
730 +Frequency
731 +Band
732 +)))|Sub-band|(((
733 +Firmware
734 +Version
735 +)))|Sensor Type|Reserve|(((
736 +[[Message Type>>||anchor="H2.3.7A0MessageType"]]
737 +Always 0x02
738 +)))
739 +
740 +(% style="color:#037691" %)**Software Type**(%%): Always 0x03 for LLDS12
741 +
742 +(% style="color:#037691" %)**Frequency Band**:
743 +
744 +*0x01: EU868
745 +
746 +*0x02: US915
747 +
748 +*0x03: IN865
749 +
750 +*0x04: AU915
751 +
752 +*0x05: KZ865
753 +
754 +*0x06: RU864
755 +
756 +*0x07: AS923
757 +
758 +*0x08: AS923-1
759 +
760 +*0x09: AS923-2
761 +
762 +*0xa0: AS923-3
763 +
764 +
765 +(% style="color:#037691" %)**Sub-Band**(%%): value 0x00 ~~ 0x08
766 +
767 +(% style="color:#037691" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version
768 +
769 +(% style="color:#037691" %)**Sensor Type**:
770 +
771 +0x01: LSE01
772 +
773 +0x02: LDDS75
774 +
775 +0x03: LDDS20
776 +
777 +0x04: LLMS01
778 +
779 +0x05: LSPH01
780 +
781 +0x06: LSNPK01
782 +
783 +0x07: LLDS12
784 +
785 +
706 706  = 4. Battery & Power Consumption =
707 707  
708 708