Ethernet + Arduino = Ethduino –
An ethernet enabled Arduino (ATMega168*) using Microchip’s ENC28J60 IC. It based on Procyon AVRLib. However, on the contrary of the library one of the main goals of the code is to free the µC as much as possible from processing by using built-in features from the PHY. Although this has negative effect on porting the code, it is a necessary step to obtain a viable network solution for a small chip like the ATMega168…
Ethduino – Link.
ADVERTISEMENT