Thank you for video. You explained everything, except one: what power supply did you use?
@robojax4 жыл бұрын
you are welcome. if your servo is 5V, connect to 5V power source and so on.
@hansp.29113 жыл бұрын
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
@robojax3 жыл бұрын
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.
@Askaakash024 жыл бұрын
Can you please make a video which you can control 16 servos with pca9685 with ESP8266
@robojax4 жыл бұрын
I have it in my list. Coming soon.
@mikedavis40394 жыл бұрын
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.
@robojax4 жыл бұрын
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".
@mikedavis40394 жыл бұрын
@@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.
@faisalhuthaimi52332 жыл бұрын
@@robojax can i get the coding please..i want to try this project
@AnoopKumar-ll2pw4 жыл бұрын
Control pca9685 PWM driver over wifi app with ESP8266 and node MCU... Thanks again ☺
@robojax4 жыл бұрын
I don't see any need for it. But I will try to make video on that.
@majordeltadelta4 жыл бұрын
Great video and you are one of my suppliers
@robojax4 жыл бұрын
Thanks.
@PatnaikUC3 жыл бұрын
your link on Servo Library for ESP32 (zip)--- Not available
@robojax3 жыл бұрын
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.
@jommelaxiegaming4562 жыл бұрын
Please make a video of 4 servo motor controlled by 4 potentiometers
@robojax2 жыл бұрын
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 Жыл бұрын
can I use the same everything in the video but change the servo motor to MG995!
@robojax Жыл бұрын
Of course. Servo is servo.
@zyadd50894 жыл бұрын
Thank you another time!!!
@robojax4 жыл бұрын
You are welcome.
@SHALINIMSWAROOP3 жыл бұрын
hello! can i use the same code(with minor modifications) and libraries to control multiple continuous rotation servos?
@robojax3 жыл бұрын
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.
@SHALINIMSWAROOP3 жыл бұрын
@@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?
@robojax3 жыл бұрын
I have tones of videos on stepper here is how you can find a video in a channel kzbin.info/www/bejne/hZnOhpabd7yWftU
@SHALINIMSWAROOP3 жыл бұрын
Will look into that, thank you!
@MrBMWerner3 жыл бұрын
Could you make a video with 4 servos and 4 potis to control with esp32? :)
@robojax3 жыл бұрын
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.
@victorrodrigues22703 жыл бұрын
Excelente explicação
@manjulakumara57722 ай бұрын
I got the error with servo_esp32.h library example multiple servo CODE . Ledcdeta issue. How to fix it
@robojax2 ай бұрын
please alway provide the error. it helps understand the problem.
@manjulakumara57722 ай бұрын
@@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 )
@manjulakumara57722 ай бұрын
I also sent to you email.
@manjulakumara57722 ай бұрын
@@robojax sir. I'm waiting for your reply
@manjulakumara57722 ай бұрын
Dear friend what happened to my problem. Your servo library sample CODEs not working
@faisalhuthaimi52332 жыл бұрын
Can i get the coding...i want to try this project
@robojax2 жыл бұрын
Didn’t you watch the first 49 seconds of video? I mentioned where the code is
@kmalnasef15124 жыл бұрын
👍
@robojax4 жыл бұрын
Thanks
@qozia1370 Жыл бұрын
why did you delete my comment habibi? من كندا لعاد هههههههههههههههههههههههههههه
@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 عام. أين ترسم الخط لتقوله من هذا التاريخ ، نسمي بروبل الأصلي. هذه ارض الله. إذا كنت طاعة لله وخير إنسان لغيرك وبيئة تجعلك خير إنسان بإرضاء الخالق. كلنا نأتي ونذهب. هذا مترجم باستخدام جوجل. آمل ألا يجعلها مضحكة. انا من خراسان الكبير. الآن في كندا.
@kreinova27474 жыл бұрын
Im first
@robojax4 жыл бұрын
Thanks.
@taybiabderahmen47633 жыл бұрын
Good morning sir i need your help please if you can give me your email ,thank you
@robojax3 жыл бұрын
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.