Ethernet Shield Rev2-board

Ethernet Shield Rev2

Have an idea for a network project? Connect your Arduino to an ethernet shield and you will quickly be able to start sending sensor data to your network to interact with other gadgets in your home.

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 and follow a few simple steps to start controlling your world through the internet. As always with Arduino, every element of the platform – hardware, software and documentation – is freely available and open-source. This means you can learn exactly how it's made and use its design as the starting point for your own circuits. The shield is TinkerKit compatible, which means you can quickly create projects by plugging TinkerKit modules to the board.

Communication
W5500

The W550 is an Ethernet controller that provides Internet connection to your devices and systems.

UNO Form Factor
UNO Form Factor

This product uses the UNO form factor, and can be mounted on top of the classic Arduino UNO and Arduino UNO WiFi Rev2.

File
Micro SD Card slot

Useful for data logging and storing larger files

Tutorials

Ethernet Shield AdvancedChat Server

Set up a simple chat server.

Ethernet
Ethernet Shield Barometric Pressure Web Server

Outputs the values from a barometric pressure sensor as a web page.

Ethernet
Chat (Telnet) Client

In this example, you will use your Ethernet Shield and your Arduino board to make a chat client.

Ethernet
Ethernet Shield Chat Server

Set up a simple chat server htat distributes any incoming messages to all connected clients.

Ethernet
Ethernet Shield Datalogger

Log data from three analog sensors to an SD card.

SD
Potentiometer
Ethernet Shield DHCP Address Printer

Get an IP address via DHCP and print it out.

Ethernet
Ethernet Shield DHCP Chat Server

Connects to a Telnet server using an Ethernet shield. Messages from the server are printed out via the serial port.

Ethernet
Ethernet Shield DnsWebClient

This example connects to a named server using an Ethernet shield.

Ethernet
Ethernet Shield Telnet Client

This example connects to a Telnet server using an Ethernet shield.

Ethernet
Ethernet Shield Network Time Protocol (NTP) Client

Query a Network Time Protocol (NTP) server using UDP.

Ethernet
Ethernet Shield Sending and Receiving String via UDP

Send and receive text strings via UDP.

Ethernet
Ethernet Shield Web Client

Learn how to make a HTTP request with the Ethernet Shield.

Ethernet
Ethernet Shield Web Client Repeating

Make repeated HTTP requests.

Ethernet
Ethernet Shield Web Server

Host a simple HTML page that displays analog sensor values.

Ethernet

Resources

Downloads