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

From version 29.39
edited by Xiaoling
on 2022/06/02 09:02
Change comment: There is no comment for this version
To version 29.37
edited by Xiaoling
on 2022/06/02 09:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -638,7 +638,6 @@
638 638  
639 639  [[image:1653273818896-432.png]]
640 640  
641 -
642 642  (((
643 643  AT+INTMOD=0  Disable Interrupt
644 644  )))
... ... @@ -653,8 +653,6 @@
653 653  
654 654  (((
655 655  AT+INTMOD=3  Interrupt trigger by rising edge.
656 -
657 -
658 658  )))
659 659  
660 660  == 3.4 Uplink Payload ==
... ... @@ -682,49 +682,47 @@
682 682  Below is the decoder for the first 3 bytes. The rest bytes are dynamic depends on different RS485 sensors.
683 683  
684 684  (((
685 -{{{function Decoder(bytes, port) {}}}
682 +function Decoder(bytes, port) {
686 686  )))
687 687  
688 688  (((
689 -{{{//Payload Formats of RS485-BL Deceive}}}
686 +~/~/Payload Formats of RS485-BL Deceive
690 690  )))
691 691  
692 692  (((
693 -{{{return {}}}
690 +return {
694 694  )))
695 695  
696 696  (((
697 -{{{ //Battery,units:V}}}
694 + ~/~/Battery,units:V
698 698  )))
699 699  
700 700  (((
701 -{{{ BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000,}}}
698 + BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000,
702 702  )))
703 703  
704 704  (((
705 -{{{ //GPIO_EXTI }}}
702 + ~/~/GPIO_EXTI 
706 706  )))
707 707  
708 708  (((
709 -{{{ EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE",}}}
706 + EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE",
710 710  )))
711 711  
712 712  (((
713 -{{{ //payload of version}}}
710 + ~/~/payload of version
714 714  )))
715 715  
716 716  (((
717 -{{{ Pay_ver:bytes[2],}}}
714 + Pay_ver:bytes[2],
718 718  )))
719 719  
720 720  (((
721 -{{{ }; }}}
718 + };
722 722  )))
723 723  
724 724  (((
725 -{{{ }}}}
726 -
727 -
722 + }
728 728  )))
729 729  
730 730  (((
... ... @@ -733,7 +733,6 @@
733 733  
734 734  [[image:1653274001211-372.png||height="192" width="732"]]
735 735  
736 -
737 737  == 3.5 Configure RS485-BL via AT or Downlink ==
738 738  
739 739  User can configure RS485-BL via [[AT Commands >>path:#_​Using_the_AT]]or LoRaWAN Downlink Commands