Hardware advice ESP8266 NodeMCU V3 #14369
Unanswered
bobblkabb
asked this question in
Hardware & Peripherals
Replies: 2 comments 1 reply
-
A PCA9685 board can drive up to 16 servos via a single I2C connection. There are libraries for MicroPython that support it: Servo. You'll probably need a fairly powerful external supply to power all of those servos. |
Beta Was this translation helpful? Give feedback.
0 replies
-
To control 15 servomotors with a NodeMCU V3, use a motor driver or shield for enough power, connect with jumper wires, and program with the Arduino IDE using the Servo.h library. Choose small, low-voltage micro servos for your project. Can dog eat |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to control several servomotors (approx. 15 motors) with a NodeMCU v3. These servomotors are to move small, perhaps 2-3cm large plastic elements.
Which components are recommended for this? How can I control several motors with one board, what do I need for this?
Which servo motors? As small as possible and low voltage would be practical.
Regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions