I am using an arduino for a tachometer project. It will have outputs for several LEDs (green, yellow, and red corresponding to different engine speeds). The car has a factory RPM gauge, but I am adding a second tach using LEDs for this project.
The signal that goes to the factory tachometer is a 0-5v pulse for each revolution.
I was wondering if I could tee of this signal line and feed it into the arduino input, and use the PulseIn() function to do this? Could I use PulseIn somehow to take this signal and use it to output my LED tach?
Thanks, any input is appreciated.