- This topic has 3 replies, 4 voices, and was last updated 8 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › RPM CALCULATION
how to calculate rpm using ir leds?? plz help
Hi Vignesh,
Connect the rotating shaft to a flywheel whose tooths have size larger than an LED. Arrange the flywheel in between an IR LED and an IR photodiode. Now as the flywheel rotates the tooth will block and let the light fall on the IR photodiode continuously. Hence the output of the photodiode will be a pulse. Just count the number of pulse generated for a predefined time and then calculate the RPM from it. You can also measure the pulse width and with the help of which you can calculate the instantaneous RPM.
need help for rpm counter on 7 segment 2 digit display.
how to calculate pulses in rpm
u can use built in counter (like T0 and T1 in 8051) of micro controller to count pulses generated by motor rotations
calculate pulses for 1 sec that gives RPS – revolutions per second. then multiply it with 60 to get RPM