Arduino Tutorial: Using a Servo SG90 with Arduino

preview_player
Показать описание
A servo is very useful in many projects! In this video, we are going to learn how to use the popular SG90 micro servo with Arduino in an easy tutorial.

Want to learn to code?

Рекомендации по теме
Комментарии
Автор

We're building a robo car for our school project. The teacher said to make ours stand out, put a flag on it or something, tune it up, get creative she said. so im turning my one into a tank with the top part rotating like a real tank. :D

lampard
Автор

Probably the best video on using an Arduino with a servo on YouTube. Greetings from Sydney, Australia.

cwrigh
Автор

Opening of water tap when the pressure reaches a certain level and closing it when the pressure reduces to certain level

wesleymarvelous
Автор

Great video for beginners like me i am using the same set up so very useful i am making a small box with a lid i want to put in a car so when the ignition is switch on the lid opens and when the ignition is off the lid closes

steveburton
Автор

Hi, I love your tutorials!

There is a project I have in mind: using a servo for a parking disc which automatically sets the disc one hour forward. It should be not so difficult but the problem would be the little space in the disc and making it bigger would look suspicious

herrcojones
Автор

I plan to attach it to a rocket motor and put a gyroscopic sensor on the arduino, and program it so that the servos will correct the motor for pitch

andrewfortner
Автор

Thank you you made me understand servos in less than a minute :)

LofiQuranStream
Автор

Cảm ơn rất nhiều. Vì tôi mới sửa được lỗi sai chân pin nhờ xem video này. Không ngờ chân pin lại nằm bên trên :)

TH-dskk
Автор

This seems easy, thought it would be complex thank you so much!

krioisawesome
Автор

Copy paste:void loop()
{
// scan from 0 to 180 degrees
for(angle = 10; angle < 180; angle++)
{
servo.write(angle);
delay(15);
}
// now scan back from 180 to 0 degrees
for(angle = 180; angle > 10; angle--)
{
servo.write(angle);
delay(15);
}
}

Mchorcha_ta
Автор

I am using this to make chocolate milk stirrer so that I can focus on more important activities.

sushrutbawkar
Автор

I’m building a air powered rocket for my college project. I need this for the parachute release 👌🏾👍🏾👍🏾👌🏾

dylonpatel
Автор

Wow awesome video!! Very clear, straight forward, nicely paced (did not drag on too long). Thank you!!

Coolarj
Автор

Best video i've seen, i mean it! Could never be improved, ever. All the information i needed, basically as quickly as i believe is even possible. Cudos!

fredriksjoblom
Автор

Brilliant video with links to schematics and code even helpful information on the website as well as the tutorial! this video has been very useful because as a beginner i do not want to burn out or brake my servo.

kurtrogers-day
Автор

The background music deserves a subscribe

wuffletuffle
Автор

yea ideal for building rocket control: small, lightweight, powerful, easy to control beautiful :) PS i thinked that controling servos will be hard but its easier than turning led on LOL

piotrlason
Автор

3:02 Well I'm building a Gaster Blaster from Undertale. It's almost done and totally awesome :D

boswcheydoesart
Автор

Respect. You helped me a lot. The vid was easy to understand, no bullshit at all, straight to the point, exactly what a tutorial should be like. Thank you very much my good sir and have a great day

RotiBoy-dyon
Автор

Happy New Years to you too, and thanks for the videos!

DylanTackoor