This project is a beginners tutorial on how to use servos.
All you need is an arduino uno and a micro servo (I recommend tower pro 9g micro servos).
I have put together four cool projects for beginners.
The first project is a servo tester.
The servo tester moves the servo to zero degrees, waits 10 seconds, then moves to 90 degrees, waits 10 seconds, then moves to 180 degrees, and waits 10 seconds and does the same thing in reverse! It is great to use this to put the servo arm in a specific spot.
Project number 2 is the sweep.
It slowly goes from 0 to 180 degrees, waits a second, then goes quickly from 180 to 0 degrees! It’s looks cool when you put the arm side down on a table and run the code. It looks like the servos are doing push-ups!
The third project is the up-down.
the servo goes up in intervals of 10 degrees, waits a half second, then goes back to zero degrees it does this until it gets to 90 degrees.
Project number four is random position generator.
it generates a random position and the servo writes that position, kind of obvious, right?
Those are the projects and I hope you like them!
Comments