Naveen Naveencs
Newbie level 4
- Joined
- Feb 8, 2014
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 38
I want to count the proximity sensor output and convert it into rpm.can any one explain
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
1. find out how many pulses your proximity sensor produces per revolution. (pulses per revolution)
2. count the number of pulses in one minute. (pulses per minute)
3. RPM = (Pulses per minute) / (pulses per revolution)
Brian.