Hi, I was doing a hobby project for which I was using the Uno R4 wifi as an ISP to program the Attiny85. This worked 2 months ago, using the explenation from this post: Arduino UNO R4 WiFi as bootloader burner. I started again this week, but ran into the following error:
Error: programmer is not responding
Warning: attempt 1 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 2 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 3 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 4 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 5 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 6 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 7 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 8 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 9 of 10: not in sync: resp=0x00
Error: programmer is not responding
Warning: attempt 10 of 10: not in sync: resp=0x00
Error: unable to open port COM7 for programmer arduino
Failed chip erase: uploading error: exit status 1
I have unfortunately not managed to figure out why it won't work anymore. I have checked the wiring multiple times. My R4 does work as it should when I ran basic sketches on it. Does anybody have an idea?