Iam looking to design a web interface for use on Arduino Mega + ethernet shield.
The interface would allow me to store some settings on the arduino eeprom for use in an arduino application I have already developed. Obviously it would have to include input from the web push buttons, tick boxes etc. My question is if it would be possible to do this with no or minimal knowledge of HTML programming. Are there any applications that help with perhaps visual design of the web interface?
I am looking to design a web interface for use on Arduino Mega + ethernet shield+ Sd Card.
The interface would allow me to store some settings on the arduino eeprom for use in an arduino application I have already developed. Obviously it would have to include input from the web like push buttons, tick boxes etc. My question is if it would be possible to do this with no or minimal knowledge of HTML programming. Are there any applications that help with perhaps visual design of the web interface?
My question is if it would be possible to do this with no or minimal knowledge of HTML programming.
Of course it is. It will simply take longer. How much longer depends on how long it takes you to get past the "no or minimal knowledge" phase to the "experienced at" phase.
Are there any applications that help with perhaps visual design of the web interface?
Like FrontPage? Sure, there are several. None run on the Arduino, though.
you might use a PC program and design a web interface and have a look at the generated code.
but be aware that an Arduino has far less RAM memory than a PC. (factor 1 million!)
I was hoping I could generate the code on the PC with software like FrontPage and then somehow save it on the Arduino SD card. Not sure if it will work though! .