Hi,
I am programming ATtiny167 using Arduino UNO as ISP. I am following this guide: YouTube
Which basically says:
-
Add Attiny167 in boards manager from: Link
-
Setup circuit as follows: (MOSI, MISO, CLK, PWR connections b/w UNO and ATtiny167): Link
-
Select Board as ATtiny167 and Arduino as ISP and upload blink program!
Up till this point, the avrdude was unable to find the board due to internally clocked ATtiny167, so the guide suggested editing avrdude.conf files in ../AppData/.../etc and ../Arduino/.../etc folder by adding the following lines into code: Link.
Now, Arduino IDE is detecting the ATtiny167 but there is some new error and I found no solution to it.
Error: Yikes! Invalid device signature. Double check connections and try again, or use -F to override this check.
Please help me with solution.