Αναζήτηση

Powered By Blogger

Feb 6, 2013

Send strings to LCD from web page

Send strings to LCD from web page:
Arduino board and Ethernet shield can serve as basic web server. With limited Arduino resources you can run simple web pages where you can send variable data and also read them back to Arduino. This is convenient when you want to have convenient control panel and remote access.
So following project actually is a simple demonstration how to enter couple text strings via web page and display them on LCD attached to Arduino. Code can serve as a good starting point for more complex projects.