Hello!
I have an incremental encoder such as this one: https://www.digikey.no/en/products/detail/cui-devices/AMT103-2048-N4000-S/10468125
I have to make this work with the nRF52832.
After some research I see that the nRF connect sdk has a QDEC driver, which I assume is for dealing with these kinds of encoders. Looking through the documentation and exaples I am not sure how to set this up properly.
First of all: when creating the example code from zephyr, the nRF52 is not listed as compatible, is this right? I can't find an exaple using nrfx or for nordic boards.
Second: there are three pins coming from the encoder, channel A, B and index. The documentation only uses channels a and b, then one input for LED. I don't understand what this LED input is for.
Thanks for the assistance!
Filip