Search
Product Info
ATmega328 with Arduino Bootloader
sku: DEV-09217
Description: The name says it all on this one. An ATmega328 in DIP package, pre-loaded with the Arduino (16MHz) Bootloader. This will allow you to use Arduino code in your custom embedded project without having to use an actual Arduino board.
To get this chip working with Arduino IDE, you will need an external 16MHz crystal or resonator, a 5V supply, and a serial connection. If you are not comfortable doing this, we recommend purchasing the Arduino Duemilanove board that has all of these built into the board.
Atmel's ATMega328 8-Bit Processor in 28 pin DIP package. It's like the ATmega168, with double the flash space. 32K of program space. 23 I/O lines, 6 of which are channels for the 10-bit ADC. Runs up to 20MHz with external crystal. Package can be programmed in circuit. 1.8V to 5V operating voltage!
Documents:
Replaces: DEV-08846
Pricing
Comments
36 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.






















I want to make my own version of the arduino pro mini for an project so i can integrate everthing i need on the same board.
I'm trying to make a printed circuit board that has an arduino (and much other stuff) all on it. I want the low cost of putting the chip on without using a Pro Mini, but this chip is still out of stock.
in short, you need 2 22pf caps, 1 22uf electrolytic cap (radial lead, axial lead wont work...that means it has to have an positive and negative, cant be non-polarized) 16mhz crystal, 5 volt voltage regulator, and a 10nf cap.
any questions see:
http://www.instructables.com/id/Perfboard-Hackduino-Arduino-compatible-circuit/
^I've done this it works perfect^
If anyone else decides to do the parallel cable under Debian/Lenny, there are a few quirks that are easy enough to work around.
Run: mknod /dev/parport0 c 99 0 ; chmod 666 /dev/parport0
Don't make the cable too long. Maybe use 100 ohm resistors instead of the higher value ones in the schematic.
Use a good pcb to mount it on, since the crystal is very sensitive.
It took me a long time to under stand that it was my prototype pcb that was leaking current to the resonator so it did not oscillate.