Page 1 of 1

Encoder 4109 or 3531 with Arduino

Posted: Tue Nov 20, 2018 6:34 pm
by jingleby
Any suggestions on how to use one of the encoders mentioned above within an arduino world (even with a dedicated arduino for it)?

Would the 4109/3531 also require additional phidgets hardware? I'm hoping to get by with only the sensor and as I have 2 on hand. If this is an incredibly difficult task, what is the lowest cost components that would be needed?

thanks

Re: Encoder 4109 or 3531 with Arduino

Posted: Wed Nov 21, 2018 8:39 am
by mparadis
Quadrature encoders like these are simply 2 digital signals that need to be interpreted in a certain way. A cursory google search yields this page which lists a number of libraries that will do it:
https://playground.arduino.cc/Main/RotaryEncoders

Re: Encoder 4109 or 3531 with Arduino

Posted: Wed Nov 21, 2018 10:10 am
by jingleby
Thank you for clarifying this. I suspected as much but wasn't sure and was surprised I didn't find tutorials with phidgets about it.