Tagged Questions

3
votes
1answer
68 views

Simulate HDD using ATMega168.

I'm going to start a new project and I wonder if the concept makes sense. (I'm not so familiar with ATA specifications to answer this by myself :)) The concept: HW design: "SATA …
3
votes
6answers
252 views

Linux / Mac AVR Programming Suite?

I have been coding and using Arduinos for quite some time now. However I am ready to move up to using straight AVR chips without the arduino bootloader. My question is what are r …
3
votes
3answers
187 views

ATMEGA168 (P/V/ 10/20 AU?) + Arduino Booloader Flashing via AVRDUDE?

I bought about 10 ATMEGA168V's (which I thought were P's) and tried to flash with TinyISP via the Arduino IDE with the arduino mini pro board selected. Well this fails for the ob …
3
votes
1answer
164 views

Issues migrating from ATmega88 to ATmega88P, with V-USB/AVR-USB?

I'm working on a V-USB (aka AVR-USB) -based circuit running at 5V (i.e. two 3.6V Zeners across D+ & D-) and at 12MHz. I tried an ATmega88P instead of the ATmega88 chips I norm …
1
vote
1answer
246 views

ATMega chips come with the Arduino bootloader

Do the Arduino Duemilanove USB Board with Atmega328 come with the Arduino bootloader?
0
votes
3answers
266 views

Upgrading an Arduino Duemilanove from ATMega168 to ATMega328

I have purchased an ATMega328 from SparkFun with the Arduino bootloader pre-programmed (http://www.sparkfun.com/commerce/product_info.php?products_id=9217). My intention is to rep …
2
votes
2answers
115 views

ATMEGA32 Jtag flash

Can you recommend an inexpensive product for flashing an in circuit (read: powered) ATMEGA32 via JTAG. I have a parallel port available on my laptop dock/port replicator, which I …
2
votes
2answers
126 views

Troubleshooting an ATMega328p clock setting

I am trying to run my ATMega at 16MHz using this crystal I set the lfuse bit to F7 (see here) The command I used to set the lfuse bit was C:\>avrdude -p m328p -P lpt1 -c st …
0
votes
5answers
120 views

ATMEGA168 Pin Mappings

Where can I find pin mappings for the ATMEGA168?