I wanted to use my pro micro for the first time, but I couldn't upload sketch to it. I thought the bootloader is not burnt on it so I read how to do it. I think I did everything correctly, but the bootloader is not burning on it. Any tips?

I wanted to use my pro micro for the first time, but I couldn't upload sketch to it. I thought the bootloader is not burnt on it so I read how to do it. I think I did everything correctly, but the bootloader is not burning on it. Any tips?
I'm going to ask you to post some additional information that might help us to identify the problem.
Please do this:
</>
icon on the post composer toolbar. This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.Arduino: 1.8.16 (Windows Store 1.8.51.0) (Windows 10), Alaplap:"Arduino Leonardo"
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Hiba a bootloader égetésekor.
You at least need a wire from some GPIO pin on your Uno (usually D10) to the RESET of the Pro Micro. (the RESET on the ISP connector of the Uno does not do this and should NOT be connected to anything.)
Looks like you're trying to program the Leonardo, not the ProMicro.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.