I'm using arduino uno with ethernet shield for my project. My goal is to control relays and timings via webpage. For example, I go to webpage and set relay1 to switch on at 10AM. So far, I have managed to code a arduino sketch, which analyzes the website's url, ie. http://192.168.0.120/relay/5/1 and switches on relay number 5. Any suggestions how to solve the timing issue? Javascript coud be (?) one solution, but I know almost nothing about that language... =(
Any help would be highly appreciated.