You know this is very common , getting stuck , particularly when we are learning all the things . I get stuck all the time, what helped me is to take a break and come back to the problem, and systematically troubleshoot it.
I’ll advice disconnecting the transistor circuit and just test pca9685 output without connecting the transistor circuit in it. If that works we should next look at the transistor circuit. Otherwise we know for sure it’s the pcs9686 . And the. Run specific diagnosis (like check if devmode is enabled etc)
Now that you are running latest release you should be able to check the transistor circuit even without pca9685, using pi pwm directly.
So I’ll say , if pca9585 is not working (we t steps for sure) , then setup pi pwm (enable pwm module in /boot/config.txt and reboot ) then check if pi is (0-3.3v) output with pin 18 when you chang it via reef-pi. Then next move on to the transistor circuit. Let’s make small step , and validate it in each step
Great advice. Thanks!
Now, how to I go about testing the PCA9685 output???
