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.35
edited by Xiaoling
on 2022/06/02 08:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -587,7 +587,6 @@
587 587  
588 588  So totally there will be 3 uplinks for this sampling, each uplink includes 6 bytes DATA
589 589  
590 -
591 591  DATA1=RETURN1 Valid Value = (% style="background-color:#4f81bd; color:white" %) 20 20 0a 33 90 41
592 592  
593 593  DATA2=1^^st^^ ~~ 6^^th^^ byte of Valid value of RETURN10= (% style="background-color:#4f81bd; color:white" %)02 aa 05 81 0a 20
... ... @@ -594,7 +594,6 @@
594 594  
595 595  DATA3=7^^th^^ ~~ 11^^th^^ bytes of Valid value of RETURN10 =(% style="background-color:#4f81bd; color:white" %) 20 20 20 2d 30
596 596  
597 -
598 598  Below are the uplink payloads:
599 599  
600 600  [[image:1653272901032-107.png]]
... ... @@ -610,8 +610,6 @@
610 610  
611 611   ~* For all other bands: max 51 bytes for each uplink  ( so 51 -5 = 46 max valid date).
612 612  
613 -
614 -
615 615  === 3.3.5 Uplink on demand ===
616 616  
617 617  (((
... ... @@ -628,8 +628,6 @@
628 628  
629 629  (((
630 630  **0xA8 command**: Send a command to RS485-BL and uplink the output from sensors.
631 -
632 -
633 633  )))
634 634  
635 635  === 3.3.6 Uplink on Interrupt ===
... ... @@ -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) {}}}
676 +function Decoder(bytes, port) {
686 686  )))
687 687  
688 688  (((
689 -{{{//Payload Formats of RS485-BL Deceive}}}
680 +~/~/Payload Formats of RS485-BL Deceive
690 690  )))
691 691  
692 692  (((
693 -{{{return {}}}
684 +return {
694 694  )))
695 695  
696 696  (((
697 -{{{ //Battery,units:V}}}
688 + ~/~/Battery,units:V
698 698  )))
699 699  
700 700  (((
701 -{{{ BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000,}}}
692 + BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000,
702 702  )))
703 703  
704 704  (((
705 -{{{ //GPIO_EXTI }}}
696 + ~/~/GPIO_EXTI 
706 706  )))
707 707  
708 708  (((
709 -{{{ EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE",}}}
700 + EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE",
710 710  )))
711 711  
712 712  (((
713 -{{{ //payload of version}}}
704 + ~/~/payload of version
714 714  )))
715 715  
716 716  (((
717 -{{{ Pay_ver:bytes[2],}}}
708 + Pay_ver:bytes[2],
718 718  )))
719 719  
720 720  (((
721 -{{{ }; }}}
712 + };
722 722  )))
723 723  
724 724  (((
725 -{{{ }}}}
726 -
727 -
716 + }
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