Changes for page RS485-BL – Waterproof RS485 to LoRaWAN Converter
Last modified by Xiaoling on 2025/04/23 15:57
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -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) {}}}680 +function Decoder(bytes, port) { 686 686 ))) 687 687 688 688 ((( 689 - {{{//Payload Formats of RS485-BL Deceive}}}684 +~/~/Payload Formats of RS485-BL Deceive 690 690 ))) 691 691 692 692 ((( 693 - {{{return {}}}688 +return { 694 694 ))) 695 695 696 696 ((( 697 - {{{//Battery,units:V}}}692 + ~/~/Battery,units:V 698 698 ))) 699 699 700 700 ((( 701 - {{{BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000,}}}696 + BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000, 702 702 ))) 703 703 704 704 ((( 705 - {{{//GPIO_EXTI}}}700 + ~/~/GPIO_EXTI 706 706 ))) 707 707 708 708 ((( 709 - {{{EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE",}}}704 + EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE", 710 710 ))) 711 711 712 712 ((( 713 - {{{//payload of version}}}708 + ~/~/payload of version 714 714 ))) 715 715 716 716 ((( 717 - {{{Pay_ver:bytes[2],}}}712 + Pay_ver:bytes[2], 718 718 ))) 719 719 720 720 ((( 721 - {{{};}}}716 + }; 722 722 ))) 723 723 724 724 ((( 725 -{{{ }}}} 726 - 727 - 720 + } 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