In this project I'm gonna show you how to control an array of 8 leds (could be more) over the internet, at this moment this project is working by sending trough a webpage an http header with a value inside, arduino server is gonna check the http header for a value after the "?" and lights up a led or start a light sequence.
Details
Here is a little demonstration on how it works once is completed.
And that is the schema to follow in order to make it works with the code below
Files
EthLedcontrol.ino
The source file for make this example project work
how do you control it?