Getting started with Rotary Encoders | Examples with Raspberry Pi Pico

Hi everyone, I’ve just shared a new guide about how to use Rotary Encoders, under Guides > Digital Electronics: “Getting started with Rotary Encoders | Examples with Raspberry Pi Pico”

5 Likes

Thanks for this
Does the library provide debouncing?
I found this an issue (as it is with all switches)
see Experiments with Rotary Encoders – VK8RH Amateur Radio Projects
Richard

Thank you. I have a Raspberry Pico and an encoder too. Will try someday.

Connect please USB gps

Hi Ian
Welcome, but what is this all about. A bit too cryptic for my old brain.
Cheers Bob

1 Like

Hi @Oliver70621, yes the micropython-rotary library does provide software debouncing.

Cheers,

Jacob

Thanks

Looking in the docs on GitHub
Looks like it uses a state machine approach which is the most durable

R