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. 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 Ethernet Shield 2 has a standard RJ-45 connection, with an integrated line transformer and Power over Ethernet enabled. There is an onboard micro-SD card slot, which can be used to store files for serving over the network. It is compatible with the Arduino Uno and Mega (using the Ethernet library). The onboard micro-SD card reader is accessible through the SD Library. When working with this library, SS is on Pin 4. The original revision of the Shield contained a full-size SD card slot; this is not supported.
The Shield also includes a reset controller, to ensure that the W5500 Ethernet module is properly reset on power-up. Previous revisions of the Shield were not compatible with the Mega and needed to be manually reset after power-up. The current Shield supports a Power over Ethernet (PoE) module designed to extract power from a conventional twisted pair Category 5 Ethernet cable.
Specifications
Operating voltage 5V (supplied from the Arduino Board)
Ethernet Controller: W5500 with internal 32K buffer
Connection speed: 10/100Mb
Connection with Arduino on SPI port
IEEE802.3af compliant
Input voltage range 36V to 57V
Overload and short-circuit protection
12V Output
High efficiency DC/DC converter: typ 85% @ 80% load
1500V isolation (input to output)
Note
The Shield does not come with a built in PoE module, it is a separate component that must be added on
The W5500 and SD card share the SPI bus, only one at a time can be active.
Download the latest Arduino IDE
The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. This software can be used with any Arduino board.