Slideshow

Thursday 24 May 2012

PIC Project - Contactless Digital Tachometer using PIC microcontroller

Contactless Digital Tachometer using PIC microcontroller

 

TESTED OK PROJECT 

 

                    A tachometer (revolution-counter, Tach, rev-counter, RPM gauge) is an instrument measuring the rotation speed of a shaft or disk, as in a motor or other machine. The device usually displays the revolutions per minute (RPM) on a calibrated analogue dial, but digital displays are increasingly common. The word comes from Greek Ταχος, tachos, "speed", and metron, "to measure".

 




 Following diagram explains the logic of this project :





The infra red reflective object sensor work by simply emitting the infra red beam and when it encounter the white object surface than the infra red beam will be reflected back to the phototransistor; next the phototransistor and the 2N3904 transistor which formed the Darlington pair will start to conduct and will generate enough voltage across the 470 Ohm resistor to be considered by the PIC16f690 microcontroller build in Capture Compare Pulse width modulation(CCP )module input port as the logical "1". When the infra red beam encounters the black tire surface than both of the phototransistor and 2N3904 transistor will turn off; and the voltage across 470 Ohm resistor will drop to 3.5 volt (logical "0").


Therefore by timing the generated pulse period by the infra red reflective object sensor we could easily calculate the RPM using this following formula:


Frequency = 1/T Hz; T is the generated pulse period in second.

RPM (Rotation per Minute) = Frequency x 60
 
 

Necessary files are given into this link :

 

http://www.8051projects.net/download-r235-contactless-digital-tachometer-using-pic-microcontroller.html 


enjoy it...


post by...Pratik Gohel...:))



No comments:

Post a Comment