Last modified by Xiaoling on 2025/04/23 15:57

From version 28.2
edited by Xiaoling
on 2022/05/23 10:44
Change comment: There is no comment for this version
To version 28.4
edited by Xiaoling
on 2022/05/23 10:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -609,28 +609,43 @@
609 609  
610 610  [[image:1653273818896-432.png]]
611 611  
612 +(((
612 612  AT+INTMOD=0  Disable Interrupt
614 +)))
613 613  
616 +(((
614 614  AT+INTMOD=1  Interrupt trigger by rising or falling edge.
618 +)))
615 615  
620 +(((
616 616  AT+INTMOD=2  Interrupt trigger by falling edge. ( Default Value)
622 +)))
617 617  
624 +(((
618 618  AT+INTMOD=3  Interrupt trigger by rising edge.
626 +)))
619 619  
620 620  == 3.4 Uplink Payload ==
621 621  
622 -|**Size(bytes)**|**2**|**1**|**Length depends on the return from the commands**
623 -|Value|(((
630 +(% border="1" style="background-color:#4f81bd; color:white; width:850px" %)
631 +|**Size(bytes)**|(% style="width:130px" %)**2**|(% style="width:93px" %)**1**|(% style="width:509px" %)**Length depends on the return from the commands**
632 +|Value|(% style="width:130px" %)(((
633 +(((
624 624  Battery(mV)
635 +)))
625 625  
637 +(((
626 626  &
639 +)))
627 627  
641 +(((
628 628  Interrupt _Flag
629 -)))|(((
643 +)))
644 +)))|(% style="width:93px" %)(((
630 630  PAYLOAD_VER
631 631  
632 632  
633 -)))|If the valid payload is too long and exceed the maximum support payload length in server, server will show payload not provided in the LoRaWAN server.
648 +)))|(% style="width:509px" %)If the valid payload is too long and exceed the maximum support payload length in server, server will show payload not provided in the LoRaWAN server.
634 634  
635 635  Below is the decoder for the first 3 bytes. The rest bytes are dynamic depends on different RS485 sensors.
636 636