How to use PCA9685 with voxl
-
Hi we have voxl flight controller i.e inspired flight (IF1000). we are planning to control servo in main PWM outputs but we are not successful. after that, we are planning to use PCA9685 to voxl flight core. how to integrate PCA9685 to voxl is there any manual or wiki is there, if yes please send links.
thank you in advance
-
@SWARNA-MOHAN-CHANDRA-KANTH said in How to use PCA9685 with voxl:
PCA9685
Seems like that is an I2C device, you could start looking here at how to control an I2C bus from VOXL:
https://docs.modalai.com/voxl-i2c-io/
How are you looking to control this and for what use case? Above assumes you are running the I2C program on the VOXL's processor (not PX4).
If using PX4, you'd want to do this in the PX4 firmware instead.