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
-
... ... @@ -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) {}}}685 +function Decoder(bytes, port) { 686 686 ))) 687 687 688 688 ((( 689 - {{{//Payload Formats of RS485-BL Deceive}}}689 +~/~/Payload Formats of RS485-BL Deceive 690 690 ))) 691 691 692 692 ((( 693 - {{{return {}}}693 +return { 694 694 ))) 695 695 696 696 ((( 697 - {{{//Battery,units:V}}}697 + ~/~/Battery,units:V 698 698 ))) 699 699 700 700 ((( 701 - {{{BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000,}}}701 + BatV:((bytes[0]<<8 | bytes[1])&0x7fff)/1000, 702 702 ))) 703 703 704 704 ((( 705 - {{{//GPIO_EXTI}}}705 + ~/~/GPIO_EXTI 706 706 ))) 707 707 708 708 ((( 709 - {{{EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE",}}}709 + EXTI_Trigger:(bytes[0] & 0x80)? "TRUE":"FALSE", 710 710 ))) 711 711 712 712 ((( 713 - {{{//payload of version}}}713 + ~/~/payload of version 714 714 ))) 715 715 716 716 ((( 717 - {{{Pay_ver:bytes[2],}}}717 + Pay_ver:bytes[2], 718 718 ))) 719 719 720 720 ((( 721 - {{{};}}}721 + }; 722 722 ))) 723 723 724 724 ((( 725 -{{{ }}}} 726 - 727 - 725 + } 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