Estoy intentando programar ATTin85 utilizando Arduino Usé el archivo de soporte de hardware de "High-Low Tech" Aquí enlace
Con este esquema:
Después de descargar el boceto de ArduinoISP en el tablero, intenté cargar el boceto de parpadeo e intenté grabar el cargador de arranque.
El IDE sigue respondiendo con:
avrdude.exe: please define PAGEL and BS2 signals in the configuration file for part ATtiny85avrdude.exe: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override this check.
También intenté usar avrdude desde CMD
avrdude -P COM5 -b 19200 -c avrisp -p t85 -v -e -U flash:w:sketch.cpp.hex
y dio:
avrdude: please define PAGEL and BS2 signals in the configuration file for part
ATtiny85
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.07s
avrdude: Device signature = 0xffffff
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
Intenté elegir los tres ajustes 1Mhz / 8Mhz / 20Mhz (sin agregar ningún oscilador) y probé las tres opciones con un cristal de 16Mhz con dos capacitores de 22pF (leí en algún lugar en línea que esto podría funcionar) ¡Y todavía nada ha cambiado!
Probé otro chip ATTiny85, otro Arduino Uno, y probé la continuidad en cada cable. pero todavía estoy recibiendo el mismo error.