Forum >Ethernet Shield use
ArduinoGeneral

Ethernet Shield use

userHead faatalis 2011-05-25 09:03:51 7976 Views8 Replies
Hi
(I'm French, Excuse my english :-[)

I bought my DFRobot ethernet shield recently,
but i can't use it.
I use Arduino UNO.

I use sketch "WebServer", when i connect him to internet,
"PWR" and "L" are lighted, and no more.

With 192.168.1.177, on my navigator, no loading.
On my router, i can read "no connected".

Do you know solution ?

"TX", "100M",... sould be lighted, no ?

Thanks ;)
2011-10-11 17:59:37 Hi drc0506,


Did you read the thread? Is your Arduino UNO a regular version with a big AVR chip or with a small surface mount AVR chip? Where did you purchase your Arduino from?


Hector
userHeadPic Hector
2011-10-11 05:39:36 I'm with the same problem, a arduino UNO and a ethernet shield w5100 from dfrobot.

My leds 100M, Link, FULLD are always off.

I don't know what to do.

I tried with a cable to my router, also with a crossover cable to my laptop and still not working.
userHeadPic drc0506
2011-05-30 17:55:49 Hi Faatalis,

I believe that UNO SMD is from SparkFun and they have an issue with the board. You should contact them to help resolve your issue.

Here is a link to that product on their website.

http://www.sparkfun.com/products/10356

From SparkFun:
"Note: Our first batch of the Arduino SMD boards have a problem with the bootloader. If you are having trouble with your board, please contact [email protected] So just let us know if you have an issue and we'll correct it!"
userHeadPic Hector
2011-05-30 01:59:23 Hi

It's that. It don't work just with my UNO SMD. Ok with others.

It's a gift, i don't know where it comes from

Thx  ;)
userHeadPic faatalis
2011-05-27 18:18:50 Hi,

I'm not sure I understand. You use the ethernet shield with Arduino Duemilanove, and UNO and it works. But when you use it with the Arduino SMD it does not work?


Also, did you purchase your Arduino SMD from us?
userHeadPic Hector
2011-05-27 10:10:35 Hi

A friend came with its arduino.

All is good with arduino Duemilanove, UNO,
but not with my UNO SMD...

Thx
userHeadPic faatalis
2011-05-26 03:08:18 Thanks for your reply.

I have Ethernet Wizcraft W5100, photo look like DFR0006.

My Ip address is good, and my network cable too.
And my arduino is connected to the same router as my pc.

Do you know a test to confirm shield is ok ?
userHeadPic faatalis
2011-05-25 23:21:44 Hi Faatalis,

Could you please tell me the model number of your Ethernet shield? We have a couple of different ones.

1. You should make sure that your IP address is in the same pattern as the IP address you assign the arduino.

If you are using windows go to start menu and open command prompt by running: cmd
in the command prompt type: ipconfig

you should see your ip address there: IPv4 Address........192.168.*.*


i.e. :Your IP address: 192.168.*.*

your arduino should be on: 192.168.*.177

make sure your arduino is connected to the same router as your pc.




2. Check your Network cable is working properly.

userHeadPic Hector