Hi
I'm looking for a way to use fully hardware PWM on my RPi Zero.
I want to control a PWM fan requiring 28 kHz.
The GPIO PWM nodes are software only (?).
Does anyone have a script to control the PWM signal through red node?
Hi
I'm looking for a way to use fully hardware PWM on my RPi Zero.
I want to control a PWM fan requiring 28 kHz.
The GPIO PWM nodes are software only (?).
Does anyone have a script to control the PWM signal through red node?
It's not possible without this additional hardware?
Would it be possible to create the PWM with RPi hardware?
You can use this python library that support this frequency:
But it is not used in any Node-Red node.
I'm completely new to this stuff.
Could you make a script for me and tell me where to run it?
![]()
Does node-red-node-pi-gpiod use that?
The node-red software generated pwm is not available for these higher frequencies. I havent figured out how to use the RPis build in hardware to generate 28k.
Yes the pigpiod node uses that Pigpio library which can use hardware pwm, so use that node rather than the default pigpio node