Control More than one servo using ESP32 with library - Robojax

  Рет қаралды 20,083

Robojax

Robojax

Күн бұрын

Пікірлер: 46
@michah5761
@michah5761 4 жыл бұрын
Thank you for video. You explained everything, except one: what power supply did you use?
@robojax
@robojax 4 жыл бұрын
you are welcome. if your servo is 5V, connect to 5V power source and so on.
@hansp.2911
@hansp.2911 3 жыл бұрын
Thx for your alltime informative Videos ! One Beginner Question : Must I use only 5V for external Voltage or is it possible to use eg. 7.4V ? Thx for your Time
@robojax
@robojax 3 жыл бұрын
you are welcome. The voltage for your servo is determined by the servo motor manufacture. if it is 5V then use 5V else connect different voltage. most servo motors are 5V.
@Askaakash02
@Askaakash02 4 жыл бұрын
Can you please make a video which you can control 16 servos with pca9685 with ESP8266
@robojax
@robojax 4 жыл бұрын
I have it in my list. Coming soon.
@mikedavis4039
@mikedavis4039 4 жыл бұрын
your videos are well presented and informative, i've been trying to work on some of my projects using servo's. I have little experience with using the arduino ide and have considered doing your tutorials. there is one area which which i can't seem to find much subject matter on. controlling servo's using two esp32's or HC-12 remotely.over distance. will you be doing any future video's on this topic.
@robojax
@robojax 4 жыл бұрын
Hi, I have videos on controlling servo over WiFi. Check my videos. Once you can do it over wifi, then you can do it from anywhere the method used "windows remote desktop".
@mikedavis4039
@mikedavis4039 4 жыл бұрын
@@robojax Thx, i have watched most of your videos on this topic, as i'm new to this topic i don't really understand how to apply the code for broadcasting between modules. i will keep learning and give myself 6 months to try and achieve a result.
@faisalhuthaimi5233
@faisalhuthaimi5233 2 жыл бұрын
@@robojax can i get the coding please..i want to try this project
@AnoopKumar-ll2pw
@AnoopKumar-ll2pw 4 жыл бұрын
Control pca9685 PWM driver over wifi app with ESP8266 and node MCU... Thanks again ☺
@robojax
@robojax 4 жыл бұрын
I don't see any need for it. But I will try to make video on that.
@majordeltadelta
@majordeltadelta 4 жыл бұрын
Great video and you are one of my suppliers
@robojax
@robojax 4 жыл бұрын
Thanks.
@PatnaikUC
@PatnaikUC 3 жыл бұрын
your link on Servo Library for ESP32 (zip)--- Not available
@robojax
@robojax 3 жыл бұрын
wow. thank you for letting me know. the first letter of "robojax" was changed to capital like "Roboja" and our server is Linux and it ignores it. Just changed the R to r and it works now.
@jommelaxiegaming456
@jommelaxiegaming456 2 жыл бұрын
Please make a video of 4 servo motor controlled by 4 potentiometers
@robojax
@robojax 2 жыл бұрын
It seems you didn’t search. I have shown how to control more than 1 servo motor. More than 1 means any other number you want.
@manarabd-elrahman489
@manarabd-elrahman489 Жыл бұрын
can I use the same everything in the video but change the servo motor to MG995!
@robojax
@robojax Жыл бұрын
Of course. Servo is servo.
@zyadd5089
@zyadd5089 4 жыл бұрын
Thank you another time!!!
@robojax
@robojax 4 жыл бұрын
You are welcome.
@SHALINIMSWAROOP
@SHALINIMSWAROOP 3 жыл бұрын
hello! can i use the same code(with minor modifications) and libraries to control multiple continuous rotation servos?
@robojax
@robojax 3 жыл бұрын
Hello, "continuous servo" that is old on eBay is just joke. Don't waste your time. use stepper motor or get $300 servo that comes with software and will work exact like that.
@SHALINIMSWAROOP
@SHALINIMSWAROOP 3 жыл бұрын
@@robojax thank you so much for your reply! my project is actually to build a vending machine.. will stepper motor be the right pick to rotate the dispensing coils? also, does the circuit configuration remain same?
@robojax
@robojax 3 жыл бұрын
I have tones of videos on stepper here is how you can find a video in a channel kzbin.info/www/bejne/hZnOhpabd7yWftU
@SHALINIMSWAROOP
@SHALINIMSWAROOP 3 жыл бұрын
Will look into that, thank you!
@MrBMWerner
@MrBMWerner 3 жыл бұрын
Could you make a video with 4 servos and 4 potis to control with esp32? :)
@robojax
@robojax 3 жыл бұрын
Hello, you could search, but here kzbin.info/www/bejne/labdaIyZhN-poLc You can learn from this (new) video and use it the way it is shown here with ESP32. So learn from both videos and combine them. good luck.
@victorrodrigues2270
@victorrodrigues2270 3 жыл бұрын
Excelente explicação
@manjulakumara5772
@manjulakumara5772 2 ай бұрын
I got the error with servo_esp32.h library example multiple servo CODE . Ledcdeta issue. How to fix it
@robojax
@robojax 2 ай бұрын
please alway provide the error. it helps understand the problem.
@manjulakumara5772
@manjulakumara5772 2 ай бұрын
@@robojax this is a issues ( Output IF D C: \Users\schev\AppData\Local\Arduino15\libraries\ESP32Servo-master\src\ESP32PWM.cpp: In member function 'void ESP32PWM::adjustFrequencyLocal(double, double)': C: \Users\schev\AppData\Local\Arduino15\libraries\ESP32Servo-master\src\ESP32PWM.cpp:172:17: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'? ledcDetachPin(pin); 172 ledcDetach C:\Users\schev\AppData\Local\Arduino15\libraries\ESP32Servo-master\src\ESP32PWM.cpp:176:17: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? ledcAttachpin(pin, getChannel()); // re-attach the pin after frequency adjust 176 ANNNN ledcAttach C:\Users\schev\AppData\Local\Arduino15\libraries\ESP32Servo-master\src\ESP32PWM.cpp: In member function 'void ESP32PWM::attachPin(uint8_t)': C: \Users\schev\AppData\Local\Arduino15\libraries\ESP32Servo-master\src\ESP32PWM.cpp:237:17: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? ledcAttachPin(pin, getChannel()); 237 | ANNNNNNNNNNIN ledcAttach C: \Users\schev\AppData\Local\Arduino15\libraries\ESP32Servo-master\src\ESP32PWM.cpp: In member function 'void ESP32PWM::detachPin(int)': C:\Users\schev\AppData\Local\Arduino15\libraries\ESP32Servo-master\src\ESP32PWM.cpp:264:9: error: 'ledcDetachPin' was not declared in this scope; did you mean 'ledcDetach'? 264 | ledcDetachPin(pin); ANN NNN ledcDetach exit status 1 Compilation error: exit status 1 Ln 1, Col 1 Heltec WiFi LoRa 32(V3) on COM10 [not connected] G1 E ENG 9:50 PM 81°F Clear < INTL /1/2024 Type here to search )
@manjulakumara5772
@manjulakumara5772 2 ай бұрын
I also sent to you email.
@manjulakumara5772
@manjulakumara5772 2 ай бұрын
@@robojax sir. I'm waiting for your reply
@manjulakumara5772
@manjulakumara5772 2 ай бұрын
Dear friend what happened to my problem. Your servo library sample CODEs not working
@faisalhuthaimi5233
@faisalhuthaimi5233 2 жыл бұрын
Can i get the coding...i want to try this project
@robojax
@robojax 2 жыл бұрын
Didn’t you watch the first 49 seconds of video? I mentioned where the code is
@kmalnasef1512
@kmalnasef1512 4 жыл бұрын
👍
@robojax
@robojax 4 жыл бұрын
Thanks
@qozia1370
@qozia1370 Жыл бұрын
why did you delete my comment habibi? من كندا لعاد هههههههههههههههههههههههههههه
@robojax
@robojax Жыл бұрын
Salaam alaikum, if you are the guy who said "you are not from Canada", then I did not want to argue. الناس في كندا يندمجون من مناطق مختلفة من العالم. لقد وصل بعض الأشخاص منذ 20 عامًا ، ونحو 50 عامًا ، وحوالي 100 عام منذ حوالي 300 عام. أين ترسم الخط لتقوله من هذا التاريخ ، نسمي بروبل الأصلي. هذه ارض الله. إذا كنت طاعة لله وخير إنسان لغيرك وبيئة تجعلك خير إنسان بإرضاء الخالق. كلنا نأتي ونذهب. هذا مترجم باستخدام جوجل. آمل ألا يجعلها مضحكة. انا من خراسان الكبير. الآن في كندا.
@kreinova2747
@kreinova2747 4 жыл бұрын
Im first
@robojax
@robojax 4 жыл бұрын
Thanks.
@taybiabderahmen4763
@taybiabderahmen4763 3 жыл бұрын
Good morning sir i need your help please if you can give me your email ,thank you
@robojax
@robojax 3 жыл бұрын
this is the whole world. I can't talk to 1000s of people. I can only reply to question specifically to the issue related to the video. I have no time to take paid or free projects.
Using Servo Motors with ESP32
47:51
DroneBot Workshop
Рет қаралды 235 М.
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 25 МЛН
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 25 МЛН
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 13 МЛН
REAL MAN 🤣💪🏻
00:35
Kan Andrey
Рет қаралды 11 МЛН
Control Servo Motor with ESP32 and Potentiometer
12:33
Robojax
Рет қаралды 10 М.
Raspberry Pi Servo Motor Control
17:36
ExplainingComputers
Рет қаралды 392 М.
How to Control a 12V Motor with Arduino: Easy Wiring & Code Examples
44:13
#328 ESP32 Secrets: Interrupts, and Deep-Sleep under the Hood
18:57
Andreas Spiess
Рет қаралды 178 М.
Beginners Guide To Using Large Stepper Motors: #087
19:49
Jeremy Fielding
Рет қаралды 298 М.
Controlling 2 DC Motors using ESP32 and L298N Motor driver
19:42
Controlling Servos with ESP32
16:09
BaldGuyDIY
Рет қаралды 2,5 М.
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 25 МЛН