Quote:
Originally posted by mister_e
Huummm. It seems U1096B is obsolete now. Why not using a few "old timer" LM3914,LM3915, LM3916 instead of. Input of tach can be connect to a simple LM2917 frequency to voltage converter. Since the tach signal is not really clear and *un-noisy* is better to use this one.
In the past i did something similar to read tach signal with PIC. The target project was an TachProbe for remote starter installer (like i was). It was reading Tach source and convert it into Cylinder reading. It's still on use and on *market* now. For this i just read the input frequency by using two Pulsin command to get the period of the input signal. With a simple formula i convert period in a cylinder reading.
maybe this can be use for your project too.
regards
First off, I'd like to thank everyone for giving me some input to this starter project.