Title: Problem Burning Bootloader to ATtiny13A Using Arduino as ISP (Tried 10 Times)
Hi everyone,
I'm trying to burn the bootloader onto an ATtiny13A using an Arduino Uno as ISP, but I haven't been able to make it work even after 10 attempts. Here’s what I’ve tried so far:
for this project help me i have changed multiple attiny 13a for the purpose.
My Setup:
ATtiny13A Wiring:
Pin 1 (RESET) → Pin 10 on Arduino.
Pin 4 (GND) → GND on Arduino.
Pin 8 (VCC) → 5V on Arduino.
Pin 7 (SCK) → Pin 13 on Arduino.
Pin 6 (MISO) → Pin 12 on Arduino.
Pin 5 (MOSI) → Pin 11 on Arduino.
Capacitor: I’ve tried both 33µF and 10µF capacitors between RESET and GND on the Arduino Uno.
Arduino as ISP: Uploaded the ArduinoISP sketch to the Uno successfully.
Settings in Arduino IDE:
Board: ATtiny13 (using MicroCore).
Clock: Internal 9.6 MHz.
Programmer: Arduino as ISP (NOT Arduino as ISP (ATmega32u4)).
BOD: Disabled.
What Happens:
When I try Tools > Burn Bootloader, I get the error:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync
Tried slowing down SPI clock by changing #define SPI_CLOCK in the ArduinoISP sketch to (F_CPU / 256)—still no luck.
Things I’ve Tried:
Double-checked wiring multiple times.
Tried different capacitors (33µF, 10µF, and no capacitor).
Verified the ATtiny13A is not damaged (used a fresh chip).
Restarted Arduino IDE and reconnected everything.
Slowed down programmer speed in the ArduinoISP sketch.
Questions:
Could the issue be with the ATtiny13A fuse settings?
Should I try a USBasp instead of the Arduino Uno?
Is there a common mistake I might be missing?
Any help or guidance would be greatly appreciated. Thank you in advance!
Feel free to copy, tweak, or add details before posting. Let me know if you need help refining it further!
Something tells me you're not doing the whole Upload Arduino as ISP sketch, choose programmer, Burn bootloader correct. Did you perhaps install the capacitor before uploading the ISP sketch?
i did, capacitor placing it before burn bootloader. Checked with COM4 its uploading on UNO but not on Attiny 13A. that is the big issue here, i did try changing the chip and checked the connection still fail. I will try with another system if that works over other.