Search

Arduino Ethernet Shield 2

SKU:
ARD-874
Weight: Help
44 g
no
Supplier:

Ethernet Shield 2 - connect your Arduino to Internet

Product is retired

Ethernet Shield - easy way to get Your Arduino connected

The Arduino Ethernet Shield 2 connects your Arduino to the internet in mere minutes. Just plug this module onto your Arduino Board, connect it to your network with an RJ45 cable (not included) and follow a few simple steps to start controlling your world through the internet.

The Arduino Ethernet Shield 2 allows an Arduino Board to connect to the internet. It is based on the Wiznet W5500 Ethernet chip. The Wiznet W5500 provides a network (IP) stack capable of both TCP and UDP. It supports up to eight simultaneous socket connections. Since these connections are managed by W5500 directly code on Arduino is smaller and more stable compared to ENC28J60 based modules)

Use the Ethernet library to write sketches that connect to the Internet using the Shield.

The Ethernet Shield 2 connects to an Arduino Board using long wire-wrap headers extending through the Shield. This keeps the pin layout intact and allows another Shield to be stacked on top of it.

The current Shield has a Power over Ethernet (PoE) module designed to extract power from a conventional twisted pair Category 5 Ethernet cable.

Arduino communicates with both the W5500 and SD card using the SPI bus (through the ICSP header). This is on digital pins 10, 11, 12, and 13 on the Uno and pins 50, 51, and 52 on the Mega. On both boards, pin 10 is used to select the W5500 and pin 4 for the SD card. These pins cannot be used for general I/O. On the Mega, the hardware SS pin, 53, is not used to select either the W5500 or the SD card, but it must be kept as an output or the SPI interface won’t work.

** The Ethernet Shield 2 is, at present time, not compatible with the Arduino Zero Pro **

Powering Ethernet Shield

We suggest to use up to 9V to power board. With power supply at 12V voltage regulator on Arduino is getting very hot, and it can be damaged.