====== Generic-Ethernet ====== //Generic module for Ethernet with 17 GPIOs.// ===== Changelog ===== **Status: ** //Done, in use.// ^ Date ^ Comment ^ | 2008-04-01 | Project created. | ===== About ===== The Generic-Ethernet module is a small microcontroller board supposed to be connected to a Ethernet network, and run applications like a HTTP-server for remote monitoring or control. It can be extended using application specific expansion card that uses one or more of the 17 available I/Os or use the I/Os directly for simple applications like temperature reading or TTL actuators. The module program memory can be remotely updated over Ethernet using a Ethernet bootloader, see [[hardsoftware:genericbootloader]]. The Generic-ethernet is a replacement for [[hardware:ethertemp]]. ===== Hardware ===== A PCB equipped with a Microchip 18F2685/18F2550/18F2620 microcontroller and a ENC28J60 ethernet controller. Image to be added. ===== Schematics ===== {{:hardware:svnimages:generic-ethernet.sch.png?320|Generic-Ethernet - Schematic}} Schematic.\\ {{:hardware:svnimages:generic-ethernet.brd.png?320|Generic-Ethernet - PCB}} PCB.\\ ===== Firmware ===== Firmware written in Microchip C18. ===== Downloads ===== Latest source code (for remote temperature reading) and schematic/PCB-layout can be found in repository\\ // /software/trunk/Embedded/Generic-Ethernet/ // and \\ // /hardware/trunk/schematics/Generic-Ethernet/ // in [[documents:svn| SVN]]. ===== License ===== All information found on this page are licensed. See the [[documents:license]] page for more information.