hello,
I would like to read the number of pulse of my encoder on Arduino
I'm using a magnetic encoder who provide abz signal.
A friend recommand me to use the hctl-2017 quadrature decoder but i don't know how to implemantate it.
i put the link of the datasheet below:
https://docs-emea.rs-online.com/webdocs/0eed/0900766b80eed04b.pdf
thanks
If the "magnetic encoder" can provide (directly or via adapter) signals in range 0..5V, the two signals can be diretly connected to arduino pins. An interrupt-driven routine counts (and reports any movement)
the problem is that my encoder provide high frequency signal (150 000 hz max) and if i connect it directly to my Arduino card i loose some pulses per turn.
i'd like to use this component to count and after send the informations to my arduino card.