552
edits
| Line 28: | Line 28: | ||
Firmware & Libraries | Firmware & Libraries | ||
* This chip has been used by [http://www.tuxgraphics.org/electronics/ Tuxgraphics] who I believe worked on the original code to pair it with the ATmega168/328. | * This chip has been used by [http://www.tuxgraphics.org/electronics/ Tuxgraphics] who I believe worked on the original code to pair it with the ATmega168/328. Almost all of the available code is derived from the Tuxgraphics examples. | ||
* A good starting place is the [http://tuxgraphics.org/electronics/200905/embedded-tcp-ip-stack.shtml Tuxgraphics Tutorial] where you learn the basics of connnecting the microcontroller to the web using the ENC28J60 and transferring data to and fro. Covers PUT and GET methods. | * A good starting place is the [http://tuxgraphics.org/electronics/200905/embedded-tcp-ip-stack.shtml Tuxgraphics Tutorial] where you learn the basics of connnecting the microcontroller to the web using the ENC28J60 and transferring data to and fro. Covers PUT and GET methods. | ||
* NuElectronics also use it on their Ethernet shield [http://www.nuelectronics.com/estore/index.php?main_page=product_info&cPath=1&products_id=4 - and have some code examples here.] | * NuElectronics also use it on their Ethernet shield [http://www.nuelectronics.com/estore/index.php?main_page=product_info&cPath=1&products_id=4 - and have some code examples here.] | ||
edits