I'm trying to bring a tiny sketch to the ATtiny45 chip using the instructions at
http://hlt.media.mit.edu/?p=1695I used ArduinoISP on my LEONARDO in order to use it as an ISP. After running the sketch it is keeping the LED on pin 9 blinking fine.
I'm trying to load the Blink sketch to the ATtiny using the 'Arduino as ISP' Programmer option from the Tools Menu.
All I get is LED_PMODE blinking once and this list of errors:
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny45
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
Did anyone ever use a LEONARDO as ArduinoISP succesfully and can provide me with a hint?
Any idea if resistor or capacitor is needed for the LEONARDO as well (tried both so far - no success) in order to keep it in the ISP mode once I try to send a sketch to the ATtiny?
I guessed there are no changes in the pinout (ArduinoISP uses pins 7 - 13) from Arduino Uno or Duemilanove (from original description) to my LEONARDO or do I need some re-wiring?
Thanks for your help,
Peter