Hi! Thank you for your explanation. I have a question, if I am using a qudrature encoder and would like to find out its frequency, how can I arrange the connection of the input signal? Since quadrature encoder has 2 output signal and Arduino Uno only has 1 ICP pin. Thank you!
Nicely explained !! Well understood the capture function. Thanks a lot.
Thank you for the feedback @shailendrabhamare
Hi! Thank you for your explanation. I have a question, if I am using a qudrature encoder and would like to find out its frequency, how can I arrange the connection of the input signal? Since quadrature encoder has 2 output signal and Arduino Uno only has 1 ICP pin. Thank you!
Sorry for late reply yes you need to use some other microcontroller with two Input capture pins
It is possible to use Input Capture to find time difference between two input digital signals
Using Rising edge of each signal.