Psuedo Tach Signal

Subscribe
Jul 19, 2023 | 04:03 PM
  #1  
Hey guys, been a while but glad to be back! I wasn't able to find anything that really answered my question so I made a new thread. Is there any spot on the fuse panel or anywhere else that I could use as sort of a psuedo tach signal? Something like a flat-ish rate voltage drop as rpm increases? I am attempting to make a digital readout for most gauge info using an Arduino microcontroller and it can't properly read the raw signal from the distributor (HEI). If not, is anyone well versed on the microcontroller boards that are on the tach itself? Anyplace there I could find a solid signal? Thanks.
Reply 0
Jul 20, 2023 | 08:04 AM
  #2  
Re: Psuedo Tach Signal
You will need to filter the raw tach signal, as it includes the inductive kickback of the coil. Easy to do this.

For a frequency to voltage conversion, see the Nat-Semi LM2917 chip.

RBob.
Reply 0
Jul 20, 2023 | 09:21 AM
  #3  
Re: Psuedo Tach Signal
Thanks man, didn't even know that there is already a handy little thing that will basically do all the filtering for me
Reply 0
Jul 21, 2023 | 07:49 AM
  #4  
Re: Psuedo Tach Signal
Quote: You will need to filter the raw tach signal, as it includes the inductive kickback of the coil. Easy to do this.

For a frequency to voltage conversion, see the Nat-Semi LM2917 chip.

RBob.
So I've ordered the LM2917N/NOPB chip from TI, which I believe bought out Nat-Semi. It looks like it does the same thing anyways. The one I ordered is the 14-pin version, and it has a TACH+ and TACH- terminal. For a standard HEI distributor like mine, should I just take the TACH- terminal to ground or have it set to some threshold below the max TACH+ terminal voltage? I have attached the product data sheet.

Also, when you mention filtering the raw signal, I made a low-pass filter for the signal within my microcontroller. Is that what you were getting at?


Reply 0
Jul 21, 2023 | 02:01 PM
  #5  
Re: Psuedo Tach Signal
Yes, TI bought out Nat-Semi. As for how to hook up the chip to the coil, see figure 21 in the data sheet. Shows exactly what is required. The resistors, diode, & cap is the filter network.

RBob.
Reply 0
Subscribe