It will fit on any Arduino (including Mega) and allows for an additional shield to be added on top (shield will be connected to the base Arduino) other pins will be free.
It can be powered via the Base Arduino or the VIN pins - power will be routed through the VIN pin from base Arduino and back out as +5v to Core2/3duino.
Why do this? well, the short answer is - why not? You end up with:
3 separate processors
60 input/output of which:
24 digital I/O pins
18 pwm pins
18 analog inputs
including 6 external interrupts
...all for about $25 more than your Arduino. (about $10-12 each)
Anyways, it only took about an hour to modify the Core2duino Eagle file into this.
This is a fun project to try and the .brd file has adequate spacing for ease with etching.
Most of these instructions are very similar to the Core2duino... differences are noted.
I will be happy to help if anyone has questions.
The next version is likely to have an FTDI programming cable connection for easy in system programming.
Remove these ads by
Signing UpStep 1What you need to get started
1. (1)pc copper clad (3"x4") or assortment
2. (1) 28-pin dip socket
3. 16 mHz crystal resonator w/ built-in capacitor
4. An Atmega168 with Arduino bootloader
5. (2) stackable header set
6. (2) 6-pos female headers (2) 8-pos female headers .1"
7. (4) male pin headers (optional) .1"
Other things needed:
power LED, any size/color
330 ohm-1k ohm resistor for power led
10k resistor for reset button
reset button
.1uf capacitor optional
16v 22uf-220uf capacitor optional
Acetone
etchant solution (muriatic acid + hydrogen peroxide)
paper towels
scotch brite pads
iron
Laser Printer
magazine paper
rubber gloves
aquarium bubbler
| « Previous Step | Download PDFView All Steps | Next Step » |





















































I presume this needs to be printed by a laser, not an inkjet?
I won't defend needing the core3duino, but there are times when having 2 separate cpu's is a must. While testing my larger bots, I always use 2 Arduinos to decode the drive and failsafe r/c channels separately. That way if something goes way wrong or the code doesn't work as it should, you have a way to shut the thing off before it busts a hole in the wall and your wife tells you no more inside testing ;)
Very well done!