I am trying to develop an end to end IoT solution using Arduino UNO with Ethernet Shield. I will be reading data from a PLC using Modbus RTU and transferring it to the internet using ethernet.
I need some help for developing the cloud/ web page UI and subsequently an Android/ iOS application for the same.
Following are the basic requirements of the project:
100 tags to be read/written
Web page and Mobile app should contain graphs/ datalogs
Dynamic IP present
I have tried exosite and the sample IoT program provided, but I require a free/cheaper solution with multiple users and customizable UI.
Please provide an example webpage and mobile app if possible.
@Robin2
I need to develop a code for monitoring data from a PLC.
Secondly, I need some idea on how data is sent from Arduino to a web page, what protocol is used? What coding is needed on the web UI side?
Interestingly, when you say "IoT", the ESP8266 comes to mind. It actually has the stacks built in and somewhat more computing power than basic Arduinos!
Hi,
If you want to monitor PLC values, enquire with the PLC distributor about network connections.
Most PLCs now have network I/O for remote access, which sounds like the application you are looking for.
No need for an inbetween box, the PLC unit does it all.