Control More than one servo using ESP32 with library - Robojax

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024

Комментарии • 46

  • @michah5761
    @michah5761 4 года назад +1

    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.

  • @Askaakash02
    @Askaakash02 4 года назад +2

    Can you please make a video which you can control 16 servos with pca9685 with ESP8266

    • @robojax
      @robojax  4 года назад +2

      I have it in my list. Coming soon.

  • @AnoopKumar-ll2pw
    @AnoopKumar-ll2pw 4 года назад +1

    Control pca9685 PWM driver over wifi app with ESP8266 and node MCU...
    Thanks again ☺

    • @robojax
      @robojax  4 года назад +1

      I don't see any need for it. But I will try to make video on that.

  • @zyadd5089
    @zyadd5089 4 года назад

    Thank you another time!!!

    • @robojax
      @robojax  4 года назад +1

      You are welcome.

  • @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.

  • @majordeltadelta
    @majordeltadelta 4 года назад

    Great video and you are one of my suppliers

  • @mikedavis4039
    @mikedavis4039 4 года назад +1

    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

  • @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 года назад +1

      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.

  • @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.

  • @victorrodrigues2270
    @victorrodrigues2270 3 года назад

    Excelente explicação

  • @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 ruclips.net/video/_uz7YcOzvjU/видео.html 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.

  • @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.

  • @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 ruclips.net/video/OhkUceBWcHs/видео.html

    • @SHALINIMSWAROOP
      @SHALINIMSWAROOP 3 года назад

      Will look into that, thank you!

  • @manjulakumara5772
    @manjulakumara5772 15 дней назад

    I got the error with servo_esp32.h library example multiple servo CODE . Ledcdeta issue. How to fix it

    • @robojax
      @robojax  15 дней назад

      please alway provide the error. it helps understand the problem.

    • @manjulakumara5772
      @manjulakumara5772 15 дней назад +1

      @@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 15 дней назад

      I also sent to you email.

    • @manjulakumara5772
      @manjulakumara5772 14 дней назад

      @@robojax sir. I'm waiting for your reply

    • @manjulakumara5772
      @manjulakumara5772 12 дней назад

      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 года назад

    👍

  • @qozia1370
    @qozia1370 Год назад +1

    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 عام. أين ترسم الخط لتقوله من هذا التاريخ ، نسمي بروبل الأصلي. هذه ارض الله. إذا كنت طاعة لله وخير إنسان لغيرك وبيئة تجعلك خير إنسان بإرضاء الخالق. كلنا نأتي ونذهب. هذا مترجم باستخدام جوجل. آمل ألا يجعلها مضحكة. انا من خراسان الكبير. الآن في كندا.

  • @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.

  • @kreinova2747
    @kreinova2747 4 года назад

    Im first