Hi,
i am fighting with my lack of knowledge of english
technical terms…please help…
I am using a simple rotary encoder by RobotDyn:
http://robotdyn.com/catalog/buttons_control/rotary_encoder_module/
which has a button switch (pressing the knob down) and 24steps per
rotation. And as far as I can decode the english terms it has 24 dents -
that is: it makes 24 times “click” when rotating the knob.
I want to use this library
which is referenced from here:
http://playground.arduino.cc/Main/RotaryEncoders
because the library has a debouncing algorithm build in and the rotary
encoder, which I want to use is known for bouncing.
In the tutorial.pdf, which comes with the library I found this
descriptive text:
Furthermore, this Library is designed for encoders that have detents (clicks). Some encoders have 4 steps
*per click, and others have 2 steps per click. This Library will be able to handle either one or a mix of them. *
The Library will return a code to the sketch only when the encoder clicks. This design has been made
because it is used to change discrete values (integers, letters of the alphabet, angle in degrees…).
…but what does this “2 steps per click” and “4 steps per click” mean? I searched the forum with
“encoder steps per click” but this leads to tons of informations about stepper motors…
As far as I had understood my encoder it does 24 clicks per turn which results in 24 steps…
On the other hand: If there are encoders out there, which do more then one step per click…how can one manage to do one step at a time then?
Most probably I got the whole thing wrong wired in my head…
Any help is very appreciated!
Cheers
mcc