Saturday, August 11, 2012

Arduino Ethernet with PoE

Arduino Ethernet with PoE:

Description: So you want your Arduino to surf the web but you don't have room for the Arduino board plus the Ethernet Shield. What do you do? How about giving the Arduino Ethernet a try? 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.
This board also includes a Power over Ethernet (PoE) module which allows the board to be powered over the Ethernet connection as part of a PoE system!
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.
Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux).
Features:


  • 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


  • Power Over Ethernet ready Magnetic Jack and included PoE module


Documents:


DIGITAL JUICE

No comments:

Post a Comment

Thank's!