ATtiny85 and Servo

Hai,

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

Kind Regards

Got any more info such as a schematic, or code? Why do you have so many different libraries?

Hai,

This is my programmer with Arduino Uno, my PCB and my source code
I do not know which is the good library for the ATtiny85 , can you help me please

Kind Regards

85-ISP.jpg

insect_bot_smooth.txt (4.62 KB)

Doesn't help you now, but I'll have that supported in my cores builtin servo library in a month or so.

Check this site. You might need to program the tiny with the servos unplugged.

Hai,

Thanks for the info

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!

HTH someone...

Yes it helps. Thanks for posting.
Your first link appears k'flooied.

vinceherman:
Yes it helps. Thanks for posting.
Your first link appears k'flooied.
https://www.youtube.com/watch?v=mfCCk_ddQmg

Thanks, Vince! I fixed!