Perfect, this is what i need. I'm totally new to servos and arduino, but this seems pretty easy.
@techathome Жыл бұрын
Thank you
@lalitpal67973 жыл бұрын
That was simple and interesting. Awesome But the motor was not showing the 180 complete rotation.
@napkin622 жыл бұрын
Nice...for showing two different code to run servo motor....
@techathome7 ай бұрын
Thank you
@1985onya7 ай бұрын
Thanks Bro! How to modify the code so the motor rotates once in a hour?
@techathome7 ай бұрын
If you use delay it will not execute the remaining lines of program. You can search for millis in Arduino and its usage.
@1985onya7 ай бұрын
@@techathome ok, Thanks
@thefunpig7221 Жыл бұрын
Thank you you really help me. I just started today.
@techathome Жыл бұрын
Welcome
@fransbeno802 Жыл бұрын
Man thank you so much your video is lifesaver, this video help me on some of my projects
@techathome Жыл бұрын
Welcome
@mustafayasir-x9f Жыл бұрын
No hate, But dont know the servo wont keep on repeating,it would only rotate once and then nothing would happen
@techathome Жыл бұрын
The logic is inside the loop() so it should repeat. Did you change anything in the code?
@Kuch_bhi_krta_rehta_hu5 ай бұрын
It's not repeating, I have tried same code
@fullmetaltheorist Жыл бұрын
Very useful tutorial. It helped me understand how servos work in a easy way.
@techathome Жыл бұрын
Thank you ❤️
@lenchata Жыл бұрын
Thank you so much, keep making videos mate!
@techathome Жыл бұрын
Welcome
@parshvtathed1643 Жыл бұрын
Excellent project Can we write If condition for servo motor Means If servo motor is 90 degree then led will on
@techathome Жыл бұрын
Yes , you can do that
@parshvtathed1643 Жыл бұрын
Can you please give me code of it I mean how we can write IF condition in servo motor Thank you
@shlokvarma8840 Жыл бұрын
Sir I uploaded the code but my motor is not working and I have putthe pins in the correct sockets so what's the problem?
@abhishekprajapati78304 ай бұрын
Sir is there any tutorial on servo motors functioning through IR sensor or ultrasonic sensors
@techathome4 ай бұрын
Not the specific one. But referring to few of my tutorials you can make. I have one video of controlling servo using potentiometer. Almost logic remains same. You have to replace potentiometer data with ultrasonic data.
@stevemarshall2358 Жыл бұрын
Brother. I use this same code no error but when I uplode this servo blad is not move but a sound create. When I upload pre written code that written by module than work. what is the reason.
@samalesa5959 Жыл бұрын
seriously! this video is super
@techathome Жыл бұрын
Thank you
@vsfgh Жыл бұрын
So a bread board and resistors are not necessary, is that right? I'm new 😅
@techathome Жыл бұрын
Yes , for controlling one servo breadboard not required
@annikaguha1918 ай бұрын
i did everything according to the video . code connection devise everything is proper the servo is just not rotating . what shold i do
@5_a_vihanks329 Жыл бұрын
thank you very much
@techathome Жыл бұрын
Welcome
@BBoycire8510 ай бұрын
Is there a way to tell what kind of servo one has? I have a GM90S, but apparently I have a continuous servo, and the coding behaviour is a little different. The one you have is a basic/positional servo. There are many mini servo shaped like this for sale, but it's hard to tell what kind they are
@galagatron5319 Жыл бұрын
HI. I want to program 4 to 6 servos to do stuff individually. I have a servo driver pca9685. Im trying to make something with these motors and a couple of lights and sound. I do not want batteries. I want to be able to plug this thing in the wall with only one cord not 2. Looks like though I need 2 seperate power supplies. I cant find anything online. Something I buy? A hack? Thanks.
@TheLinkminer7 ай бұрын
Thank you for the servo lesson. Now I just need to figure out how to delay at 0 for 1sec then go to 90 and delay for 1 sec then to 180 and delay 1sec. Then repeat over again. I think i just have to put delays after each int and include a 90. Any thoughts?
@techathome7 ай бұрын
Welcome! Use this way inside the void loop function: write 0 degree delay(1000) write 90 degree delay(1000) write 180 degree delay(1000)
@brightness8496Күн бұрын
Sir my servo stops working after few seconds.but why ?
@BibhasMandal732 жыл бұрын
very easy and well explained
@techathome2 жыл бұрын
Thank you
@andyfog7444 Жыл бұрын
If I’m using four of these servos on an arduino uno, should I be using resistors and transistors? I’m learning the basics but am curious about what I can get away with without them :) thanks!
@wpb.andres533510 ай бұрын
get a servo driver module. you can connect up to 16 servos without resistors and transistors
@pratikbaikar183 ай бұрын
Ye same code arduino nano me chlega?
@techathome3 ай бұрын
Yes
@atulkhatavkar6986 Жыл бұрын
How to move each servo at different angle with for loop. Can u share Code plz
@yogeshgarg8372 жыл бұрын
awesome video! greatly explained but the servo motor was not showing 180 degrees, it was only up to 17... degrees, in each servo motor I used even on tinkercad.
@techathome2 жыл бұрын
Thank you Standard value they give as 180 degree
@marbasfpv46398 ай бұрын
@@techathomeCan you compensate for this by passing a value > 180 ?
@12packadayhabit6 ай бұрын
on the second line when I try to declare the servo , I type "Servo" but it doesn't turn orange like yours does
@techathome6 ай бұрын
I guess you don't have servo library. Refer this video and try installing: kzbin.info/www/bejne/hnennp6wiL1rbdE
@iitiangirl7807 Жыл бұрын
Which software did you use to coding? Can I do this in phone? Then which app? Give link?
@techathome Жыл бұрын
It's Arduino software You can also do in phone,.use ArduinoDroid app
@ravindrapratapsingh78875 ай бұрын
Can we connect servo motor into 3.3v connector in arduino uno
@techathome5 ай бұрын
No
@GinoongJam6 ай бұрын
Do you have a circuit diagram? For school purposes only
@techathome6 ай бұрын
I have given link in description
@RC08197 Жыл бұрын
You r a good teache
@techathome Жыл бұрын
Thank you
@Chatwithfriend3365 ай бұрын
Motor driver(L298 )is important for that servo motor..???
@techathome5 ай бұрын
Not required
@Panchothefatcat Жыл бұрын
What is the wire you plugged in to 9?
@techathome Жыл бұрын
Signal pin of servo (orange color)
@madupuripavan102021 күн бұрын
Bro if we use delay(1000),then 1000 refers to milliseconds or what
@techathome21 күн бұрын
Yes 1000 milliseconds = 1 second
@xdmh0n4y Жыл бұрын
hello, do you know how to code the servo when the right side sensor detect something it drops down and returns to it original position after delay then the left side when detected something is same as the right side?
@techathome Жыл бұрын
yes we can do that, can you please send request on our mail
@pratikbaikar182 ай бұрын
How to remove com port error ...plz make vdo
@techathome2 ай бұрын
What is the error message??
@dylanspacedust7680 Жыл бұрын
great video!
@techathome Жыл бұрын
Thank you
@shamasfoodzone Жыл бұрын
I can i make my servi motor roatate at 360 degrees continuously please tell a code
@shamasfoodzone Жыл бұрын
Servo motor
@techathome Жыл бұрын
The servo motor I have shown cannot rotate 360. If you want 360 degree try to buy continuous rotation servo motor, but these doesn't have position control. Just keep rotating. If u want 360 degree and postion control, then go with stepper motors.
@Moinuddinsir Жыл бұрын
bhai my servo is not working with this code also please help.i checked with servo tester it is working nice.
@techathome Жыл бұрын
Have you connected the servo signal pin to the same one declared in the code
@DatNguyen-ff9fc Жыл бұрын
when i use the first code i.e. use (write) the servo rotates but when i use the second code i.e. function (for) the servo doesn't work you know what's wrong with my servo? thanks please help me
@techathome Жыл бұрын
Can u send the complete code which is not working.
@mvmanohar2 жыл бұрын
thank you this video was great
@techathome2 жыл бұрын
Welcome
@leopugh10 ай бұрын
absolute fucking life saver mate
@jomfawad9255 Жыл бұрын
Do the servo motors need to be connected to arduino while uploading the code?
@techathome Жыл бұрын
No impact even if you keep connected or not. You can follow any way.
@pallvisharma2282 Жыл бұрын
My servo motor is fixed now after one time movement with the first code with 180 °. It is not moving at all now.Can you help me out???
@techathome Жыл бұрын
Can you try to upload code with for loop
@pallvisharma2282 Жыл бұрын
@@techathome no no now its done after some time
@snehalmisale73576 ай бұрын
Is this 180° or 360° servo motor?
@techathome6 ай бұрын
180
@kingofmonsters74527 ай бұрын
Sg 90 have 360 degree roation?
@techathome7 ай бұрын
No, 180
@Gaming101-e9d Жыл бұрын
sir it is working when i connect it to the laptop but when i upload the code and disconnect from laptop and connect 9v battery in the battery source, it is not working
@techathome Жыл бұрын
The 9v battery current might be not sufficient. Keep it as it is. But for servo motor connect external 5v supply. Refer this: drive.google.com/file/d/1rDYI3Pn6kmbSgGxOVU9p7irqRBT43GF9/view?usp=sharing
@dkpatel4199 Жыл бұрын
Up to how much volts it provides? Can I connect a larger power consumption motor? And how to connect a motor in Arduino with its driver circuit
@techathome Жыл бұрын
Arduino gives only 5v, if you are using bigger servo motor, then give external power supply. But which motor are you referring to, is it DC motor?
@dkpatel4199 Жыл бұрын
@@techathome I want to use one DC motor, one Big servo motor, one metal detector sensor total 3 elements
@techathome Жыл бұрын
DC motor driver : kzbin.info/www/bejne/j2mrnpWIZshql8k
@youareafool5160 Жыл бұрын
Do u know arduino program for setting timer instead of delay eg: I want to run servo for 1min then stop for 30sec and repeat the process. we can give dealy for 1 min and 30 sec But what I need is to set time around 10min and above, providing delay for 10min or more isn't working on mega 2560 ,so is there any timer option to set a code for setting delays for larger time Eg: I want to run servo for 10min then stop for 5min and repeat the process.
@kieronfoo Жыл бұрын
Use (millis)
@easyengineering3923 күн бұрын
S boss it's working
@athiganesh61302 жыл бұрын
Thanks very helpful
@soccerfurever1073 Жыл бұрын
which wires on the servo motor go to which pins on the arduino?
@techathome Жыл бұрын
Red: Vcc/5v Brown: GND Orange: 9 I have provided link in description for circuit and code.
@soccerfurever1073 Жыл бұрын
@@techathome thank you
@asr_ast11 ай бұрын
Good video
@techathome11 ай бұрын
Thank you
@venkatasaivinayneelapala4735 Жыл бұрын
Where can i get those 3 jumpers
@techathome Жыл бұрын
you can get in amazon also.
@RichardJones-lt7vm Жыл бұрын
Great videos,,really helping me but when i set the delay to 15 my servo just 'judders' and will not complete the rotation
@frozenturtl827 Жыл бұрын
Delay is in milliseconds, you need more time to let the servo actually move
@frozenturtl827 Жыл бұрын
His code seems to give fifteen milliseconds for each singular degree as its turning, so 180 times 15 is the total time
@techathome Жыл бұрын
Try to give more delay
@UrAnuj-v4q2 ай бұрын
Thank your ❤❤❤
@techathome2 ай бұрын
Welcome ❤️
@Rebel-from-Hell Жыл бұрын
that was beautiful
@techathome Жыл бұрын
Thank you
@lalitrana9320 Жыл бұрын
Hey what is within the delay why did u wrote it 10000 what will happen if I put 15in it
@techathome Жыл бұрын
The syntax is delay(milliseconds); I have given 1000 ms = 1 second. If 15 ms = 0.015 seconds 1. Servo will go to 0 degree, 2. Wait there for 1 sec. 3. Come to 180. 4. Wait there for 1 sec.
@GamerBoy_BDАй бұрын
i know its four year later but still . i got an error . Failed uploading: uploading error: exit status 1
@techathomeАй бұрын
Have you selected COM port?
@divyomsrivastava6187 Жыл бұрын
How to stop the servo at 90°
@siddiquishoaib79292 жыл бұрын
I want to go deep in this,how can i?
@techathome2 жыл бұрын
You can watch all these basic tutorials: kzbin.info/aero/PL4B0LEKY-jrT_fjOGkX_NZ52ZHZf8s9S- Once you have basics, start doing projects, u can learn new things in every different project
@siddiquishoaib79292 жыл бұрын
@@techathome thank you for suggestions.
@gouryvijayakumar83049 ай бұрын
How to stop the servo motor after one loops
@techathome9 ай бұрын
Add that logic in setup function. It will execute only once. Keep the loop function empty.
@manvithrai217 ай бұрын
Sir which app to run the code
@techathome7 ай бұрын
For computer you can download arduino IDE. For smartphone you can watch this video: kzbin.info/www/bejne/fqbIhIuqhraBgq8si=UnTleKtYCzfpJwp-
@onkarsugur1623 Жыл бұрын
Can you give a link of servomotor library?
@techathome Жыл бұрын
www.arduino.cc/reference/en/libraries/servo/
@joshuatv7114 Жыл бұрын
Thanks ❤️
@techathome Жыл бұрын
Welcome
@Vasikaran-u9k8 ай бұрын
How did go to prgrame pls pls tell
@Vasikaran-u9k8 ай бұрын
😢😢😢😢
@techathome8 ай бұрын
Sorry, I didn't get your question.
@Venomfilledcats8 ай бұрын
@@techathomeI think their asking how you opened the program to code
@wajeehhammad67112 жыл бұрын
great vid
@techathome2 жыл бұрын
Thank you
@devidasgaude4843 ай бұрын
Which ardino model plz?
@techathome3 ай бұрын
Arduino Uno
@brijeshnayyar9773 Жыл бұрын
Thanx brother
@techathome Жыл бұрын
Welcome
@miran_zreative2 жыл бұрын
thank you 😌
@techathome2 жыл бұрын
Welcome
@fatmahammad7699 Жыл бұрын
The code in the description can't be opened, please write me the code
@techathome Жыл бұрын
You have to extract that file using any of the softwares like WinRar, 7Zip etc.
@mukeshkannaksrct2 жыл бұрын
can we use 2 motors
@techathome2 жыл бұрын
Yes
@mukeshkannaksrct2 жыл бұрын
@@techathome can i get u r mail id...
@techathome2 жыл бұрын
deepakhd20@gmail.com
@code-to-learn Жыл бұрын
Nice
@techathome Жыл бұрын
Thank you
@cadillacescalade54287 ай бұрын
You should have just added a simple link for this code haven to download a zip file just to retrieve a code is to much...... Zip files have a 100001 adds just way to much to deal with to get a simple code.
@techathome7 ай бұрын
I want to keep code and circuit in single file and same link. It is not complex if you use proper tools like 7Zip.
@cadillacescalade54287 ай бұрын
@techathome I get that and I did download a 7zip app but lots of commercials 1 after the other. And I don't think it unzipped the folder
@phadigaming31792 жыл бұрын
give vidio on code of ultrasonic radar please
@techathome2 жыл бұрын
kzbin.info/www/bejne/Zn3LmJduhbagpJI
@amaleshguha41632 жыл бұрын
Thanks
@jpediting97716 ай бұрын
Sir I need help.
@techathome6 ай бұрын
Yes
@hardikupadhyay5131 Жыл бұрын
redefinition of void loop error is coming.
@techathome Жыл бұрын
Can you please send me the code u are using
@omshah33242 жыл бұрын
It says problem uploading to board. Please help
@techathome2 жыл бұрын
Check u have selected the port and arduino type properly.
@omshah33242 жыл бұрын
@@techathome yes i figured it out, thankyou so much I am facing another problem with my IR, My IR has an LED itself, after connecting the circuit the LED stays on always with or without any obstacles near it, is it a problem in my connection or is the IR malfunctioning?
@techathome2 жыл бұрын
There will be a small pot on IR sensor module to change the sensitivity, I think this might be maximum, try to reduce it. kzbin.info/www/bejne/jZucfHWZg7aql6M
@omshah33242 жыл бұрын
@@techathome It worked, thankyou so much bud, I'm a mechanical engineering student doing a IoT based project... Your videos have been a saviour
@omshah33242 жыл бұрын
@@techathome Hello mate, I have made a set-up where i am using 2 IRs as input and a servo motor as output, both of them i have learnt referring to your videos... I am facing a minor problem, where the code is only taking input from one IR and the other IR is idle... Can you help me out please?
@samruddhigaikwad25282 жыл бұрын
Motor not rotate 360 please give proper working code
@techathome2 жыл бұрын
Servo motor have only 180 degree rotation, If you need 360 , then you have to go with stepper motor
@Panchothefatcat Жыл бұрын
WHATS THAT WEBSITE?
@enes72356 Жыл бұрын
arduino software its not an app
@Panchothefatcat Жыл бұрын
@@enes72356 its an app
@techathome Жыл бұрын
Arduino IDE
@FreddyFazfan10 ай бұрын
Nevermind i fixed it
@MdAsrafulMercury- Жыл бұрын
Need this software
@techathome Жыл бұрын
Which one, Arduino ide?
@babyph652 жыл бұрын
mine doesnt work
@techathome2 жыл бұрын
What is the issue?
@babyph652 жыл бұрын
@@techathome its ok now, i think the files for servo missing so i installed the ide again. Thanks for concern❤️