Trouble with Arduino UNO ona breadboard "programmer is not responding"

I've been doing Arduino projects for a lot of years now, but I'm currently facing a seemingly simple issue that I can't seem to understand.

I'm trying to get a "standalone" atmega328p working. Currently my setup is this (I made sure all connections are happening with a multimeter):
imagen

When the atmega328p is in the UNO socket, sketches are uploaded without any issue, however when I put the chip on the breadboard, the sketch fails to upload with this error:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf3

I don't understan how this can fail, it is the exact same connections wether it in the sockert or on the breadboard, so why would it fail like this?

How would you troubleshoot this?

EDIT: Just to be clear, in order to avoid any problem with the sketch, I'm uploading the blink example, so it's not a programming issue.

Alright Murphy's law, I've been having a headache for about a day about this, and the moment I post here for help I find my stupid mistake.

I was using 0.1uF capacitors with the crystal, I realized it, swapped them for 22pF ones, and it works without an issue.

Sorry for my stupidity :sweat_smile:

Here we say FAIL if Forward Action In Life! That was an easy mistook to make, join the lots of others that have done the same thing!

Your diagram is missing the 0.1uf bypass caps. 1 from Vcc to ground and 1 from AVcc to ground.

avrdude:stk_500_recv(): program not risponding
averdude:stk500get sink()attemp 10 of 10not sync:resp=0x03
problem bootloader arduino 1 Atmega 328p U

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.