If you are a beginner, you can learn about:
OverviewModbus/TCP is widely used in industrial.
We can make Modbus/TCP device using Arduino.
In my project, I made a device that supports:
- 8 digital output port with relay (NO/NC)
- 8 digital input port with photocoupler (wet/dry contact)
- WiFi and Ethernet
The number of input and output port can be extended more because we can stack more relay and inpiut boards on Arduino.
This device is equivalent to the commercial device, namely CIE-H10.
DemonstrationIn the demonstration, I used a Modbus/TCP app on Ardroid called Modmap.
We can use any kind of Modbus/TCP app or software on any platform to communicate with this device.
Modmap user interface:
If you are looking for an Arduino kit, see The Best Arduino Kit for Beginners
Learn more about Arduino - Modbus
Comments