I trying to use my arduino duemilanove as an ISP programmer for an attiny45, but when I try to upload the blink sketch to the attiny I get the following error:
avrdude: stk500_getsyncs(): not in sync: resp=0x15
what does this mean? I first uploaded the arduinoISP sketch and then selected the attiny45 w arduino at the board selection.
zenoah:
No I'm not, I guess I should do that right? what size cap and where should it be placed?
Jb
You will have to search the posts for verification because I use a hardware programmer and haven't tried to use ArduinoISP as a programmer. I think it's a 10mfd wired between the reset pin and a ground pin, positive lead of cap to reset pin.
I can't find anything usefull about disabling the reset pin (of the arduino itself I suppose) and according to both the ardiuno website and the website I first found I don't need a cap or anything else...
to bad that link didn't turned up on the search engine of this forum...
but I guess 4 470ohm resistors in parralal should do the trick just fine:D
tomorrow I will give that a shot.
Ive been programing the ATtiny45 without any issues and not using any resistor or capacitor.
I just program the Arduino duemilanove board as an ISP connect the MISO, MOSI, SCK, Reset and power to the ATtiny45
Select the board then hit upload and its done.