Controlling a bunch of Servo using the PCA9685 Module with Joystick - Part 2 - Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 มิ.ย. 2024
  • Visit www.brainy-bits.com/post/cont... to download the code, library and get more information about our TH-cam Tutorial.
    Facebook: / brainybits
    Twitter: / brainy_bits
    You can also follow us on Facebook and Twitter to get notified when we post new stuff!
    In this Second part we will see a different way to move the Servos and reset their position using the Joystick integrated switch.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 21

  • @webslinger2011
    @webslinger2011 4 ปีที่แล้ว +2

    Awesome! Currently building a small toy robot car with a claw-arm on top for a Final school project. Using your PCA9685 servo library, I was able to make it wireless. Thanks a lot!

    • @BrainybitsCanada
      @BrainybitsCanada  4 ปีที่แล้ว

      Sounds like a cool project! Thanks for taking the time to comment and for watching!

  • @75mechanic
    @75mechanic 4 หลายเดือนก่อน

    Nice idea. Love it . Going to try that on my robot arm thing I made.

  • @garthhowe297
    @garthhowe297 7 ปีที่แล้ว +1

    Thanks for yet another great video. Merry Christmas, and a Happy New Year to you and your family.

    • @BrainybitsCanada
      @BrainybitsCanada  7 ปีที่แล้ว

      Thank you Garth, wishing you, your family and friends, a Happy New Year!

  • @WideVisionMetalFab
    @WideVisionMetalFab 7 ปีที่แล้ว +1

    A machinist I watch added "power feed" to his mill using Arduino and some other bits. You might want to check it out. His channel is Stefan Gotteswinter and it's a 2 part series simply called "Quill Feed." If you want to just see the Arduino stuff, it's in part 2 about 10 minutes in. And Happy New Year!

    • @BrainybitsCanada
      @BrainybitsCanada  7 ปีที่แล้ว

      Always wanted to get some machining equipment to work metal, but don't have enough free time right now. But love to see what other people can do. Thanks for the info, I'll check it out! Happy New Year to you as well :)

  • @RapidShots_Studio
    @RapidShots_Studio 7 ปีที่แล้ว +1

    Happy new Year Ivan and to your company and family. Godbless.

    • @BrainybitsCanada
      @BrainybitsCanada  7 ปีที่แล้ว

      Thank you for watching Rapidshots, Happy New Year to you and your family as well.

  • @PatnaikUC
    @PatnaikUC 2 ปีที่แล้ว

    Copied the code, added the zip to the library but compilation error. Asked "HCPCA9685.h" not available. hence Renamed the PCA9685.h to HCPCA9685.h and added the file. Thereafter again error comes at line "HCPCA9685 HCPCA9685(I2CAdd); // Define Library to use I2C communication" "'HCPCA9685' does not name a type"

  • @user-os1xg1rh4c
    @user-os1xg1rh4c 5 ปีที่แล้ว

    hello! tnks for video. how to make it autonomos ? which battery needed to control 8 servos via PCA9685?

  • @yashwantr5426
    @yashwantr5426 4 ปีที่แล้ว

    really helpfull

  • @halilyilmaz381
    @halilyilmaz381 3 ปีที่แล้ว

    Thanks for this great video. I would like to use the same code, but instead of using the JoySwitch to bring the position back, I would like to control an another servo. Press: min. Angle press: max. Angle. Can you help me please?

  • @tylerstevenson1112
    @tylerstevenson1112 4 ปีที่แล้ว

    Does the Arduino require separate power from the pca9685? Like is his breadboard powering his Arduino( I’m guessing to power it on and turn on the pca9685) or does the power supply power the Arduino through the pca9685?? Cause only having my pca9685 connected to the power supply does not give a response on its led

  • @cervezatoledo9634
    @cervezatoledo9634 7 ปีที่แล้ว +1

    hi, how are you?, great post i was wondering if the pca9685 can be used to contol many 28byj_48 stepper motor (using its driver uln2003) ?, could you please suggest me how, thanks a lot, best regards

    • @BrainybitsCanada
      @BrainybitsCanada  7 ปีที่แล้ว +1

      Hi, like I replied to GHILLIE7566, I cannot confirm if it would work since I haven't tried it yet.but it's interesting, I will try to take a look to see if it could work by using the PCA9685 module to control the ULN2003. Will let you know. Thanks for watching btw :)

    • @cervezatoledo9634
      @cervezatoledo9634 7 ปีที่แล้ว +1

      Thank you , i really appreciate it, thanks , best regards!!

  • @AngryRamboShow
    @AngryRamboShow 5 ปีที่แล้ว

    Fails to compile

  • @fbarclay100
    @fbarclay100 หลายเดือนก่อน

    will not compile no such lib named HCPCA9685
    C:\Users\F_Bar\OneDrive\Documents\Arduino\sketch_may8a\sketch_may8a.ino: In function 'void loop()':
    C:\Users\F_Bar\OneDrive\Documents\Arduino\sketch_may8a\sketch_may8a.ino:44:9: error: 'class PCA9685' has no member named 'servo'
    PCA9685.servo(0, ServoXforward); // Move Servo 0
    ^~~~~
    C:\Users\F_Bar\OneDrive\Documents\Arduino\sketch_may8a\sketch_may8a.ino:45:9: error: 'class PCA9685' has no member named 'servo'
    PCA9685.servo(12, ServoXbackward); // Move Servo 12
    ^~~~~
    C:\Users\F_Bar\OneDrive\Documents\Arduino\sketch_may8a\sketch_may8a.ino:46:9: error: 'class PCA9685' has no member named 'servo'
    PCA9685.servo(4, ServoYforward); // Move Servo 4
    ^~~~~
    C:\Users\F_Bar\OneDrive\Documents\Arduino\sketch_may8a\sketch_may8a.ino:47:9: error: 'class PCA9685' has no member named 'servo'
    PCA9685.servo(8, ServoYbackward); // Move Servo 8
    ^~~~~
    exit status 1
    Compilation error: 'class PCA9685' has no member named 'servo'