Controlling 8 Channel Relay Board Using Modbus Protocol and Arduino Uno As Slave
by rupjit81 in Circuits > Arduino
691 Views, 3 Favorites, 0 Comments
Controlling 8 Channel Relay Board Using Modbus Protocol and Arduino Uno As Slave
In this design Im going to show how to control 8 channel relay board using Modbus protocol. Im using Arduino Uno as a slave device in this project.
PC based software Modbus Poll is the master and it is giving command to the Arduino uno. Arduino Uno will process the command and trigger the relay.
Supplies
- Arduino uno 1 pc
- 8 channel relay board 1 pc
- Vero board 1 pc
- Jumper wires
- Modbus Poll software Download (modbustools.com)
Modbus Poll software is the Modbus master in this project. This is installed in a PC. This software transmits Modbus frame to control the Arduino Uno. The Arduino Uno being a slave device verifies the address, task and gives command to the relay board.
This is a tested project.
Software, circuit diagram, photos and videos are attached.