I have a problem with my ATtiny85 I can not load programs where two servos worry
Next libraries I have installed
Servo
Adafruit Soft Servo
Servo software
Tiny Serbo
Who can help me to do just two servos run in a ATtiny85 please
What I seek is 2servo on an ATtiny85 and works as an insect, should be able to sweep both servos
I looked everywhere but do not find what works
Can you help me please
I came across this thread when I was trying to figure out how to get my ATTiny85's (and others) to drive servos in a semi-similar way to @Sembot. While this thread's last post was 120 days ago, what I am adding here couldn't be considered 'new post' material, as I'm posting a solution, not a problem. Also, there are scant few sketches around for 1.8.*+
For those that come across this thread like I did, I created & tested a solution and made a video here. On that same YouTube channel I show how to make a temporary, then 'permanent' (shield) ATTiny (85/84/45/44) burner, in case you want to do a lot of ATTiny work.
You can drive 4 PWM outputs from an ATTiny85 with relative ease (see here), which would enable you to have other movement/goodies on your project. Couple the PWM outputs with inputs (as I did in my ATTiny/CaDs one), and that little chip can make your 'tiny' projects interactive!