PDA

View Full Version : Incremental Encoder adn Raspberry PI



dian safari
28th July 2021, 09:25
Hello everyone

I'm trying to read data from incremental encoder using raspberry pi 3 B
currently using Qt Creator 4.8.2 Based on Qt 5.11.3 (GCC 8.3.0, 32 bit).
does anyone knows which IO Pins use full to capturing encoder signal and if any library which is compatible with raspberry pi and qt creator?
I hope my question is clear enough.

really appreciate if someone can help me
thanks in advance.

stryga42
27th August 2021, 18:34
Hi safari, this is not exactly a raspi forum :-/ To my knowledge there is no direct connection between Qt and rapsi hardware like GPIO. Feel free to use any raspi IO lib (like WiringPi http://wiringpi.com/ ) from your Qt based application. Works fine.