Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
This is a dual-channel isolated RS485 extension board specially designed for raspberry PI, which adopts SC16IS752+SP3485 solution, embed with protection circuits such as power supply isolation, ADI magnetical isolation, and TVS diode, etc. It is easy to control the 2-channel RS485 for auto transceiving via SPI interface. Due to its fast communication, stability, reliability, and safety, it is an ideal choice for fields like industrial automation.
Interfaces
VCC | 3.3V |
PIN | Description |
VCC | 3.3V/5V Power |
GND | Ground |
SCLK | SPI Clock input |
MOSI | SPI Data input |
MISO | SPI Data output |
CS | SPI Chip Selection |
IRQ | Interrupt output (Interrupt Request) |
EN1 | Channel 1 output enable |
EN2 | Channel 2 output enable |
This product adopts SC16IS752 as controller. SC16IS752 is a dual-channel high-performance UART expansion chip that supports SPI and I2C interfaces communication. This module uses SPI interface. Onboard power isolation, ADI magnetic coupler isolation, onboard TVS (transient voltage suppression tube), self-recovery fuses, protection diodes, and automatic transceiver switching circuit. It can effectively suppress the surge voltage and transient peak voltage in the circuit, prevent lightning and static electricity, prevent over-voltage, improve the anti-impact ability, can conduct signal isolation, with high dependence, strong anti-interference, low power consumption advantages, etc.
We provide C and Python demo codes for Raspberry Pi. A quick testing example is provided in python.
To run examples, you should prepare an external RS485 to UART module, connect it to Channel 1 of 2-CH RS485 HAT.
If you test the 2-CH RS485 HAT with the text.py example, you need to wire Channel 1 and Channel 2 of 2-CH RS485 HAT.
485 PIN | Raspberry Pi(BCM) |
VCC | 5V |
GND | GND |
SCK | P21 (SPI1 SCLK) |
MOSI | P20 (SPI1 MOSI) |
MISO | P19 (SPI1 MISO) |
CS | P18 (SPI1 CS) |
IRQ | P24 |
EN1 | P27 |
EN2 | P22 |
sudo nano /boot/config.txt
dtoverlay=sc16is752-spi1,int_pin=24
sudo reboot
sudo apt-get install wiringpi # An upgrade may be required for raspberry PI 4B: cd /tmp wget https://project-downloads.drogon.net/wiringpi-latest.deb sudo dpkg -i wiringpi-latest.deb gpio -v # Running gpio-v to check if the version is 2.52, If it is not, you need to check the installation again.
sudo apt-get update sudo apt-get install python-pip sudo pip install RPi.GPIO sudo apt-get install python-serial
sudo apt-get update sudo apt-get install python3-pip sudo pip3 install RPi.GPIO sudo apt-get install python3-serial
sudo apt-get install p7zip-full wget http://www.waveshare.net/w/upload/4/44/2-CH_RS485_HAT_code.7z 7z x 2-CH_RS485_HAT_code.7z sudo chmod 777 -R 2-CH_RS485_HAT cd 2-CH_RS485_HAT/
sudo git clone https://github.com/waveshare/2-CH-RS485-HAT cd 2-CH-RS485-HAT/
cd c make clean make sudo ./main
cd python cd examples sudo python main.py
Hardware connection: Channel 1 of the 2-CH RS485 HAT is connected to the USB TO USB TO RS232/485/TTL
Connect USB TO USB TO RS232/485/TTL to the computer, open the serial port assistant software, select the corresponding serial port, and set the baud rate to 115200.
Note: The path of the samples is based on the actual directory;
Note: The path of the samples is based on the actual directory;
If you don't have other RS485 devices, you can choose the test method as follow by connecting channel 1 with channel 2: