ATtiny85 flashing issues

hi ın dont know any thing about programming and trying to upload this kastle/kastleSynth_LFO at master · bastl-instruments/kastle · GitHub code to my attiny85 can any one explain me what are the sbasic steps and whats happening whem ım flashing? ı tried attiny core and other attiny related programmers. tried lots of tutorials but ended up messing software so ı will make a clear start

An ATtiny85 isn't suitable for beginners. You need a programmer (and no, the ATtiny code isn't a programmer, that's a core for the IDE, a programmer is a hardware part that makes the connection from the PC to the ATtiny) and you need to know how all the connections must be.

There are several tutorials on the Internet that shows how you can use an Arduino (p.e. an UNO) to be the programmer for the ATtiny but all that stuff isn't ready for beginners.

Start with an Arduino UNO and some tutorials to get familiar with the platform, with the IDE and with Arduinos as a hardware platform.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.