Build A Digital Tachometer/RPM Counter

Project Info
Author: Chris
Difficulty: Medium
Time Invested: 2 Hours

Prerequisites:
Take a look at the above
tutorials before continuing
to read this tutorial.
           A tachometer is a tool that mechanics or engineers in general use very often. A normal tachometer will be able to tell you how fast something is moving in a complete rotation. A good example is on cars, you will see a tachometer counting the RPMs of your engine.
           With the new smaller microcontrollers and some simple circuitry, it's actually very easy to build your own digital tachometer. This tutorial will make use of an infraded diode and detector to build the digital tachometer/rpm counter. Below are some pictures of the final setup.



The Digital Tachometer/RPM Counter Setup

The IR Emmiter/Detector Close-Up

Purpose & Overview of this tutorial
           This tutorial will build a working digital tachometer that keeps track of the RPMs (rotations per minute) of a computer fan. So it's really a sophisticated RPM counter module. An IR emitter diode will always be sendind a blanket signal to the IR detector. If a fan blade interrupts the signal the microcontroller will see the change and keep track of each change.
           The total cost of parts for this tutorial is around $10 provided you already have a PIC programmer. The RPM counter will be limited to 1200 -> 3200 RPM because this is the computer fan specification for min and max speeds.



;