Page 1 of 1
Arduino Ethernet Shield

Posted:
Thu Jul 28, 2011 11:42 pm
by shahrul
I see, that is easier to do Ethernet project and SD Card project using arduino. It have already the function for Ethernet and SD Card, not like Hi-Tech PIC. It save more time to learn.
Re: Arduino Ethernet Shield

Posted:
Sat Mar 17, 2012 11:36 pm
by optitech
Can the Ethernet Shield working without Arduino UNO to ON/OFF the LED?
Re: Arduino Ethernet Shield

Posted:
Sun Mar 18, 2012 4:23 pm
by sich
Unfortunately, NO. The shield by its own is just a TCPIP PHY module.
Re: Arduino Ethernet Shield

Posted:
Fri Apr 20, 2012 12:16 pm
by fitri
do we need to setup pc as server? or arduino only

Re: Arduino Ethernet Shield

Posted:
Fri Apr 20, 2012 12:46 pm
by sich
fitri WROTE:do we need to setup pc as server? or arduino only
If you are using the Ethernet shield, you can use the Arduino server example code. Don't need a PC.
Re: Arduino Ethernet Shield

Posted:
Fri Apr 20, 2012 3:13 pm
by fitri
good then..how about if the web require big memory due to got image in web server? usinf SD card can solve the problem?

Re: Arduino Ethernet Shield

Posted:
Sat Apr 21, 2012 3:47 am
by sich
Never try that but it should be fine. However, I don't think that's a good idea to create a complex webserver with Arduino alone. It's better to write simple html code to control the website or receive commands from the website on Arduino, then host the actual website with pictures and everything else on a server.