Arduino Ethernet SHield
Arduino Ethernet SHield
W5100 Arduino Ethernet SHield
The Arduino Ethernet is an Arduino development board with the Wiznet Ethernet interface built in on the same board! It has 14 digital input/output pins, 6 analog inputs, a 16 MHz crystal oscillator, a RJ45 connection, a power jack, an ICSP header, and a reset button.
An on-board microSD card reader, which can be used to store files for serving over the network, is accessible through the SD Library. Pin 10 is reserved for the Wiznet interface, SS for the SD card is on Pin 4.
To make room for the Ethernet interface, they removed the USB-serial driver so you will need an FTDI breakout or similar device to upload your Arduino sketches. Also, Pins 10, 11, 12 and 13 are reserved for interfacing with the Ethernet module and should not be used otherwise. This reduces the number of available pins to 9, with 4 available as PWM outputs.
Technical Specification
- ATMega328 Microcontroller
- Operating Voltage: 5V
- Input Voltage: 7-12V
- Digital I/O Pins: 14 (4 of which are used by the Ethernet controller)
- Analog Input Pins: 6
- On Board Micro SD Cardslot
- W5100 TCP/IP Embedded Ethernet Controller