-
In the documentation it says "ESP32 the I2C library is only capable to run at 100 kHz" and not to use more than 2 expander boards. What microcontroller would you recommend to move 48 servos all at the same time? and is it possible with this library? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Teensy or BluePill or one of the fast (>16 MHz) Arduino boards, but dependent on the workload, even a Uno may be sufficient. |
Beta Was this translation helpful? Give feedback.
-
gotcha. ill grab a teensy 4.0 and try it out! thanks for the library. appreciate all the work. |
Beta Was this translation helpful? Give feedback.
Teensy or BluePill or one of the fast (>16 MHz) Arduino boards, but dependent on the workload, even a Uno may be sufficient.