Page 1 of 1

RPM Input

Posted: Tue Mar 25, 2014 11:28 pm
by TheStigP11GT
I am doing a small project to build a RPM Window Switch using Arduino, I have searched online and can not find the answer, but basically, I am looking to get details on how to Measure the RPM from the ECU.

I am unsure whether it uses voltages or digital signals or what, but basically I would like the Arduino to display the RPM on the display screen and Com Input so I can then build the rest of the code around it. If it is voltage or other signal is there any other conversion which would need done to build into the code to interpret the data?

Re: RPM Input

Posted: Thu Mar 27, 2014 7:40 am
by Matt
Yes it is a voltage from the ECU. 5V pulse which frequency increases as RPMs increase

Re: RPM Input

Posted: Fri Mar 28, 2014 12:12 am
by TheStigP11GT
Matt wrote:Yes it is a voltage from the ECU. 5V pulse which frequency increases as RPMs increase
Thanks Matt, Would a ADC converter convert the values to a number so it can be displayed using an Arduino?

Re: RPM Input

Posted: Sun Mar 30, 2014 2:49 am
by Eric
I once got this working on an Arduino using a 74HC14 (schmitt trigger) and frequency counter library or freqmeasure library...can't remember which one I used, but I think both worked.

Re: RPM Input

Posted: Mon Mar 31, 2014 3:18 pm
by Matt
No ... you need to count pulses in a time period to measure. Frequency counters or similar extra ICs like Eric mentioned can assist