Step 6Parts LIst
Here is the parts list:
Semiconductors:
Micro - ATMega168 or ATMega328 - DIP (the 328 provides extra code space)
Ethernet - Microchip ENC 28J60 - DIP
74HC08 - Surface Mount
3mm LED X2
5mm LED
1N4004 Diode
78L05 Regulator
78L33 Regulator
16 Mhz Crystal
25 Mhz Crystal
Resistors
50R x 4
270R x 5
2k7 x 2
10K x 3
Caps:
18pF x4 - Surface Mount
100nF x 4 - Surface Mount
10uF x 3 - Surface Mount
Hardware:
28 pin socket x 2
4 pin dip switch
RJ45 MAGJACK - Has to be a MagJack, as that has the ethernet isolation transformer inside it http://www.sparkfun.com/commerce/product_info.php?products_id=8534
10 pin header
6 pin header
5 pin header
2 pin header
Small Pushbutton switch
Arduino Ethernet PCB
| « Previous Step | Download PDFView All Steps | Next Step » |












































Doug
http://www.coolcomponents.co.uk/catalog/product_info.php?products_id=55
Good price... good shipping...
1. Programming it would be tricky, as the FTDI cable based programmer runs at 5V.
2. My reading of the data sheet is that the maximum clock speed for the AtMega328 at 3.3v is 12Mhz. You would have to load a new boot loader that would understand the new speed.
3. The standard Brown out detect voltage is (I believe) 4v. Again, changing the boot loader is needed.
None of these things are show stoppers - they have all been done for supporting the newer Arduino boards, you just have to be careful.
Actually, what I meant to ask was, I saw above in the schematic that there is a separate "power" circuit (one that supplies both 5v and 3.3v) but no mention of the 74HC08 (forgive me if I'm misreading it). Could I construct two separate circuits, as shown above? Or is the "power" circuit actually an explosion of the '08's function? Thanks!
The HC08 is represented as the two 'AND' gate sumbols (elongated D shapes). UNlike microprocessors, they are what is called 'discrete logic'. Each HC08 chip contains 4 separate AND gates in the package.
The HC08 gets its power from the +5v regulator.
There are also some sites that sell weird electronic stuff such as Electronic Goldmine http://www.goldmine-elec.com/
I am looking to minimize the arduino pins required to drive the Ethernet controller.
What is the purpose of using the interrupt (INT pin on ENC)? would it be possible to omit it?
Thanks.
And you can attach your project to it and just plug it in.
I have amended the parts list to include that link. I don't see why any other MagJack couldnt be used, although the board may need to be changed.
I would *love* to identify a better switching reg, but locating one that is (a) cheap, and (b) easily available is a bit tricky.
i would really love to build one of these but i can not seem to find anywhere to buy these parts ( the ENC28j60 ethernet controller and the 74HC08 gates.. i would preffer to use the 74HC08 as a dip package but smd would be fine, though a lot of work..).
why is the ferrite bead nessecery?? i never saw the use of beads..
you used 18 pf caps for the crystals hough a lot of people bealive that 22pf would work better..? why do you use 18 pf?
verry nicly done thanks for the insparation