Control Servo Motor with Arduino- Complete Guide

Поделиться
HTML-код
  • Опубликовано: 7 апр 2022
  • Let’s learn how to control servo motor with Arduino. we’ll cover working principle of servo motor, interfacing and programming of Arduino to precisely control the position of servo shaft. We’ll be using regular or position servo which can rotate 180 degrees in either direction.
    [SUPPORT]
    ►► Get FREE TRIAL of Altium Designer: www.altium.com/yt/binaryupdates
    ►► Need Help? To Learn Embedded Systems: courses.binaryupdates.com
    [TIMESTAMPS]
    00.00 Introduction
    00.42 Working of Servo Motors
    01.58 Interface Servo with Arduino
    02.29 Write Arduino Program
    08.02 Control Servo Motor
    12.52 Rotate Servo to 180 degrees
    Umesh Lokhande
    BINARYUPDATES.COM
    Web: binaryupdates.com
    Mail: umesh@binaryupdates.com

Комментарии • 15

  • @syedsajjadali4220
    @syedsajjadali4220 2 года назад +1

    Beautifully explained!

  • @kemaketseforkssebitiela3089
    @kemaketseforkssebitiela3089 9 месяцев назад

    ❤❤this is too good

  • @iamindian6727
    @iamindian6727 2 года назад +2

    Hello sir,
    I've been following your videos for the past few weeks, Can you make a video on which microcontroller to use for industrial machines, For Example if there are 4-5 Ac servo Motors and more than 3 actuators in a single machine.

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi I'd surely make videos on suggested topics on how or what microcontroller will suit for 4-5 AC operated industrial servo and 3-actuators to control. I believe you can consider ATmega328 AVR since its easy to program using Arduino IDE. And if you're PRO user and have prior experience in programming then STM32F1 series is also good as it also support plenty of PWM pins to drive servo and actuators. I hope this may help. Good luck and best wishes!

    • @iamindian6727
      @iamindian6727 2 года назад

      ​@@BINARYUPDATES Thank you!,
      Sir my kind request to you is, Please make an online course on how to design custom control boards for various projects and what are the things to be noted before designing.
      As it helps and inspires many aspiring engineers like me.

    • @jijothomas362
      @jijothomas362 7 месяцев назад

      Pop

  • @yashmistry7040
    @yashmistry7040 2 года назад +1

    Is it necessary to use delay after servo.write?

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi Yash, it will work even without delay but then Servo motor will move fast. You can change Arduino code and try and experiment at your side. It will be more of a fun. Good luck and best wishes!

  • @joshitoshi9835
    @joshitoshi9835 2 года назад

    i have few questions and hopefull u will answer passionately.
    1. i want to use dc motor to motorise my balcony sun-shade which is horizantal to earth, so which motor should i use?
    2. How to run it for specific distance, for example i want to run it to cover 5 meters of distance, bcoz i dont want to run it for too long or too short, so can we run a dc motor for specific distance or number of turns?
    3. Is it necessary to use feedback switch so when it reaches to specific distance it will be off autoamtically, or we can run it for specific distance using programming?

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      Hi you can use Servo Motor, there are motorized sliders you can buy for curtains. These are usually more like a horizontal sliders. You can use with Servo mechanism to precisely control the shaft and movement around horizontal space. Please consider learning about some home automation projects like curtains control or similar. Good luck and best wishes!

    • @joshitoshi9835
      @joshitoshi9835 2 года назад

      @@BINARYUPDATES how about making a video tutorial on this project?

    • @BINARYUPDATES
      @BINARYUPDATES  2 года назад

      As it involve lots of moving components. Maybe someday in future when I'll have time. I may make video to to create similar use case around Servo Motor to control horizontal movement of shaft.