ArduinoISP icon indicating copy to clipboard operation
ArduinoISP copied to clipboard

Use the Arduino to program AVR chips.

Results 3 ArduinoISP issues
Sort by recently updated
recently updated
newest added

Hi! If you add pinMode(SS, OUTPUT); to the setup then it is possible to change the SS pin.

I needed to program a slow clocked ATtiny2313. Couldn't do it. Errors at various places -- reading signature, reading fuses, sync errors, etc. SPI clock was just too fast for...

I'm getting the notorious not in sync error when trying to use this ISP sketch. Everything is hooked up and configured properly, I can burn the bootloader and program my...