Proximity sensor and STM32F030R8T6 for RPM Measurement
Greetings Friends.
I want to interface proximity sensor with STM32F030R8T6 for measurement of RPM. I need guidance on how to make it possible and easy with out the use of PLL ic .
I was thinking of interfacing proxy sensor output to STM32 pin and take it as external input. Each and every external interrupts will be incriminating the counter value and after every 1 second i will calculate the rpm.
The above method stated is my plan but i don't know how much practically it will be helpful.
Any other suggestions are welcomed.