The Arduino Ethernet Shield 2 connects your Arduino to the internet
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. 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. Hundreds of thousands of Arduino Boards are already fueling people’s creativity all over the world, everyday. Join us now, Arduino is you! *Requires an Arduino Board (not included)
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
You can find your board warranty information here.
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 most recent revision of the board exposes the 1.0 pinout on rev 3 of the Arduino UNO Board.
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. PoE module features as follows:
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)
NB: the Power over Ethernet module is proprietary hardware not made by Arduino, it is a third party accessory. For more information, see the datasheet
The Shield does not come with a built in PoE module, it is a separate component that must be added on. 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.
Note that because the W5500 and SD card share the SPI bus, only one at a time can be active. If you are using both peripherals in your program, this should be taken care of by the corresponding libraries. If you're not using one of the peripherals in your program, however, you'll need to explicitly deselect it. To do this with the SD card, set pin 4 as an output and write a high to it. For the W5500, set digital pin 10 as a high output.
The Shield provides a standard RJ45 Ethernet jack.
The reset button on the Shield resets both the W5500 and the Arduino Board.
The Shield contains a number of information LEDs:
ON: indicates that the Board and Shield are powered
13 is the Arduino standard built in LED
ACT: flashes when RX or TX activity is present
LINK: indicates the presence of a network link and flashes when the Shield transmits or receives data
In this picture below we have tagged the yellow ACT, the green LINK,, the 13 Built in LED and the ON LED.
This shield also hosts Tinkerkit compatible connectors as follows:
2 TinkerKit connectors for two Analog Inputs (in white), connected to A2 and A3.
2 TinkerKit connectors for two Aanlog Outputs (in orange in the middle), connected to PWM outputs on pins D5 and D6.
2 TinkerKit connectors for the TWI interface (in white with 4 pins), one for input and the other one for output.
Documentation
OSH: Schematics
Arduino Ethernet Shield 2 is open-source hardware! You can build your own board using the following files:
{"id":9010234753341,"title":"Arduino Ethernet Shield 2 (A000024)","handle":"arduino-ethernet-shield-2-a000024","description":"\u003ch1 data-mce-fragment=\"1\" style=\"text-align: center;\" class=\"product-details-full-content-header-title\" itemprop=\"name\"\u003eARDUINO ETHERNET SHIELD 2\u003c\/h1\u003e\n\u003cblockquote\u003e\n\u003cp\u003e\u003cspan\u003eThe Arduino Ethernet Shield 2 connects your Arduino to the internet\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cdiv role=\"tabpanel\" class=\"product-details-information-tab-content-panel active\" id=\"product-details-information-tab-0\" data-action=\"pushable\" data-id=\"product-details-information-0\" data-pusher=\"sc-pushable-xs\" itemprop=\"description\"\u003e\n\u003cdiv id=\"product-details-information-tab-content-container-0\" class=\"product-details-information-tab-content-container\" data-type=\"information-content-text\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eArduino Ethernet Shield 2\u003c\/strong\u003e 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. 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. Hundreds of thousands of Arduino Boards are already fueling people’s creativity all over the world, everyday. Join us now, Arduino is you! \u003cbr\u003e*Requires an Arduino Board (not included)\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eOperating voltage 5V (supplied from the Arduino Board)\u003c\/li\u003e\n\u003cli\u003eEthernet Controller: W5500 with internal 32K buffer\u003c\/li\u003e\n\u003cli\u003eConnection speed: 10\/100Mb\u003c\/li\u003e\n\u003cli\u003eConnection with Arduino on SPI port\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eYou can find your board warranty information \u003ca href=\"https:\/\/www.arduino.cc\/en\/Main\/warranty\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003ch3\u003eGetting Started\u003c\/h3\u003e\n\u003cp\u003eIn the \u003ca href=\"https:\/\/www.arduino.cc\/en\/Guide\/ArduinoEthernetShield\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eGetting Started section\u003c\/a\u003e, you can find all the information you need to configure your board, use the \u003ca href=\"https:\/\/www.arduino.cc\/en\/Main\/Software\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eArduino Software (IDE)\u003c\/a\u003e, and start to tinker with coding and electronics.\u003c\/p\u003e\n\u003ch3\u003eNeed Help?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLearn more on the Ethernet Shield 2 \u003ca href=\"https:\/\/www.arduino.cc\/en\/Reference\/Ethernet\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ein the Ethernet2 Library reference\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eGet assistance with your projects \u003ca href=\"https:\/\/forum.arduino.cc\/index.php?board=3.0\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ein the Arduino Forum\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eContact us through \u003ca href=\"https:\/\/store.arduino.cc\/index.php?main_page=contact_us\u0026amp;language=en\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eour Customer Support\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"tabpanel\" class=\"product-details-information-tab-content-panel\" id=\"product-details-information-tab-1\" data-action=\"pushable\" data-id=\"product-details-information-1\" data-pusher=\"sc-pushable-xs\"\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003e \u003c\/h2\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv id=\"product-details-information-tab-content-container-1\" class=\"product-details-information-tab-content-container\" data-type=\"information-content-text\"\u003e\n\u003cp\u003eThe Arduino Ethernet Shield 2 allows an Arduino Board to connect to the internet. It is based on the (\u003ca tabindex=\"-1\" href=\"http:\/\/wizwiki.net\/wiki\/lib\/exe\/fetch.php?media=products:w5500:w5500_ds_v106e_141230.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eWiznet W5500 Ethernet chip\u003c\/a\u003e). 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.\u003c\/p\u003e\n\u003cp\u003eThe most recent revision of the board exposes the 1.0 pinout on rev 3 of the Arduino UNO Board.\u003c\/p\u003e\n\u003cp\u003eThe Ethernet Shield 2 has a standard RJ-45 connection, with an integrated line transformer and Power over Ethernet enabled.\u003c\/p\u003e\n\u003cp\u003eThere 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.\u003c\/p\u003e\n\u003cp\u003eThe 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. \u003cbr\u003ePoE module features as follows:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eIEEE802.3af compliant\u003c\/li\u003e\n\u003cli\u003eInput voltage range 36V to 57V\u003c\/li\u003e\n\u003cli\u003eOverload and short-circuit protection\u003c\/li\u003e\n\u003cli\u003e12V Output\u003c\/li\u003e\n\u003cli\u003eHigh efficiency DC\/DC converter: typ 85% @ 80% load\u003c\/li\u003e\n\u003cli\u003e1500V isolation (input to output)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eNB: the Power over Ethernet module is proprietary hardware not made by Arduino, it is a third party accessory. For more information, see the \u003c\/em\u003e\u003cem\u003e\u003ca tabindex=\"-1\" href=\"https:\/\/www.arduino.cc\/en\/uploads\/Main\/PoE-datasheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003edatasheet\u003c\/a\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThe Shield does not come with a built in PoE module, it is a separate component that must be added on. 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.\u003c\/p\u003e\n\u003cp\u003eNote that because the W5500 and SD card share the SPI bus, only one at a time can be active. If you are using both peripherals in your program, this should be taken care of by the corresponding libraries. If you're not using one of the peripherals in your program, however, you'll need to explicitly deselect it. To do this with the SD card, set pin 4 as an output and write a high to it. For the W5500, set digital pin 10 as a high output.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe Shield provides a standard RJ45 Ethernet jack.\u003c\/li\u003e\n\u003cli\u003eThe reset button on the Shield resets both the W5500 and the Arduino Board.\u003c\/li\u003e\n\u003cli\u003eThe Shield contains a number of information LEDs:\u003c\/li\u003e\n\u003cli\u003eON: indicates that the Board and Shield are powered\u003c\/li\u003e\n\u003cli\u003e13 is the Arduino standard built in LED\u003c\/li\u003e\n\u003cli\u003eACT: flashes when RX or TX activity is present\u003c\/li\u003e\n\u003cli\u003eLINK: indicates the presence of a network link and flashes when the Shield transmits or receives data\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIn this picture below we have tagged the yellow ACT, the green LINK,, the 13 Built in LED and the ON LED.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cimg alt=\"The LEDs of the Ethernet Shield V2\" src=\"https:\/\/content.arduino.cc\/assets\/EthShield_LEDS.jpg\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eThis shield also hosts Tinkerkit compatible connectors as follows:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e2 TinkerKit connectors for two Analog Inputs (in white), connected to A2 and A3.\u003c\/li\u003e\n\u003cli\u003e2 TinkerKit connectors for two Aanlog Outputs (in orange in the middle), connected to PWM outputs on pins D5 and D6.\u003c\/li\u003e\n\u003cli\u003e2 TinkerKit connectors for the TWI interface (in white with 4 pins), one for input and the other one for output.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"tabpanel\" class=\"product-details-information-tab-content-panel\" id=\"product-details-information-tab-2\" data-action=\"pushable\" data-id=\"product-details-information-2\" data-pusher=\"sc-pushable-xs\"\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003e \u003c\/h2\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003eDocumentation\u003c\/h2\u003e\n\u003cdiv id=\"product-details-information-tab-content-container-2\" class=\"product-details-information-tab-content-container\" data-type=\"information-content-text\"\u003e\n\u003ch3\u003eOSH: Schematics\u003c\/h3\u003e\n\u003cp\u003eArduino Ethernet Shield 2 is open-source hardware! You can build your own board using the following files:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca class=\"resource eagle\" href=\"https:\/\/www.arduino.cc\/en\/uploads\/Main\/arduino-Ethernet-Shield2-V2-rd.zip\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eEAGLE FILES IN .ZIP\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca class=\"resource schematics\" href=\"https:\/\/www.arduino.cc\/en\/uploads\/Main\/arduino-Ethernet-Shield2-V2-sch.pdf\" style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eSCHEMATICS IN .PDF\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003ePrevious Version\u003c\/h2\u003e\n\u003cp\u003eDo you own a past version of this product? Check the \u003ca href=\"https:\/\/www.arduino.cc\/en\/Main\/ArduinoEthernetShieldV1\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eArduino Ethernet Shield V1\u003c\/a\u003e product page.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","published_at":"2024-01-03T15:15:12+05:30","created_at":"2024-01-03T15:12:11+05:30","vendor":"ThinkRobotics.in","type":"","tags":["AKX00037","ARD-BRD","ARD1","ARDNO","Arduino","Arduino Uno","espressif","ethernet","Make Your Uno","microcontroller","synthesizer","Uno","v2","wave"],"price":229999,"price_min":229999,"price_max":229999,"available":true,"price_varies":false,"compare_at_price":349999,"compare_at_price_min":349999,"compare_at_price_max":349999,"compare_at_price_varies":false,"variants":[{"id":47620251451709,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"ARD1038","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Arduino Ethernet Shield 2 (A000024)","public_title":null,"options":["Default Title"],"price":229999,"weight":100,"compare_at_price":349999,"inventory_management":"shopify","barcode":"47620251451709","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_01.iso.jpg?v=1704275086","\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_00.default.jpg?v=1704275086","\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_04.back.jpg?v=1704275086","\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_02.unbox.jpg?v=1704275086","\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_03.front.jpg?v=1704275086"],"featured_image":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_01.iso.jpg?v=1704275086","options":["Title"],"media":[{"alt":null,"id":36073011315005,"position":1,"preview_image":{"aspect_ratio":1.333,"height":750,"width":1000,"src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_01.iso.jpg?v=1704275086"},"aspect_ratio":1.333,"height":750,"media_type":"image","src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_01.iso.jpg?v=1704275086","width":1000},{"alt":null,"id":36073011347773,"position":2,"preview_image":{"aspect_ratio":1.333,"height":375,"width":500,"src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_00.default.jpg?v=1704275086"},"aspect_ratio":1.333,"height":375,"media_type":"image","src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_00.default.jpg?v=1704275086","width":500},{"alt":null,"id":36073011216701,"position":3,"preview_image":{"aspect_ratio":1.333,"height":750,"width":1000,"src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_04.back.jpg?v=1704275086"},"aspect_ratio":1.333,"height":750,"media_type":"image","src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_04.back.jpg?v=1704275086","width":1000},{"alt":null,"id":36073011282237,"position":4,"preview_image":{"aspect_ratio":1.333,"height":750,"width":1000,"src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_02.unbox.jpg?v=1704275086"},"aspect_ratio":1.333,"height":750,"media_type":"image","src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_02.unbox.jpg?v=1704275086","width":1000},{"alt":null,"id":36073011249469,"position":5,"preview_image":{"aspect_ratio":1.333,"height":750,"width":1000,"src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_03.front.jpg?v=1704275086"},"aspect_ratio":1.333,"height":750,"media_type":"image","src":"\/\/thinkrobotics.com\/cdn\/shop\/files\/A000024_03.front.jpg?v=1704275086","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003ch1 data-mce-fragment=\"1\" style=\"text-align: center;\" class=\"product-details-full-content-header-title\" itemprop=\"name\"\u003eARDUINO ETHERNET SHIELD 2\u003c\/h1\u003e\n\u003cblockquote\u003e\n\u003cp\u003e\u003cspan\u003eThe Arduino Ethernet Shield 2 connects your Arduino to the internet\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/blockquote\u003e\n\u003cdiv role=\"tabpanel\" class=\"product-details-information-tab-content-panel active\" id=\"product-details-information-tab-0\" data-action=\"pushable\" data-id=\"product-details-information-0\" data-pusher=\"sc-pushable-xs\" itemprop=\"description\"\u003e\n\u003cdiv id=\"product-details-information-tab-content-container-0\" class=\"product-details-information-tab-content-container\" data-type=\"information-content-text\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eArduino Ethernet Shield 2\u003c\/strong\u003e 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. 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. Hundreds of thousands of Arduino Boards are already fueling people’s creativity all over the world, everyday. Join us now, Arduino is you! \u003cbr\u003e*Requires an Arduino Board (not included)\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eOperating voltage 5V (supplied from the Arduino Board)\u003c\/li\u003e\n\u003cli\u003eEthernet Controller: W5500 with internal 32K buffer\u003c\/li\u003e\n\u003cli\u003eConnection speed: 10\/100Mb\u003c\/li\u003e\n\u003cli\u003eConnection with Arduino on SPI port\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eYou can find your board warranty information \u003ca href=\"https:\/\/www.arduino.cc\/en\/Main\/warranty\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003c\/p\u003e\n\u003ch3\u003eGetting Started\u003c\/h3\u003e\n\u003cp\u003eIn the \u003ca href=\"https:\/\/www.arduino.cc\/en\/Guide\/ArduinoEthernetShield\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eGetting Started section\u003c\/a\u003e, you can find all the information you need to configure your board, use the \u003ca href=\"https:\/\/www.arduino.cc\/en\/Main\/Software\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eArduino Software (IDE)\u003c\/a\u003e, and start to tinker with coding and electronics.\u003c\/p\u003e\n\u003ch3\u003eNeed Help?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLearn more on the Ethernet Shield 2 \u003ca href=\"https:\/\/www.arduino.cc\/en\/Reference\/Ethernet\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ein the Ethernet2 Library reference\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eGet assistance with your projects \u003ca href=\"https:\/\/forum.arduino.cc\/index.php?board=3.0\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ein the Arduino Forum\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eContact us through \u003ca href=\"https:\/\/store.arduino.cc\/index.php?main_page=contact_us\u0026amp;language=en\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eour Customer Support\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"tabpanel\" class=\"product-details-information-tab-content-panel\" id=\"product-details-information-tab-1\" data-action=\"pushable\" data-id=\"product-details-information-1\" data-pusher=\"sc-pushable-xs\"\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003e \u003c\/h2\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv id=\"product-details-information-tab-content-container-1\" class=\"product-details-information-tab-content-container\" data-type=\"information-content-text\"\u003e\n\u003cp\u003eThe Arduino Ethernet Shield 2 allows an Arduino Board to connect to the internet. It is based on the (\u003ca tabindex=\"-1\" href=\"http:\/\/wizwiki.net\/wiki\/lib\/exe\/fetch.php?media=products:w5500:w5500_ds_v106e_141230.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eWiznet W5500 Ethernet chip\u003c\/a\u003e). 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.\u003c\/p\u003e\n\u003cp\u003eThe most recent revision of the board exposes the 1.0 pinout on rev 3 of the Arduino UNO Board.\u003c\/p\u003e\n\u003cp\u003eThe Ethernet Shield 2 has a standard RJ-45 connection, with an integrated line transformer and Power over Ethernet enabled.\u003c\/p\u003e\n\u003cp\u003eThere 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.\u003c\/p\u003e\n\u003cp\u003eThe 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. \u003cbr\u003ePoE module features as follows:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eIEEE802.3af compliant\u003c\/li\u003e\n\u003cli\u003eInput voltage range 36V to 57V\u003c\/li\u003e\n\u003cli\u003eOverload and short-circuit protection\u003c\/li\u003e\n\u003cli\u003e12V Output\u003c\/li\u003e\n\u003cli\u003eHigh efficiency DC\/DC converter: typ 85% @ 80% load\u003c\/li\u003e\n\u003cli\u003e1500V isolation (input to output)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eNB: the Power over Ethernet module is proprietary hardware not made by Arduino, it is a third party accessory. For more information, see the \u003c\/em\u003e\u003cem\u003e\u003ca tabindex=\"-1\" href=\"https:\/\/www.arduino.cc\/en\/uploads\/Main\/PoE-datasheet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003edatasheet\u003c\/a\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThe Shield does not come with a built in PoE module, it is a separate component that must be added on. 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.\u003c\/p\u003e\n\u003cp\u003eNote that because the W5500 and SD card share the SPI bus, only one at a time can be active. If you are using both peripherals in your program, this should be taken care of by the corresponding libraries. If you're not using one of the peripherals in your program, however, you'll need to explicitly deselect it. To do this with the SD card, set pin 4 as an output and write a high to it. For the W5500, set digital pin 10 as a high output.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe Shield provides a standard RJ45 Ethernet jack.\u003c\/li\u003e\n\u003cli\u003eThe reset button on the Shield resets both the W5500 and the Arduino Board.\u003c\/li\u003e\n\u003cli\u003eThe Shield contains a number of information LEDs:\u003c\/li\u003e\n\u003cli\u003eON: indicates that the Board and Shield are powered\u003c\/li\u003e\n\u003cli\u003e13 is the Arduino standard built in LED\u003c\/li\u003e\n\u003cli\u003eACT: flashes when RX or TX activity is present\u003c\/li\u003e\n\u003cli\u003eLINK: indicates the presence of a network link and flashes when the Shield transmits or receives data\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIn this picture below we have tagged the yellow ACT, the green LINK,, the 13 Built in LED and the ON LED.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cimg alt=\"The LEDs of the Ethernet Shield V2\" src=\"https:\/\/content.arduino.cc\/assets\/EthShield_LEDS.jpg\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eThis shield also hosts Tinkerkit compatible connectors as follows:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e2 TinkerKit connectors for two Analog Inputs (in white), connected to A2 and A3.\u003c\/li\u003e\n\u003cli\u003e2 TinkerKit connectors for two Aanlog Outputs (in orange in the middle), connected to PWM outputs on pins D5 and D6.\u003c\/li\u003e\n\u003cli\u003e2 TinkerKit connectors for the TWI interface (in white with 4 pins), one for input and the other one for output.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"tabpanel\" class=\"product-details-information-tab-content-panel\" id=\"product-details-information-tab-2\" data-action=\"pushable\" data-id=\"product-details-information-2\" data-pusher=\"sc-pushable-xs\"\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003e \u003c\/h2\u003e\n\u003ch2 class=\"product-details-information-tab-content-panel-title\"\u003eDocumentation\u003c\/h2\u003e\n\u003cdiv id=\"product-details-information-tab-content-container-2\" class=\"product-details-information-tab-content-container\" data-type=\"information-content-text\"\u003e\n\u003ch3\u003eOSH: Schematics\u003c\/h3\u003e\n\u003cp\u003eArduino Ethernet Shield 2 is open-source hardware! You can build your own board using the following files:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca class=\"resource eagle\" href=\"https:\/\/www.arduino.cc\/en\/uploads\/Main\/arduino-Ethernet-Shield2-V2-rd.zip\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eEAGLE FILES IN .ZIP\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca class=\"resource schematics\" href=\"https:\/\/www.arduino.cc\/en\/uploads\/Main\/arduino-Ethernet-Shield2-V2-sch.pdf\" style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eSCHEMATICS IN .PDF\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003ePrevious Version\u003c\/h2\u003e\n\u003cp\u003eDo you own a past version of this product? Check the \u003ca href=\"https:\/\/www.arduino.cc\/en\/Main\/ArduinoEthernetShieldV1\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eArduino Ethernet Shield V1\u003c\/a\u003e product page.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e"}