Driving H-Bridges with an Adafruit PCA9685

Hello all

Well, like the title says...

I have 2x BTS7960 H-Bridges and 4x L298N H-bridges, plus 6x Servos to drive.

Rather than have a big processor that can spit out a dozen+ PWM signals, I was wondering if I could use a I2C PCA9685 board I found in my stock?

Can you see any issue with this?
Thanks

Should work I think.

The most common issue with this approach is if you plan to use some library that expects the servos or motor drivers to be connected directly to the Arduino.

I think a breadboarding is in order to check this out

Always.

PWM frequency is the same for all channels.
So if you set it to 50Hz for the servos...
Leo..