Circuit Lake

Electronic Project and Circuit Collection

Arduino Project: Send Data from Website to LCD

09/08/2011 Category: Arduino, Control, Interfacing, Microcontroller, Monitoring, Project, Remote

This project turns Arduino into basic web server which is hooked up to the LCD. You can enter text strings via web page and display them on LCD attached to Arduino. On the simple HTML web page, you will also see what text is currently displayed on the LCD. For further project, you can develop it to web remote control.

Send and Receive Data using Arduino based web server - HTML to LCD


The real challenge to this project was working within the limitations of the Arduino as a computing device. To build this project you need An Ethernet Shield for Arduino. Download source code.