Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5273

Beginners • Re: Rpi 5 and Pan Tilt hat

$
0
0
where i have to go to check error message?

Code:

sudo journalctl
or better

Code:

journalctl | grep pca9685-pwm
maybe make a small batch program to check if the pca9685-pwm module exist in the kernel using "lsmod"

if not try to insert the module with

Code:

sudo modprobe pwm-pca9685
or pca9685-pwm (I'm not near my pi5 and the pca9685 is disconnected).

Statistics: Posted by danjperron — Tue Mar 19, 2024 5:51 pm



Viewing all articles
Browse latest Browse all 5273

Trending Articles