Hello,
I need a way to configure arduino over the web.
For example a page were I can enter values for parameters, press a button and send the info for the arduino.
If possible the page should have the option to embed Thingspeak graphics, but that is not mandatory.
Can you suggest any free site to perform this?
I want the arduino to be the client rather than the server if possible.
adolfoe:
Hello,
I need a way to configure arduino over the web.
[...]
I want the arduino to be the client rather than the server if possible.
other way round: for the "configuration" topic you will need the arduino acting as server (arduino serves resources two receive configuration data posted from another client).
To make things easier (for example if you want to configure the Arduino via a webbrowser), the webSERVER on the arduino can host this configuration pages also.
so follow the example how to set up a server and how to interpret post and or get parameters