Documento sin t?tulo
Arduino Ethernet PoE
?
Esta nueva placa combinaci?n de un Arduino UNO con una Ethernet Shield en una misma placa. La placa difiere un poco de los otros modelos ya que no dispone de un conector USB ni del chip conversor USB/S?rie, por lo tanto es necesario un?cable FTDI 5V?para poder programarla. Otra estupenda funcionalidad es que soporta PoE (Power Over Ethernet) para poder alimentar la placa directamente con el conector de red. El?m?dulo PoE?funciona tambi?n con la Ethernet Shield.
As? que si quieres que tu Arduino navegue por la web, pero no tienes espacio para la placa Arduino Shield adem?s de la Ethernet. El Arduino Ethernet es una tarjeta de desarrollo Arduino con la interfaz Ethernet Wiznet construido en una misma tarjeta. Cuenta con 14 entradas / salidas digitales, 6 entradas anal?gicas, un oscilador de cristal de 16 MHz, conector RJ45, un conector de alimentaci?n, conector header ICSP, y un bot?n de reset.
una tarjeta microSD, que puede ser usado para almacenar archivos para servir en la red, se puede acceder a trav?s de la Biblioteca SD. El Pin 10 se reserva para la interfaz Wiznet, SS para la tarjeta SD est? en el pin 4.
Esta tarjeta tambi?n incluye un Power over Ethernet (PoE), m?dulo que permite ser alimentado a trav?s de la conexi?n Ethernet como parte de un sistema PoE!
Para hacer espacio para la interfaz Ethernet, le quitaron el controlador USB-serie por lo que tendr?s que usar un dispositivo FTDI o similar para cargar tus sketches Arduino. Adem?s, los pines 10, 11, 12 y 13 est?n reservados para la interfaz con el m?dulo Ethernet y no debe ser utilizado de otra manera. Esto reduce el n?mero de pines disponibles a 9, con 4 disponibles como salidas PWM.
Arduino Ethernet with PoE
DEV-11361??
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?RJ45connection, 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/Wiringlanguage. 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:
?