TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
297 stars 64 forks source link

No Output for new installed Raspberry 3b+ #157

Open TobKra96 opened 2 years ago

TobKra96 commented 2 years ago

I found an issue with new installed rasberry 3b+. There is no output on the pwm0.

Workaround: open the /boot/config.txt and delete/comment out the following lines:

#dtparam=audio=on

It looks like the audio controller blocks/use the pwm module.