4
votes
1answer
169 views
Minimum ATMega328 speed with UART
I am looking at designing a low-power project that will have an ATMega328 running at a low speed for lower power consumption.
The current plan is to have the UART hooked up to a R …
2
votes
2answers
315 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 …
4
votes
4answers
367 views
Using a 16 MHz crystal on a ATMega328p
How would I need to set my fuse bits on a ATMega328p to use a 16MHz crystal? I tried this on my own and killed the last atmega I had. I'd like some advice this time.
The crysta …
1
vote
3answers
231 views
Arduino Bootloader
If I upgrade my arduino from the ATMega 168 to ATMega 328 will I be able to use the ATMega 168 like a stock chip from the factory or will the bootloader prohibit this? In other wor …
