Hi everybody. Sorry if this is a repeated question, but I am still unsure after searching...
If I have an ATmega328P that is already bootloaded, programmed, and working on an Arduino, can I simply remove it from the Arduino board and put it on a breadboard? -given a crystal (16MHz) and two capacitors (18-22 pF ceramic) are also connected to the 328P on the breadboard?
I've seen the Arduino to Breadboard tutorial, but I don't need to reprogram it...
Just in case anyone comes across this needing help with burning the bootloader, I finally had success using Kimio Kosaka's tutorial: http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html
Unfortunately, it does not work with the Uno. It worked just fine with my Duemilanove.
Yes that can be done. Add a couple 100nF caps from Vcc to GND, I usually put one on each side of the chip just for good luck. Also a 100nF from AREF to GND.
Crystal looks good, cap should work, there's a minimum quantity of 500 on that one, and it's a 200V unit which is fine, but more than needed, and the lead spacing is 5mm. I'd prefer something more like DK # 478-4848-ND, which is 27pF, I know everyone uses 22pF and I'd bet money they'll work fine, but for a crystal that needs 18pF load capacitance, 27pF capacitors get closer to that.
You should probably add a couple of decoupling capacitor to avoid noise problems.
[/quote]
Hey Nick-
Nice work, very clean. I've got to learn more about wire wrapping - I've got the tool and the wire, but I've just been soldering the wire on non-wire wrap parts (and of course, not using the tool itself). Works great for me now, but I'm sure I'm missing something.
This is probably a stupid question, but I've never seen a 10k resistor used on pin 2 before - I've always wired my TX/RX lines straight thru to the FTDI connector. Can you explain why you've added this?