Replies: 1 comment 5 replies
-
@pike2k, did you mean reading fan tachometer pulses received or reading fan PWM control signal (from motherboard)? For reading/decoding the incoming PWM signal, RP2040 PWM hardware is used. While for reading the tachometer pulses from fans, interrupts are used (as these pulses come at very "slow" rate). I think I implemented tachometer reading based on how I had done it on Arduino in the past, not pausing to think if there was better way to do it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there.
I wonder why you choose to use 'PWM input' for Tachometer reading and not PIO?
What are the pro's and con's? Maybe you have a special reason to go this route with this project?
Beta Was this translation helpful? Give feedback.
All reactions