Whenever I try to upload a new sketch to my ATtiny85 using the Arduino as an ISP, I get the error message "avrdude: stk500_getsync(): not in sync: resp=0x00".
It worked before, but now it can't upload any new sketches. It just runs the old one.
I am using an Arduino Uno with Arduino 1.0.5 and this core. I have restarted the IDE and have a 10uF capacitor between ground and reset.
GeckoDiode:
I am using an Arduino Uno with Arduino 1.0.5 and this core. I have restarted the IDE and have a 10uF capacitor between ground and reset.
Why do you have a 10uF cap between ground and reset? Is there some reason for this I'm not aware of when using arduino-as-isp? (I always use USBAsp to program tiny, which just works)
I tried your suggestions, and I think the problem was that I needed to re-upload the Arduino-ISP sketch as mentioned by "Coding Badly". I did that and now things seem to be working.