Hello guys,
I finished a project using Ethernet Shield, but the place where the project will be installed I do not know the IP range and who will install the Arduino will not be me. So I need to give an interface for person who will install (and do not even know what is Arduino) can do it.
I know nothing of WEB, I was wondering if anyone has a code ready for me put the Arduino a web interface with a field that I can make this change to IP.
Thank you!
I was wondering if anyone has a code ready for me put the Arduino a web interface with a field that I can make this change to IP.
You need the IP to access the web interface. The interface to change the ip should be over the serial/usb interface or on a SD card.
SurferTim:
I was wondering if anyone has a code ready for me put the Arduino a web interface with a field that I can make this change to IP.
You need the IP to access the web interface. The interface to change the ip should be over the serial/usb interface or on a SD card.
No problem, my IP will be 10.10.10.10, then I will configure a PC ip 10.10.10.11 and acess Arduino. The problem is, how to do a submit button and a textfield in Arduino, and a need a ready code because I know nothing about web, superficial explanation will not help me.
The problem is, how to do a submit button and a textfield in Arduino, and a need a ready code because I know nothing about web, superficial explanation will not help me.
Here is my server code. It has a couple form fields on it you can play with.
http://playground.arduino.cc/Code/WebServerST
You should be able to see how to modify it to suit your needs. I don't have an out-of-the-box solution for you. I use the SD card for my network settings.