News

The Sno (pronounced like “snow”) board is a tiny footprint Arduino board ... there is one that will do quadrature decoding for dealing with things like shaft encoders. There are a few others ...
I needed a rotary encoder — I pulled a cheap one out of one of those “49 boards for Arduino” kits you see around. Not the finest encoder in the land, I’m sure, but it should do the job.
The quadrature encoder with acceleration would seem easiest, but it still needs coding. My bright (I claim…) idea is to use two potentiometers connected to two analogue arduino inputs (method below), ...
If you are a novice to rotary encoders for human-machine interface, there is a potential pit-fall. Otherwise called quadrature encoders, they deliver two-bit gray-scale binary on rotation, with the ...