Anonymous

Project:Ethernet Arduino: Difference between revisions

From London Hackspace Wiki
Line 30: Line 30:
* 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.
* 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.
* 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.
* Simon Monk has produced a [http://srmonk.blogspot.com/2010/03/simplified-ethernet-library-for-28j60.html simplified Server Libray for the ENC28J60 shield]
* Simon Monk has produced a [http://srmonk.blogspot.com/2010/03/simplified-ethernet-library-for-28j60.html simplified Server Libray for the ENC28J60 shield]
* Trystan Lea is using this combination for his [http://openenergymonitor.org/emon/node/80 Openenergymonitor] and has improved the Client library
* Trystan Lea is using this combination for his [http://openenergymonitor.org/emon/node/80 Openenergymonitor] and has improved the Client library
* Randomskk found [http://mjo.tc/atelier/2009/02/arduino-cli.html this page] describing building arduino code from a makefile rather than the IDE
* Randomskk found [http://mjo.tc/atelier/2009/02/arduino-cli.html this page] describing building arduino code from a makefile rather than the IDE
* John Crouchley has published a sketch which allows an Arduino with ENC28J60 to retrieve CSV data from Pachube using the GET command [http://john.crouchley.com/blog/archives/706]


Hardware & Mods
Hardware & Mods
552

edits