Multiple Servo Control with Arduino Uno R3

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • DIY Home Security - New Video: • DIY Simple PIR Motion ...
    In this tutorial, we will learn how to use multi-servo with Arduino. We will control 4 servo motors with Arduino PWM outputs.You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this.
    In the next tutorial, I'll show you how to use multiple servos with potentiometers. Do not forget to subscribe. Thank you for your support.
    I did not share the code because it is short and it varies according to the number of servos. You can write code by watching the tutorial. This is a better way to learn. I will continue to share long and complex codes.
    Required Hardware
    Arduino Board:
    goo.gl/UyGYeF
    amzn.to/2LZr6t4
    Servo Motor x4 :
    goo.gl/iOkPgu
    amzn.to/3avwe1N
    Wires :
    goo.gl/VRzUN4
    amzn.to/3doetmT
    Breadboard :
    goo.gl/yCa8hX
    amzn.to/3qxLxwm
    Recommended Items:
    Use Your Muscles in Project - amzn.to/3wdL45C
    37 Sensor & Module Packages - amzn.to/3m66WeQ
    Try this Robot Arm - amzn.to/3fq8DCl
    Best Resin 3D Printer - amzn.to/39tY8KB
    Arduino Compatible Kits - bit.ly/2J2AFF7
    Connections:
    The external battery VCC / GND connect to the breadboard.
    The Arduino GND connect to the breadboard's GND input
    The servo connections we use in this project are as follows;
    Orange Input - Signal Input
    Red Input - Power Input (VCC)
    Brown Input - Ground Input(GND)
    The Servo1 VCC and GND connect to the breadboard's VCC / GND inputs
    The Servo1 Signal connect to the Arduino Digital PWM 3
    The Servo2 VCC and GND connect to the breadboard's VCC / GND inputs
    The Servo2 Signal connect to the Arduino Digital PWM 5
    The Servo3 VCC and GND connect to the breadboard's VCC / GND inputs
    The Servo3 Signal connect to the Arduino Digital PWM 6
    The Servo4 VCC and GND connect to the breadboard's VCC / GND inputs
    The Servo4 Signal connect to the Arduino Digital PWM 9
    Source:
    Web Site: www.mertarduino.com
    Social Media:
    / mertarduino
    / mertarduino

КОМЕНТАРІ • 276

  • @TehnoVito
    @TehnoVito 2 місяці тому +2

    This video helped my a lot in my robotic learninng proces. Good job!

  • @3flyingkitty3
    @3flyingkitty3 5 років тому +6

    Thank you Mert, I was able to realize I had a few fried microservos in the bunch.

  • @recepselimagrman829
    @recepselimagrman829 2 роки тому +29

    I can't believe such important point is missed there, those servos (SG90s) are rated at 4.8V-6.0V absolute ratings. 9V is way pushing it. This might (probably will) fry the motors!

    • @akihasc7047
      @akihasc7047 2 роки тому

      no..at least 8.3 V needed to run this project..

    • @recepselimagrman829
      @recepselimagrman829 2 роки тому

      @@akihasc7047 Not really.

    • @isagumus1
      @isagumus1 2 роки тому +1

      Would be true if only a constant voltage DC power source was used but in this case, there’s only a simple 9V battery. Mind the voltage drops after running 4 of the servos. So it’s totally fine.

    • @atharvsalunke5390
      @atharvsalunke5390 Рік тому

      No brother

    • @galagatron5319
      @galagatron5319 Рік тому +1

      Im confused too because I read the same data on these servos. THinking these would be fried. Could I also have a theory that since there are 4 servos that sharing 9 volts would give each servo about 2 and 1/4 volts. Damn this connudrum.

  • @nihalkeetha
    @nihalkeetha 7 років тому +5

    I always wanted to know how do we control multiple servos with arduino now u did that

  • @cwrigh13
    @cwrigh13 7 років тому +4

    best Arduino servo video on UA-cam

  • @Racerr258
    @Racerr258 3 місяці тому +1

    Are you able to make each servo move independently of each other with this method? Or will they always be in sync

  • @CobraEditx404
    @CobraEditx404 Рік тому +2

    as i can see all the motors are moving in a same direction but I want the each motor to rotate different directions is possible

  • @leandro3710
    @leandro3710 6 років тому +4

    thanks for the video, and thanks to the mute option too

  • @govorilegko
    @govorilegko 7 років тому +7

    I love your videos so much
    (those comments and descriptions to the code)
    thank you

  • @Foxionos
    @Foxionos 7 років тому +20

    could you tell me how i could make these run on different speeds (delays)

    • @mohamedahmed534
      @mohamedahmed534 4 роки тому

      @Jörgen #2 where?

    • @aiversity5975
      @aiversity5975 4 роки тому

      Change the delay of the code in different servos

    • @flybobbie1449
      @flybobbie1449 3 роки тому +1

      delay(100) roughly delay(25000) is 20 seconds, just working on this now.
      I read wrong you want different speeds. Delay is before next step. Try;
      void loop() {
      myservo1.write(pos);
      delay(2500); // delay before activate servo 25000 is about 20 sec
      for (pos = 0; pos

    • @blevlabs
      @blevlabs 3 роки тому

      Program the Arduino using the servo library

    • @matharjun
      @matharjun 3 роки тому

      Using for loops

  • @saadaljurais8083
    @saadaljurais8083 7 років тому +6

    Thank you so much. I have 3 important questions
    1) Is this connection series or parallel?
    2) If i have 5 servo motors (MG996R) and I want to use (Battery) what is the value of voltage and current that i need to apply so it works very well and there will be no damage ?
    3) Do i have to care more about the current or voltage, so they can run ?

    • @mohamedelbachirbelalmi3751
      @mohamedelbachirbelalmi3751 7 років тому +1

      from the video the connection are in parallel .....we have the same problem bro i hop he lestting to us

    • @larttv518
      @larttv518 7 років тому +1

      we have the same problem :(

    • @just2jimify
      @just2jimify 7 років тому +1

      If you put the motors in a parallel circuit then they will all recieve the same voltage which is a good thing! You want the voltage to be fixed at the voltage required by the servo (the allowable range will be quoted by the servo supplier. probably somewhere between 3.7 and 5v) You then want a battery that supplies enough mAH to keep your servos running for as long as you require.

    • @dragosbalmau
      @dragosbalmau 6 років тому +1

      Did you found a solution ?

  • @mariobaracus2619
    @mariobaracus2619 3 роки тому

    You helped me alot understanding how to do this without friying any servo, im using expensive ones so it would be bad to frie them

  • @sultansrv
    @sultansrv 7 років тому

    exactly what i was looking for !! im using 3 of the same servo motor and 1 a bit larger with metal casing. im gonna try this now. thanks.

  • @XxGameBusterxX
    @XxGameBusterxX 4 роки тому +2

    I really enjoyed this video alot it was simple and I'm super glad you commented oh what the program does I'm a novice when it comes to this so it was great and easy to follow thanks alot

  • @fawzibryankairouani9539
    @fawzibryankairouani9539 7 років тому +15

    How can you make them run all at the same time, but each one at a different frequency and a different duty cycle?
    For example, the first one would do 0 to 45deg back and forth while the second one is doing 0 to 90deg and the third one 0 to 180deg back and forth.

    • @stephenkamin1345
      @stephenkamin1345 5 років тому

      I his is very difficult to do as the servos are noisy. I was only able to run two from one arduino... any more and the added one ran erratically.

    • @Robonza
      @Robonza 5 років тому +1

      I did a video on fully independent control.

    • @vishnupriyatummala801
      @vishnupriyatummala801 4 роки тому

      @@stephenkamin1345 yeah same problem I was able to run only 2 servos from one arduino...

  • @unglaubichuberlieber8048
    @unglaubichuberlieber8048 5 років тому +3

    good tutorial, thanks !!! one question, if these servos were attached via a shield like l298n/vnh2sp30
    what needs to be changed ???
    thanks for you attention

  • @Kipyminyman
    @Kipyminyman 7 років тому +1

    Oh my goodness, you are a life saver, thank you!

  • @muhammadyezabaihaqi2215
    @muhammadyezabaihaqi2215 3 роки тому +2

    why do you use 9v? As I know mini servo maximum voltage is 5v

  • @HOBBY-MASTER
    @HOBBY-MASTER 3 роки тому +1

    Awesome video !
    Can you please tell how to control multiple servo motors with switch without using arduino

  • @AliRaza-ku9io
    @AliRaza-ku9io 7 років тому

    my first video to learn about arduino coding for servo motors :) great work man.. liked and subscribed.. ☺

    • @AliRaza-ku9io
      @AliRaza-ku9io 7 років тому

      +Mert Arduino and Tech always welcm :)

  • @cordellbrooks6365
    @cordellbrooks6365 7 років тому +9

    Can I use any signal inputs?????

  • @MakerDan55
    @MakerDan55 7 років тому +5

    You haven't shown how the Arduino gets power. Can you explain that?
    thanks,

    • @linuxphone9063
      @linuxphone9063 5 років тому

      exactly he shows how to power the servo but not the arduino

    • @minecraftvideos3435
      @minecraftvideos3435 4 роки тому +1

      The 9volt battery has powered the servo and with the uno if u connect the cable with it to a computer it will just come on u do not need a battery source for the uno

    • @DIYTechGuyShow
      @DIYTechGuyShow 3 роки тому

      You need to run a wire from the Positive Rail to the VCC input on the Arduino. The Negative Rail should also be connected to the GND Pin of the Arduino.

  • @Cavi587
    @Cavi587 2 роки тому +2

    Isn't 9V a bit too much for these micro servos?

  • @dkumarin
    @dkumarin 7 років тому +1

    Thank you for sharing the video. It is a good idea that you could avoid the motor shield. Please respond.

  • @nanaagyarko6516
    @nanaagyarko6516 6 років тому +5

    How do we programme the servo to work one after the other but not at the same time

    • @spencerdebenedetti5204
      @spencerdebenedetti5204 5 років тому

      delay(100);

    • @sadhankumar7908
      @sadhankumar7908 5 років тому

      @@spencerdebenedetti5204 what to do with the delay(100)?

    • @spencerdebenedetti5204
      @spencerdebenedetti5204 5 років тому

      @@sadhankumar7908 if you write delay(300); or any other number after a line of code it will delay before the next line.... So for example with LEDs ( i dont know servo code by heart) it would be digitalWrite(LED1 HIGH); delay(300); digitalWrite(LED1 LOW); this puts a delay in between the commands. I hope this helps

  • @amritlalsingh7780
    @amritlalsingh7780 7 років тому +1

    if you keep uploading videos like this .one day you will be the greatest arduino channel

  • @minecraftvideos3435
    @minecraftvideos3435 4 роки тому +1

    Thank u so much this video has helped me alot

  • @AmbieWolfie
    @AmbieWolfie 7 років тому +3

    Great video! Please excuse my ignorance of the subject, but how does the 1 signal wire enable the servo motor to travel in both a clockwise and anticlockwise direction? I always thought reversing the direction of the motor required switching the polarity of the positive and negative terminals -- though this is for general motors, rather than servos.... gaps in my knowledge, ah!
    Any advice is very much appreciated, thank you :)

    • @matthewwells1826
      @matthewwells1826 2 роки тому +1

      the servo is controlled by PWM ( DC current but in pulses, the width or "time on" of the pulse determines the servo position),

  • @boombastic1324
    @boombastic1324 3 роки тому +1

    If i use 5 tower Pro mg 996r servos is it going to work

  • @juanbriones1760
    @juanbriones1760 7 років тому +2

    Mert Thanks for your videos tutorials. .can you please do ir remote control car with old fashion motor shield no who you solder the pins up like the video number 2

  • @Brianle180
    @Brianle180 7 років тому +3

    Great work. that is useful for my project.
    But as I know SG 9g servos just use 4.8v~5v for the power supply.
    In your video the servos use 9v power . Is that ok?
    Sorry for my english.

    • @Brianle180
      @Brianle180 7 років тому +2

      Thank you for answer me. a few day ago I tried to put 7.4v (2s lipos) for 8 servos. And my problem was gone. before that my spider robo when it use 5v DC port from arduino , it couldn't walk just like it was very easy to collapse, i think because the port of arduino doesn't give enough current for 8 servos. Am i right? Or there are something else?

    • @Brianle180
      @Brianle180 7 років тому +3

      Oh you just give something very value. Thank you a lot.
      But why we need to disconnect the servo motor when we connecting the arduino to computer.
      Can you tell me clear ?

    • @hasankeskin977
      @hasankeskin977 4 роки тому

      Hello can i work servo motors with 9 V battery?

  • @amiengineer
    @amiengineer 2 місяці тому +1

    Can we power 5 servo motor(MG995) using external power supply and control it with arduino

    • @gusthekidaz9808
      @gusthekidaz9808 2 місяці тому

      Yes just got to make sure all the voltages are correct

  • @dipentandel10
    @dipentandel10 6 років тому +2

    Please give me a answer....
    What a Arduino pin 1,2,4,7,8,12,13 connect with servo motor ?????

  • @BJamesThompson
    @BJamesThompson 3 роки тому

    THANK YOU!!! This is exactly what I was looking for :)

  • @fatmahanc2211
    @fatmahanc2211 4 роки тому

    Very instructive and clean code.

  • @leibricke
    @leibricke 2 роки тому +1

    Running 6v servos on 9volt battery is pretty destructive

  • @petermaker76
    @petermaker76 7 років тому +2

    thank you for upload this

  • @computertime4336
    @computertime4336 Рік тому

    This was a very good video i learned a lot 👍

  • @wojciechchojnacki7757
    @wojciechchojnacki7757 3 роки тому +1

    Good video, but what gets me is this: On your code delay of 100ms seems to be controlling servo's angular offset speed (time interval between each angular step?). So therefor 15ms between each angular offset step results with faster operation of the servo. When I'm using the same code, delay acts on a time interval between each full 180 degree sweep. So with a 100 ms my servos are shaking (as they cannot reach full 180 travel in that time) and I need something like 2000 for them to perform full sweep. I have used a breadboard first, than an expansion shield with Tower pro Sg90 servos, both operate more or less the same. Do you have any idea why is it acting different?

  • @KyawZawHlyan
    @KyawZawHlyan 4 роки тому

    nice and simple to understand

  • @raymundorojano8183
    @raymundorojano8183 7 років тому +1

    it´s only comment and why my AR-3606HB's servo model gives out a bucnh of movement and do not makes smaall circles by largest circles

  • @MamunKarimtoyforusrc
    @MamunKarimtoyforusrc 7 років тому +1

    im facing problem with 2 pen tilt servo... using valu flysky th9x reciver with arduino ... 1 servo is working but when i use two serov ..thats the problem start...can u plz helm me

  • @xxBSWgamesxx
    @xxBSWgamesxx 5 років тому +2

    If you wanted to start the servos off at different positions could you just do
    int servo1Pos= 0;
    int servo2Pos= 90;
    int servo3Pos = 120;
    or would you have to do something else? also is there a way to make it so it would stop once it gets to a certain degree then press a button to return to the starting position? what we would i need?

  • @stefane7219
    @stefane7219 7 років тому

    Great video I will be trying to make a project with arduino ..
    Will try using more then one servo... and diffrent angel!... Do you have some video about it!? I will use 2 servo trying to do some cool with it

  • @hasankeskin977
    @hasankeskin977 4 роки тому +1

    Hello i have a question.
    Is this servo motors doesn not work in 5-7V, i can use it with 9V batarry ?

    • @gerbendbr6437
      @gerbendbr6437 4 роки тому

      I was thinking the same, i think they'll start smoking after using it for a longer period

    • @DIYTechGuyShow
      @DIYTechGuyShow 3 роки тому

      No, you should not power this servo using 9 volts. You should reduce the power going to the servos to below 6V using a buck converter or some other type of power regulator.

  • @rendyyt2268
    @rendyyt2268 4 роки тому +1

    What the voltage of the extrenal battery?

    • @rendyyt2268
      @rendyyt2268 4 роки тому

      Did the servo is not broken? The datasheet of the servos are maximum voltage of SG90 is 5 volt right?

    • @jilljessurun2897
      @jilljessurun2897 4 роки тому

      @@rendyyt2268 ikr i dont understand that either

  • @josdodemont9570
    @josdodemont9570 7 років тому

    Thanks for your videos tutorials but is it possible to connect 5 or 6 servo,s ?
    Thanks !!!

  • @Marcus-pv9le
    @Marcus-pv9le 5 років тому

    I heard if you can hook up a mic panel connect to arduino and control panel you can operate multiple servos with voice command is that possible

  • @anilkanojia3361
    @anilkanojia3361 4 роки тому

    I am also trying something new..
    So please answer that how many servo motrs can be controlled using different digital io pins at a single arduino board...

  • @mkatdank5222
    @mkatdank5222 5 років тому +1

    Great video, thanks! How does the Arduino connect to power?

    • @Ferea
      @Ferea 5 років тому

      Through the cable connected to the computer. Or get a battery and connect it with the arduino vcc and ground

  • @Mintsel
    @Mintsel 7 років тому +1

    Can you do that in the same way with the arduino pro mini?

  • @bid0u12345
    @bid0u12345 6 місяців тому

    You're using two different power sources: One for the Arduino, one for the servos. How to power everything from the same source?

    • @gusthekidaz9808
      @gusthekidaz9808 2 місяці тому

      The servos and the Arduino board have different power requirements, different voltages. Your same singular power source would have to cater to each components required voltage

  • @mradulbhardwaj4134
    @mradulbhardwaj4134 2 роки тому +1

    Serpos

  • @jeremyrivera9085
    @jeremyrivera9085 2 роки тому

    How would you add a button to this set up and how would you write the code for it? Thanks!did this set up, my only problem I ran into was my power supply wasn’t strong enough, so I’ll get one or two servos working, just waiting on a new power supply thanks for any info!

  • @thenews25
    @thenews25 3 роки тому

    Best informative video...... Thanks

  • @jeremy11allen
    @jeremy11allen 5 років тому

    Would using an external power source like this work for powering a larger 20kg servo that has a 6v power requirement?

  • @jacopotech
    @jacopotech Рік тому

    hi, i'm new with arduino, i have a question: can i also attach the 9v battery directly to the arduino board and not to the breadboard or i need to attach one battery to the arduino board and one to the breadboard? and also, i can rotate it only at 180° or it can rotate at 360°?

  • @Nai-cq5yq
    @Nai-cq5yq Рік тому

    Let say I want command 4 servo at the same time and same position like in the video, can't I connect it parallel in one pwm pin? Im looking for an answer for this.

  • @plavali_znaem
    @plavali_znaem Рік тому

    May I ask stupid question: so there’s a voltage supply both from computer and from the 9V battery ? Or is it so that he uploaded the code, and after that disconnected the arduino Uni from the computer, and only battery used as the source of energy?

  • @shipcake12
    @shipcake12 7 років тому

    I love This Chanel

  • @frankschulz3849
    @frankschulz3849 2 роки тому

    Hello, yes, I was looking for that too. But I have a problem. Since 2 of my servos are mounted in a twisted position, servo 1 and servo 3 should always run backwards. That is, in the first pass of the movement. So servo 1 and servo 3 from 0 to 180 degrees and at the same time servo 2 and servo 4 from 180 to 0 degrees.Can this also be realised in the Sketch?

  • @tayyaraga3666
    @tayyaraga3666 5 років тому +1

    Birbirinden bağımsız (servo 1 60 derece, servo 2 90 derece, servo 3 180, servo 4 110 derece) döndürmek mümkün mü?

  • @mattm9174
    @mattm9174 7 років тому +1

    Hi! Nice video :) I bought two Lipo to power 8 continous rotation servo 9G. Is it possible to power all the servo directly on the cells or do i need a power regulator? Thanks you in advance :)

    • @mattm9174
      @mattm9174 7 років тому

      Thank you for your answer. I didnt find any power regulator which can deliver enough power to power the 8 servo. Is It possible with the same battery to use several power regulator in derivation ?

  • @isaiahschwartz1381
    @isaiahschwartz1381 6 років тому +1

    Do you need to have your uno plugged into the computer to control the servos or can it run just on the battery?

  • @ethanc3552
    @ethanc3552 3 роки тому

    Is there anyway to control all of them with a single push button/ switch???

  • @JonathanLov
    @JonathanLov 7 років тому +2

    I have no idea on how to run both a servo motor and a DC motor, can anyone tell me, or show a video on how?

  • @iflystuff8955
    @iflystuff8955 2 роки тому

    I typed out everything you did but for 2 and it’s not working. They only move like a mm? What am I doing wrong

  • @stormmaster1403
    @stormmaster1403 Рік тому

    help every time i televeers it gives me this
    Sketch uses 2302 bytes (7%) of program storage space. Maximum is 32256 bytes.
    Global variables use 61 bytes (2%) of dynamic memory, leaving 1987 bytes for local variables. Maximum is 2048 bytes.

  • @yunusemreturan2750
    @yunusemreturan2750 3 роки тому

    Thank you

  • @jimbobbyrnes
    @jimbobbyrnes 4 роки тому

    i can only get one servo to move all the rest stay still. they are high torque servo's running on a high output lithium pack.

  • @alejandrosiabato4229
    @alejandrosiabato4229 3 роки тому

    Bro, es posible dentro de un ciclo for, meter un(if) o sea un condicional para lograr mover dos servomotores al mismo tiempo, y que giren en el mismo sentido los dos?

  • @ddhruvarora8034
    @ddhruvarora8034 5 років тому

    Thanks a lot for this .

  • @felixavshalom2015
    @felixavshalom2015 6 місяців тому

    Can you provide a diagram without breadboard? direct connection

  • @alainav1
    @alainav1 4 роки тому

    the 4 motors can be cable on a single pin

  • @elijahbyrd3370
    @elijahbyrd3370 4 роки тому

    What could I do to control all 10 of my servos?? How many pins would I use?

  • @kkcsynzx6250
    @kkcsynzx6250 Рік тому

    How to move each one in different speeds

  • @GiovanniSobrero
    @GiovanniSobrero 7 років тому +2

    Hi, Thank you for the video! It helped me a lot! I have a question, can you please suggest to me how can I run the servos separetely? I mean I want to decide which servo should move and which should not. Thanks a lot

    • @GiovanniSobrero
      @GiovanniSobrero 7 років тому

      Thank you for your reply! I definitely will! Great channel!

    • @nguyentantien1081
      @nguyentantien1081 2 роки тому

      I'm currently also having the same question like you that how to run the servos separetely. Have you handled it yet? Please help me!

    • @Handlebrake2
      @Handlebrake2 2 роки тому

      @@nguyentantien1081 can you please be more specific?

    • @semrakarasu8541
      @semrakarasu8541 Рік тому

      6yıl olmuş ama her birini ayrı for döngüsüne alırsanız her biri sırayla döner , her birini aynı for içine yazdığı için aynı anda dönüyor

  • @ChadManCreations
    @ChadManCreations 7 років тому

    How long will the 9v battery last running 4 servos

  • @krishnadas6832
    @krishnadas6832 7 років тому +2

    Great Work.Thanks a lot.

  • @jogithajohn5689
    @jogithajohn5689 5 років тому

    how do you control one servo after another? what change should be made

  • @mohamedelbachirbelalmi3751
    @mohamedelbachirbelalmi3751 7 років тому

    thx so much............you Saved me

  • @kartechindustries3069
    @kartechindustries3069 3 роки тому

    How u are using 5v servo with 9v supply

  • @ultralegendgamer5956
    @ultralegendgamer5956 2 роки тому

    I am a 11 yo boy I was confused that how
    To control without int now I am clear . It goes serial y. If am wrong pls reply.

  • @sweetblues3230
    @sweetblues3230 5 місяців тому

    I like yellow background it's focusing moment for me

  • @sumitpanwar5408
    @sumitpanwar5408 7 років тому

    can i connect more servos to this please make a video adding more servos to this project

  • @NickB2513
    @NickB2513 2 роки тому

    Hello, I'd like to be able to make servo 1 move 180degrees then after 5 seconds make servo 1 move 180 degrees. And so on for all 4 servos. I've tried to do this using the delay but all the servos are moving at the same time. Can you help? Thank you

  • @gijsdollenkamp8471
    @gijsdollenkamp8471 3 роки тому

    what if you want 2 servos to do 2 different things at the same time?

  • @Tea-Spin
    @Tea-Spin 7 років тому +1

    Isn't that 9V battery? Is that OK if the servos are powered by 9V Battery?

    • @MrBird94
      @MrBird94 6 років тому +1

      No it's not it will destroy them pretty quickly. These cheap 5gr servo's every seems to like can only handle 6.8Volts at the highest. I tested 8 of them running on 1 9v battery and 3 of them stopped working after 15 minutes of use (Not doing to stressfull jobs) I woul recommend not using any more then 5volts max as any higher will likely destroy them after a while.

    • @ehsiehs368
      @ehsiehs368 5 років тому

      @@MrBird94 which power supply can I use instead of the battery?

  • @sidhath98
    @sidhath98 7 років тому

    Can someone tell me what would happen if I do not use common ground for arduino and servo?

  • @PartyPilotier
    @PartyPilotier 7 років тому

    what is the title of the music in this video? its very relaxing.

  • @Iliuzija666
    @Iliuzija666 3 роки тому

    When I connect one servo, it works but when I connect more than one, every servo starts rotating without paying attention to the for loop. Looks like I checked everything. I even took another UNO, nothing has changed. Why is that?

  • @rabinlamichhane2657
    @rabinlamichhane2657 7 років тому

    Can i use a 6 v battery instead ? Will it work fine or not ?

  • @nihalkeetha
    @nihalkeetha 7 років тому +1

    I have a suggestion for another video for u where can I say that can u say me

  • @alvaro.sacris1930
    @alvaro.sacris1930 3 роки тому

    a 1.5V will do for this?

  • @Narkase
    @Narkase 7 років тому

    Hey, nice video!
    Im wondering how to make servo run once 180 degrees ( you've showed that in video) and after some code run back those 180 degrees once. Just write servo.write(0) or how?
    Thanks if you could help!

    • @Narkase
      @Narkase 7 років тому

      Yes. It is exactly that I had in mind, it was very easy but somehow it didint work in the first time, now everything is ok :D

  • @JaspreetSingh-xj1jy
    @JaspreetSingh-xj1jy 7 років тому +1

    sir please make a tutorial on feedback servo/servo which could be used as input

  • @johncaballero4333
    @johncaballero4333 2 роки тому

    Hello sir, I my servo doesn't react to servo.write(angle). it only react to for loop code. Why is that? I'm using same sg90 servo motor.

  • @nilimakulkarni4541
    @nilimakulkarni4541 11 місяців тому

    can i use uno or nano instead of R3 for the same?

  • @magical_spirit_wolf
    @magical_spirit_wolf 5 років тому

    How do you make the connections permanent and not use the bread board?