Im building a remote monitoring system using Arduino UNO board and ENC28j60. I hope to develope the webserver example to cater my requirements. But is it possible for me to add a good looking HTML web page (with few images and stuff, but only alil) for this..?
how can I do this?
do i need a MCU with larger flash? if so which is the best atmega MCU for that?
Host your css and image files on an external server, then all arduino has to send is the html documents.
There are plenty of free web hosting services.
Thanx alot for your reply..
Can you give at least a little hit how can I link the web hosting server and my arduino ?... can i do that with the same webserver and some modifications to it?