Microcontroller Tachometer

WilliamN

New Member
Here is a schematic I drew up for my Tachometer circuit. It uses a LED/phototransistor pick up to measure rotations of a turbine rotar shaft, max RPM measured is 200,000 rpm. I am new to microcontrollers so let me know what you think, any changes, or things I did wrong. Let me know what you think of it.
 

Attachments

  • Ferq12.gif
    31.8 KB · Views: 2,361
If you cant get rid of the 595 by connecting the leds to port b directly (dont have a datasheet for mega8 handy). I would get rid of the 595, and use a 3->8 mux to control the transistors perhaps using the port b, then I would drive the led segments directly from port c. That will give you much faster refreshes as you will be able to update a digit by writing once each to port b and port c. The way it is now, you have to do multiple writes to shift the data into the 595.
 
I would look at using a few CD4511 for each digit. You wont have to 'scan' the display to show a number. Just latch the data in and move on.

Have Fun
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…