1
\$\begingroup\$

On the official Arduino website only the Arduino Ethernet Shield is referenced for Ethernet programming. Are there any other modules for Ethernet on the Arduino?

Kevin Vermeer
20.2k9 gold badges60 silver badges103 bronze badges
asked Feb 23, 2011 at 16:01
\$\endgroup\$

3 Answers 3

4
\$\begingroup\$

There is also one from Freetronics, which works with Arduino and I have also tested it with Netduino. You can also get a nice PoE adapter from them. Their shield is also based on the Wiznet 5100 chip, and has incorporated the following design features to hopefully help with any issues with the Arduino Ethernet Shield (taken from their website)

SPI Fixes

Combining Ethernet with other SPI devices can be really tricky because the Wiznet chip doesn't relinquish the bus properly when it's deselected. To fix that problem we slaved the Wiznet's SEN (SPI Enable) line to the CS (Chip Select) line, which means that whenever your sketch deselects the Ethernet connection in order to talk to another SPI device it will work exactly the way it should.

No more messing around with cutting tracks and other nasty hacks you may have seen mentioned on the forums.

Reset Fixes

We've also slaved the Ethernet Shield's reset line to the Arduino reset line, so if your Arduino is reset the Ethernet Shield will automatically reset as well. The Wiznet reset line is also held active for long enough to make it restart reliably each time the Arduino itself restarts.

Power Filtering Fixes

Ethernet connections are very susceptible to electrical noise, so the Wiznet chip has multiple ground pins on two separate buses and they need to be individually decoupled and the buses linked by an inductor. We took care of that by implementing proper decoupling on the power and ground rails, ensuring you get maximum reliability even in electrically noisy environments.

Daniel Grillo
7,71718 gold badges54 silver badges70 bronze badges
answered Feb 23, 2011 at 17:27
\$\endgroup\$
0
3
\$\begingroup\$

The official is implemented with a Wiznet 5100 chip.

There is another ethernet shield from NueEletronics implemented with the ENC28J60.

enter image description here

answered Feb 23, 2011 at 17:21
\$\endgroup\$
1
\$\begingroup\$

I can think of two options off the top of my head:

  • An Xport
  • A custom solution with an ethernet PHY, a magjack, a SPI connection and a bunch of custom software.
answered Feb 23, 2011 at 16:17
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.