Skip to main content

Questions tagged [atmega328]

The ATMega328 is the chip that is the heart of the Arduino Uno. It is popular also as a chip to use to create your own board. Since it is available in the through hole version, it can be placed on a breadboard easily for circuits.

Filter by
Sorted by
Tagged with
0 votes
3 answers
4k views

I am currently working on a project that requires communication between an android phone(galaxy s4) and an ATmega328 microprocessor. To connect these devices wirelessly I'm using an HC05 bluetooth ...
user3760701's user avatar
-2 votes
1 answer
925 views

I have a broken Arduino Uno. The man tells that he connected power supply and USB at the same time. I got the new 16u2 (empty) chip. then asked my friend to re-solder it. He was using an air ...
Klasik's user avatar
  • 111
0 votes
3 answers
2k views

I've been working on a DIY keyboard project I have all the hardware designed and now its time for the code. For the microcontroller, I'm sort of locked into an Arduino UNO r3 as I already have it ...
fozbstuios's user avatar
3 votes
1 answer
4k views

I bought a few atmega328p chips but unfortunately they came with the Arduino bootloader and they are set to use the external clock. I want to reset their fuses using avrdude so I can use the internal ...
Stuyvenstein's user avatar
2 votes
1 answer
2k views

This is a follow on question from How to reduce serial speed on Arduino bootloader (optiboot) and on the IDE? I did manage recompile optiboot bootloader to work at 57600 bps and uploaded it to a ...
Ricardo's user avatar
  • 3,390
8 votes
1 answer
827 views

I bought a Gertboard a while ago, and one of the features it has on-board is an ATMega328 (DIP). However, since the Gertboard is designed for use with the Raspberry Pi, it only operates at 3.3v, so ...
Peter Bloomfield's user avatar
16 votes
4 answers
14k views

I have a problem with my Arduino. I can't upload any sketches to it (it gives me the error avrdude: verification error; content mismatch), but the LEDs are still blinking. Do you think that the whole ...
Pop Flamingo's user avatar
13 votes
3 answers
8k views

Sometime in the past, I was burning bootloaders on a fresh batch of four ATmega328-PU using the Arduino IDE (notice there's no P after 328 - it's the slightly cheaper non-picopower version of the MCU, ...
Ricardo's user avatar
  • 3,390
6 votes
1 answer
831 views

I was communicating between my computer and my Arduino Uno R3 through Bluetooth using this Bluetooth module. The connector I use has a red wire where it connects to GND, and a black wire where it ...
The Guy with The Hat's user avatar

1
9 10
11
12 13
57