552
edits
| Line 6: | Line 6: | ||
==Information== | ==Information== | ||
Regarding the ENC28J60 paired to the ATmega328: | Regarding the ENC28J60 paired to the ATmega328: | ||
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. | ||
* NuElectronics also use it on their Ethernet shield - and have some code examples. | * 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. | ||
* 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 | |||
Hardware & Mods | |||
* A similar project on [http://www.instructables.com/id/A-credit-card-sized-Ethernet-Arduino-compatable-co/ Instructables]. | * A similar project on [http://www.instructables.com/id/A-credit-card-sized-Ethernet-Arduino-compatable-co/ Instructables]. | ||
* John Crouchley suggests 74AHC125D modification to allow correct operation of MISO [http://john.crouchley.com/blog/archives/662 here] | * John Crouchley suggests 74AHC125D modification to allow correct operation of MISO [http://john.crouchley.com/blog/archives/662 here] | ||
* A [http://www.micro4you.com/store/ENC28J60-Ethernet-Module/prod_78.html very neat SMT ENC28J60 implementation ] and [http://www.micro4you.com/files/enc28j60/Z28J60.pdf schematic ] here | * A [http://www.micro4you.com/store/ENC28J60-Ethernet-Module/prod_78.html very neat SMT ENC28J60 implementation ] and [http://www.micro4you.com/files/enc28j60/Z28J60.pdf schematic ] here | ||
Device Datasheets | |||
* Datasheet for [http://ww1.microchip.com/downloads/en/devicedoc/39662a.pdf ENC28J60 ] 1.64MB Note small SS and QFN package options avalable | * Datasheet for [http://ww1.microchip.com/downloads/en/devicedoc/39662a.pdf ENC28J60 ] 1.64MB Note small SS and QFN package options avalable | ||
* Datasheet (Summary) for [http://www.atmel.com/dyn/resources/prod_documents/8271S.pdf ATmega328 ] Note QFN package option | * Datasheet (Summary) for [http://www.atmel.com/dyn/resources/prod_documents/8271S.pdf ATmega328 ] Note QFN package option | ||
edits