Ethernet Shield LED SERVER

Ethernet Shield LED SERVER
Hey guys, in this instructable I will show how simple is to control things over the Internet using a few things like a Arduino Board, an Ethernet Shield and some LEDs to show the results. The arduino will emulate a Web Server and after receives some command will turn on or off the LED.

UPDATE 23/09/2011
Works on arduino IDE 0021
 
Remove these adsRemove these ads by Signing Up
 

Step 1What we gonna need?

What we gonna need?
- Arduino Board
- Ethernet Shield ( with wiznet chip version)
- Led Board (use an old led board from a POV circuit)
- Wires
« Previous StepDownload PDFView All StepsNext Step »
17 comments
Dec 19, 2011. 3:39 PMsilverbullet says:
Olá, eu consegui carregar o código com sucesso, mas não consigo acessar a página. ao digitar o ip eu só obtenho página não encontrada. eu testei pingar o ip e ele responde.

ficquei com dúvida também sobre o mac adress, eu posso adotar o que está no seu código?
May 28, 2011. 11:33 PMsapc says:
it keeps giving me this error
sketch_may29a.cpp: In function 'void loop()':
sketch_may29a:84: error: 'class String' has no member named 'append'
sketch_may29a:84: error: expected `;' before '{' token
sketch_may29a:89: error: 'class String' has no member named 'contains'
sketch_may29a:97: error: 'class String' has no member named 'contains'
sketch_may29a:105: error: 'class String' has no member named 'contains'
sketch_may29a:113: error: 'class String' has no member named 'contains'
sketch_may29a:122: error: 'class String' has no member named 'contains'
sketch_may29a:124: error: cannot convert 'String' to 'char*' for argument '1' to 'char* strcpy(char*, const char*)'
sketch_may29a:152: error: expected `}' at end of input
sketch_may29a:152: error: expected `}' at end of input
sketch_may29a:152: error: expected `}' at end of input

and i have WStrings and led libraries installed
Aug 6, 2009. 6:46 AMsourcery says:
Hello Otaviousp, Thank you for this tutorial, I am currently rewriting it without the twittercode and with loads of comments so me (and others looking at it) will understand more what happens in the code :) I wonder though, you have two switch commands doing seemingly the same thing, switch(i) (with four cases) and then below switch(led) with four cases. What does the second switch do? Is it just for writing to Twitter? And thanks again for the code! :)
Mar 5, 2011. 6:38 AMluifil says:
Hello Sourcery,
could you post me the sketch without the twittercode please? Or where could I find it?

Thanks a lot. :)
Mar 2, 2011. 8:28 PMmarloncosta says:
Hi, thanks for the great presentatio. I'm having trouble seeing the same html page. I'm getting a page but I can't see the little circles to turn ON and OFF. In general the format of the page is not the same as your by far. Any idea why this maybe happening? Thanks
Dec 26, 2009. 2:55 PMIstarian says:
Where can I get the LED.h file indicated in the sketch? I have arduino-0017 but that doesn't seem to include it.
Dec 27, 2009. 10:04 AMIstarian says:
Thank you very much. :)
Nov 26, 2009. 1:18 AMkryptekdta says:
Kick *** work!
It was more easy to understand as I'm trying to control a servo with the ethernet shield as soon I was hoping to receive it today but SF  was slow since holiday week!  But oh well!  But great project you did have a good one!
Jul 23, 2009. 5:44 AMBES105 says:
At Last something one can do with good info and instructions. Easy... easy... will try this and add a circuit to control relays to switch other things.... Thanks for a straight forward presentation.
Jun 9, 2009. 9:41 AMsegwaymonkey says:
Hey, your sketch looks amazing!! Just one question, I don't have, and I can't find the Wstring.h anywhere.. Any idea where i can download it?
Jun 1, 2009. 8:24 AMidogis1 says:
Thanks. I've been doing research for an IP controlled remote control and decided that the arduino is the best way to go, but I don't know C++ and I couldn't find any sample code. Once again, thanks.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
29
Followers
5
Author:otaviousp