Comments on: Raspberry Pi: PWM Outputs with Python (Fading LED) https://randomnerdtutorials.com/raspberry-pi-pwm-python/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 29 Jan 2024 10:30:57 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pwm-python/#comment-886801 Mon, 29 Jan 2024 10:30:57 +0000 https://randomnerdtutorials.com/?p=129523#comment-886801 In reply to dekip.

Hi.
Yes. I think you’re correct.
Regards,
Sara

]]>
By: dekip https://randomnerdtutorials.com/raspberry-pi-pwm-python/#comment-886465 Sat, 27 Jan 2024 11:56:25 +0000 https://randomnerdtutorials.com/?p=129523#comment-886465 It is a nice article, BUT, there are a few things not clear enough.
RPi has 4 PWM pins and 2 PWM channels. Say, I want to use 4 MOSFETs to drive an RGBW LED strip. I can’t do it without some PWM IC, as the RPi can drive only two pins at once.

Am I right?

]]>
By: Tim Käbelmann https://randomnerdtutorials.com/raspberry-pi-pwm-python/#comment-864959 Tue, 10 Oct 2023 10:59:15 +0000 https://randomnerdtutorials.com/?p=129523#comment-864959 For me to install the gpiozero module i had to type “python3 -m pip install gpiozero” not “python3 -m pip gpiozero”. Im running Ubuntu on my Pi. The module isnt preinstalled there. Also I had to download pip first.

]]>