Hello,
I am in the process of designing a web server, using Mega2560+Ethernet shield. The webpage index and images are taken from the SD card, plugged in the ethernet shield. All loads good.
The problem I am having is that, some images have to change, in relation to some sensor values (is a graphical function flow). How can I accomplish that, without reloading the entire page ? Text values I can reload using Ajax but how about images ?
I tried also auto-refreshing the page, but it takes time for all the images to load. I can't convince Chrome to load from cache the images that are not changed...
I am open for ideas.