How can you make 3 breadboards work from 1 arduino Iot 33?

I need to control 6 servo motors and I don't have enough space on my breadboard. I added 1 more breadboard on each side but they don't work. Where do I put the jumper wires to power it and make it work? I have attached some images of it with 4 of the servo motors attached(sorry it's a bit hard to see).

I am a very new beginner and I would really appreciate the help :slight_smile: thank you


You do not want to power 6 servos from that microcontroller.

Try a PCA9685 I2C servo controller.

Thank you for the suggestion I might try it but is it because there's not enough power from the Arduino Nano iot 33 or...

Yes, it's a cheap and effective way to power and control the servos, and it has the added bonus of not occupying all of your pins too.

Read this as well:
16-channel-pwm-servo-driver.pdf (adafruit.com)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.