Project:Ethernet Arduino: Difference between revisions

From London Hackspace Wiki

Line 29: Line 29:


* 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. Much of the available code is derived from the Tuxgraphics examples.
* 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. Much 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 ENC28J60 to the web and transferring data.
* 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.]
* Andrew Lindsay has [http://blog.thiseldo.co.uk/?p=344 rewritten the code] to make it easier to understand and use. He has also written a Pachube client with twitter updates. He has also implemented DNS on the Arduino/ENC28J60 combination.
* Andrew Lindsay has [http://blog.thiseldo.co.uk/?p=344 rewritten the code] to make it easier to understand and use. He has also written a Pachube client with twitter updates. He has also implemented DNS on the Arduino/ENC28J60 combination.
552

edits