16 channel servo controller with Arduino | PCA9685 16 channel PWM servo motor driver tutorial

  Рет қаралды 114,469

SriTu Hobby

SriTu Hobby

Күн бұрын

Пікірлер: 131
@saf6284
@saf6284 Жыл бұрын
I’ve been having a problem with my servos for WEEKS and this worked instantly thanks so much!!
@parkersproductions3336
@parkersproductions3336 Жыл бұрын
Awesome. I’m new to coding and was wondering what I should do if I wanted each servo to rotate randomly between a minimum rotation and a maximum set rotation (with a random wait time between 0-2 between rotations). Does anyone know the code for this if I were using an Arduino Uno?
@SriramV-mm6qw
@SriramV-mm6qw 7 ай бұрын
The video is really helpful. I just have one doubt. The voltage rating of the external power supply is 5V. What is the current rating ?
@TheAmazingBuoy
@TheAmazingBuoy Жыл бұрын
This video was great but can we connect a L298N motor driver to the arduino too
@CreaminItClean
@CreaminItClean 2 жыл бұрын
Great video. Ive got a problem with my servos. It seems that my SERVOMAX is upwards of 3000 and my SERVOMIN is around 200. I am using MicroServo TowerPro.
@koushikkashyap439
@koushikkashyap439 3 жыл бұрын
Thank you so much Bro.. Your videos are perfect - right to the point. The website and blog are also very precise. Please keep on posting and educating.
@sritu_hobby
@sritu_hobby 3 жыл бұрын
Thank you
@eillszhang8897
@eillszhang8897 3 жыл бұрын
thanks for your tutorial, your video show me how to control the servos!!!
@sritu_hobby
@sritu_hobby 3 жыл бұрын
Your welcome
@__TBVasuRadadia
@__TBVasuRadadia 4 ай бұрын
Does this handle the 5v power supply? And one more thing is which components have you used for power supply?
@renarruda
@renarruda 26 күн бұрын
Hello, thanks for the tutorial! How would I add a DS3231 module to this schematic?
@panjatcharaml9683
@panjatcharaml9683 3 жыл бұрын
Nice video bro and my servo didn't work problem is there any problem with the hardware I am using micro servo
@sritu_hobby
@sritu_hobby 3 жыл бұрын
Check your code
@InrTheFirstlol
@InrTheFirstlol 5 ай бұрын
GRACIAS TE AMO
@sritu_hobby
@sritu_hobby 5 ай бұрын
Love you too
@SlimeyDev
@SlimeyDev 2 жыл бұрын
thx! VERY HELPFUL
@sritu_hobby
@sritu_hobby 2 жыл бұрын
your welcome
@holliday69
@holliday69 Жыл бұрын
Awesome tutorial !!!!!
@artificial_artist
@artificial_artist 3 жыл бұрын
Great video. One question I have is what power supply your used for the pca hat with those cables, I only find those with round one cable outputs?
@sritu_hobby
@sritu_hobby 3 жыл бұрын
5v power supply
@eraldo9916
@eraldo9916 Жыл бұрын
Thanks.😃
@mariorosas6364
@mariorosas6364 Жыл бұрын
what are the limitations to this servo driver board? Is it possible to run multiple servos at once? I only saw one servo running at a time
@gonzalodias9540
@gonzalodias9540 5 ай бұрын
Hi, how did you get the min 150 and max 600 values? THanks
@srihari1992
@srihari1992 8 ай бұрын
👍 good
@RESC_Eng
@RESC_Eng 2 жыл бұрын
Thank you bro it's really help
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Your welcome
@Dass1432
@Dass1432 2 жыл бұрын
Hi sir the video is really helpfull I have a doubt, can onle one servo motor set for continuious rotations with few minutes delay
@sritu_hobby
@sritu_hobby 2 жыл бұрын
I think that is servo motor error
@jordansitu6279
@jordansitu6279 Жыл бұрын
hey man, excellent video, could you please tell me what kind of external power supply you used to power the PCA module?
@sritu_hobby
@sritu_hobby Жыл бұрын
5VDC power supply
@Create_o_raptor
@Create_o_raptor 2 жыл бұрын
Maximum operating voltage of board??.. and what is the max voltage we can supply the servos with via the board
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Maximum voltage is 6v
@AbdulRahman-jz3px
@AbdulRahman-jz3px 2 жыл бұрын
How do I find out which servomin and servomax are compatible with the servo used? can I find out from the datasheet? and which part should i change if i want to drive 4 servos at the same time with different finishing angles?
@Endless795
@Endless795 2 ай бұрын
What battery pack do you use?
@serkankaracan9014
@serkankaracan9014 2 жыл бұрын
hi great video.a question that how can turn 4 servos at same time ??
@sritu_hobby
@sritu_hobby 2 жыл бұрын
It's very easy. Please visit my program
@mylenei.limutan7359
@mylenei.limutan7359 9 ай бұрын
hello can i use 6v battery for pwm servo driver?
@horridhanu
@horridhanu 3 жыл бұрын
Wellent good. ✌🌍❤
@sritu_hobby
@sritu_hobby 3 жыл бұрын
Thank you
@ChampouinetCharente-yt3uo
@ChampouinetCharente-yt3uo Ай бұрын
I’m working with an Arduino Uno R4 WiFi and a PCA9685 PWM driver module to control a servo motor. Although the Arduino IDE indicates that the code is running correctly and attempts to move the servo, the servo motor itself does not respond or move. This issue persists even though the code is properly uploaded and the Serial Monitor shows that the IDE is executing the code. Here’s what I’ve checked: I2C Connections: I have connected SDA and SCL from the PCA9685 to the corresponding SDA and SCL pins on the Arduino Uno R4 WiFi. I’m unsure if SDA and SCL should be connected to pins A4 and A5, respectively, but I’m using the dedicated SDA and SCL pins on the Uno R4 WiFi. I2C Device Detection: I used an I2C scanner code to detect devices on the bus, but nothing appears in the Serial Monitor. This suggests that the PCA9685 may not be detected on the I2C bus. Power Supply: I’m concerned about whether the PCA9685 and the servo motor are receiving sufficient power. Code Functionality: The code is designed to control the servo motor via the PCA9685 module. The code seems to be working as expected when run manually, but the servo motor does not move.
@MYRTR204
@MYRTR204 7 ай бұрын
I have 7 servos, I want them to work separately, how can I do this?
@TheAmazingBuoy
@TheAmazingBuoy Жыл бұрын
Can u control motor driver too?
@niranjs5672
@niranjs5672 2 жыл бұрын
How much electricity would I need for controlling 12 servo motor(sg90) at the same time?
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Please connect a external 5v power supply
@niranjs5672
@niranjs5672 2 жыл бұрын
@@sritu_hobby will a 6v 4.5 mah lead acid battery work? will 6 volt be too much for 12 servos
@sritu_hobby
@sritu_hobby 2 жыл бұрын
6v ok
@umapriya2438
@umapriya2438 21 күн бұрын
What are this 5v(+) and 5v(-) and please tell me where can I get it...😅
@mariamsal8531
@mariamsal8531 17 күн бұрын
but its only moving one servo at a time, how can i drive all 5 at once?
@Foxtopolis
@Foxtopolis 9 ай бұрын
What’s the pincher thingys you connect to the male to male jumper wires?
@tonyp4894
@tonyp4894 18 күн бұрын
Those thingys are called alligator clips. They come from a power supply that supplies 5 volts DC to the servo driver. ( the little blue box on the servo driver)
@Foxtopolis
@Foxtopolis 18 күн бұрын
@@tonyp4894thanks
@fedjtechcockpitscockpits7917
@fedjtechcockpitscockpits7917 10 ай бұрын
Hello there, do this board PCA9685 16 channel PWM servo motor driver has a dedicated Rx/Tx function? i am new in these field, any help i would be very thankful for
@sritu_hobby
@sritu_hobby 10 ай бұрын
Please visit basic tutorials
@fedjtechcockpitscockpits7917
@fedjtechcockpitscockpits7917 10 ай бұрын
@@sritu_hobby okay
@Platym06
@Platym06 2 жыл бұрын
Thank you but I have one question can I also do it with an 9V Battery and with an Arduino Mega 2650
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Yes of course.
@maulanagaraudy5204
@maulanagaraudy5204 2 жыл бұрын
can it be used for wireless mode?, like using a remote control
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Yah, you can use a bluetooth module
@ardaa2607
@ardaa2607 9 ай бұрын
Hello. Even though I have completed the connections and library installation you explained in the video, exit status 1 Compilation error for Arduino Uno board. I'm getting the error. But when I load another code, I do not encounter this error. Can you help me, thank you in advance.
@sritu_hobby
@sritu_hobby 9 ай бұрын
Copy and paste this code to another new arduino window and check it.
@xerolive7978
@xerolive7978 6 ай бұрын
i have done everything there are no code error and all connection are good , servo works fine without pwm , but when i want to use with pwm its not working plz any solution
@sritu_hobby
@sritu_hobby 6 ай бұрын
Please use for loop
@xerolive7978
@xerolive7978 6 ай бұрын
@@sritu_hobby I am not good with coding ,can I use chatgpt for it
@abhijitbhoir692
@abhijitbhoir692 2 жыл бұрын
Im using nano code is fine works in simulation but on hardware servo are stand still what may be issue Input 5v adpter supply to both nano and pwm bord is it related to ground ??
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Yes
@abhijitbhoir692
@abhijitbhoir692 2 жыл бұрын
@@sritu_hobby all needs comman ground even if supplied seperately
@mr.experimentalhacker6049
@mr.experimentalhacker6049 2 жыл бұрын
Sir ji plz make vedio in which 12 servos are controlled with esp8266
@mr.experimentalhacker6049
@mr.experimentalhacker6049 2 жыл бұрын
Please sir plz sir please sir
@mr.experimentalhacker6049
@mr.experimentalhacker6049 2 жыл бұрын
Under 5 days plz sir
@mr.experimentalhacker6049
@mr.experimentalhacker6049 2 жыл бұрын
Plz reply please reply
@sritu_hobby
@sritu_hobby 2 жыл бұрын
I'll try it.
@mr.experimentalhacker6049
@mr.experimentalhacker6049 2 жыл бұрын
Please sir
@VIDEOSVICEN
@VIDEOSVICEN 4 ай бұрын
Cuantos servos puedes conectar a la placa 16??? Gracias
@sritu_hobby
@sritu_hobby 4 ай бұрын
Yes
@VIDEOSVICEN
@VIDEOSVICEN 4 ай бұрын
@@sritu_hobby 👍👍🍹
@juglulkarim4739
@juglulkarim4739 Жыл бұрын
What power supply do you use for the pmw 16 channel driver?
@sritu_hobby
@sritu_hobby Жыл бұрын
5v power supply
@anugrahnambiar9648
@anugrahnambiar9648 Жыл бұрын
@@sritu_hobby what is current needed, i am using 3 sg90motor and 3 MG996R with 2.4A and 5v ,is it enough for using in arm manipulator ?
@jumbo999614
@jumbo999614 11 ай бұрын
Can I use both SG90 and MG90s at the same time?
@sritu_hobby
@sritu_hobby 10 ай бұрын
Yes
@Foxtopolis
@Foxtopolis 9 ай бұрын
@@sritu_hobbycan I use mg995 at the same time?
@PlaneSpotterJimmy
@PlaneSpotterJimmy Жыл бұрын
Can you use this driver with MG996r servos?
@sritu_hobby
@sritu_hobby Жыл бұрын
Yas of course
@Foxtopolis
@Foxtopolis 9 ай бұрын
@@sritu_hobbycan you use mg995
@edfriedrich.
@edfriedrich. 11 ай бұрын
Does the 5V supply to the PCA9685 necessary need to be from an external supply? Can it just be the one in the arduino?
@sritu_hobby
@sritu_hobby 11 ай бұрын
Yes provide a 5v power supply
@mylenei.limutan7359
@mylenei.limutan7359 9 ай бұрын
is it okay to use 6v battery? @@sritu_hobby
@did3d523
@did3d523 3 жыл бұрын
how to link gyrompU6050+ PCA9685 on Same arduino nano
@francesco4347
@francesco4347 2 жыл бұрын
hello, could you please do a tutorial to control 4 servo motors with the keypad?
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Ok sure
@francesco4347
@francesco4347 2 жыл бұрын
@@sritu_hobbythank you, you're really kind
@francesco4347
@francesco4347 2 жыл бұрын
@@sritu_hobby you did it?😀😀😀
@simobomb6475
@simobomb6475 Жыл бұрын
How do i get a 5v power suply can somebody link me smh i cant seem to find annything plus im dumb
@robinmilich7811
@robinmilich7811 6 ай бұрын
can i use a different arduino
@sritu_hobby
@sritu_hobby 5 ай бұрын
Yes
@suko52projects22
@suko52projects22 3 жыл бұрын
can you use arduino nano or not?
@sritu_hobby
@sritu_hobby 3 жыл бұрын
Yes you can
@manvendrasingh-nj1sd
@manvendrasingh-nj1sd 11 ай бұрын
what are the applications of this project
@misticalagesdennix
@misticalagesdennix 2 жыл бұрын
why aren't they stopping at the same direction?, the second one has some kind of angle constrain problem...?
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Change servo horns direction
@linhho541
@linhho541 2 жыл бұрын
nice video . please tell me why when entering the code "Adafruit_PWMServoDriver.h ", it gives an error No such file or directory :(
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Please include the library file to the Arduino IDE.
@suko52projects22
@suko52projects22 3 жыл бұрын
Bisa pakai arduino nano? Can I use Arduino Nano?
@suko52projects22
@suko52projects22 3 жыл бұрын
@@sritu_hobby can use arduino nano
@icongrindsetsfj
@icongrindsetsfj Жыл бұрын
What is the power source?
@lordofwar9431
@lordofwar9431 2 жыл бұрын
how would i add bluetooth to the project i just got a robot arm and want to make it blue tooth
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Please visit my previous videos for that
@horridhanu
@horridhanu 3 жыл бұрын
Nice🌙🐼
@mauriziocini2074
@mauriziocini2074 2 жыл бұрын
Ma si possono comandare con dei pulsanti grazie
@sritu_hobby
@sritu_hobby 2 жыл бұрын
English???
@hacker6695
@hacker6695 2 жыл бұрын
how to slow down motion of servo ?
@sritu_hobby
@sritu_hobby 2 жыл бұрын
For that you can change delay time.
@hacker6695
@hacker6695 2 жыл бұрын
@@sritu_hobby not working
@katzmikehd
@katzmikehd Жыл бұрын
Why does ist no work?
@ndf4937
@ndf4937 2 жыл бұрын
hocam pca9685 motor sürücüsünü kullanarak (12 motoru kontrol etmek istiyorum) bunların robot dengelerini sağlamak için MPU6050 kullanıyorum ama bunları bağlayacağım girişler A5 ve A4 olamalı. ikisinde de SCL ve SCA girişleri var. ikisini birarada kullanamaz mıyım yani? bir çözümü var mı
@sritu_hobby
@sritu_hobby 2 жыл бұрын
English ???
@ndf4937
@ndf4937 2 жыл бұрын
@@sritu_hobby ing yazdık cevap vermiypn bro
@sritu_hobby
@sritu_hobby 2 жыл бұрын
English??
@ndf4937
@ndf4937 2 жыл бұрын
@@sritu_hobby pişt
@sritu_hobby
@sritu_hobby 2 жыл бұрын
I can't understand your language
@astrro.ninja3
@astrro.ninja3 Жыл бұрын
I have some problems with the code, it tells me there are some mistakes
@astrro.ninja3
@astrro.ninja3 Жыл бұрын
I did everything like you did
@williammontenegrochamorro4191
@williammontenegrochamorro4191 Жыл бұрын
Quiero comprar éste de: 16 channel servo controller whit arduino
@mrabdelkareem2232
@mrabdelkareem2232 2 жыл бұрын
how can i use it with bluetooth
@sritu_hobby
@sritu_hobby 2 жыл бұрын
Please use a bluetooth module
@minhluanngo598
@minhluanngo598 10 ай бұрын
Where is the link of code?😊
@sritu_hobby
@sritu_hobby 10 ай бұрын
Description
@sritu_hobby
@sritu_hobby 10 ай бұрын
Description
@kavorka8855
@kavorka8855 Жыл бұрын
What exactly is the use of running the servos one at a time?! It's useless. Did you try running at least 2 simultaneously?
@LoriEvans-e5q
@LoriEvans-e5q Ай бұрын
Cole Walk
@umapriya2438
@umapriya2438 2 ай бұрын
.
Control 16 Servos Using A PCA9685
18:22
Toms Trains and Things
Рет қаралды 74 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 10 МЛН
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 21 МЛН
Servo Motors, how do they work?
15:12
The Engineering Mindset
Рет қаралды 1,9 МЛН
How Servo Motors Work & How To Control Servos using Arduino
9:54
How To Mechatronics
Рет қаралды 683 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,2 МЛН
Using Servo Motors with Arduino
43:06
DroneBot Workshop
Рет қаралды 1,4 МЛН
Mastering Servo Control: PCA9685 PWM Driver with Arduino Tutorial and Demo
7:50
Connect Up To 992 Servos To An Arduino, Using I2C
7:47
Michael Klements
Рет қаралды 70 М.
Controlling 32 Servo motors with PCA9685 and ESP32 - V4
15:38
Easy way!! Control Multiple Servo with Raspberry Pi
5:10
Maker Tutor
Рет қаралды 91 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47