+ Reply to Thread
Results 1 to 4 of 4

Thread: rpm meter help

  1. #1
    mostafa zaky Bad
    Join Date
    Jan 2009
    Posts
    14

    rpm meter help

    hi
    i need help in my project
    i am working in a project which is used to measure the rpm of the car
    but i thought that i can use the analog rpm meter in the car and convert it to digital
    but i have some doubts
    if analog rpm meter is already found
    can i convert its analog signal to digital signal by using ADC
    are all types of cars have an rpm meter ?
    if the rpm meter is not a good idea
    can i use a tachometer or a taco generator?
    i think that old cars doesn't contain an rpm meter
    so that i need a more generic method that can be performed on every car
    so that i determined to use a sensor called KMI15/1 which is a rotational speed sensor
    but i need to know am i wrong or not?
    here is the data sheet of the sensor
    plz help
    Attached Files


  2. #2
    Chippie Excellent Chippie Excellent Chippie Excellent Chippie Excellent Chippie Excellent
    Join Date
    Mar 2003
    Location
    Good 'ole England
    Posts
    939

    Buy one of these if you can get one from your local supplier...

    Velleman nv
    Eccentric millionaire financed by 'er indoors

  3. #3
    mostafa zaky Bad
    Join Date
    Jan 2009
    Posts
    14

    hi chippie thanks for your reply
    do you think that my method is a good method or not?

  4. #4
    MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent MikeMl Excellent
    Join Date
    Mar 2009
    Location
    Utah
    Posts
    2,526

    Cars already have "digital" pulses where the frequency of the pulses is proportional to engine rotation speed. Cars with ECUs have more than older cars.

    For example, my mid 90's Toyota has a crank angle sensor (one pulse per crank revolution), 4 electric fuel injectors (one pulse every other rev), spark coil pulse (two pulses per rev), speedo pick-up from drive line (? pulses proportional to vehicle speed), and others I haven't thought about. The car has an analog meter tach, but I have not looked at what drives it.

    If I wanted a digital tach, I would use a PIC to measure the period between one of the pulses mentioned above. I would run the PIC off ~1Mhz resonator or crystal. I would use the Timer hardware in the PIC to count 1MHz clocks between successive engine pulses, effectively capturing the period each revolution of the engine. To convert period to revs/min, it takes one multiplication and one division and then a binary two's complement to decimal conversion in the PIC software before outputing the RPM value to a suitable display.

    This method is the one used in high-end digital tachs, like this one I have in my airplane. The advantage of using period measurement vs counting rev per unit time measurement is that revs per min takes a full minute to update. If you shorten the counting period, you give up numerical resolution. The period measurement method gives full four or five digit resolution at a very fast update rate.

    btw-older engines with point-ignition systems use the waveform across the points in the mechanical distributor as a pulse train to operate the analog tachometer. This waveform has a lot of ringing and swings from ~+150V to ~-250V. This is clipped and filtered to produce a "logic level signal" for processing inside the tach...
    Last edited by MikeMl; 2nd July 2009 at 04:23 PM.

+ Reply to Thread

Similar Threads

  1. Power meter + Power factor meter
    By mr.am in forum Electronic Projects Design/Ideas/Reviews
    Replies: 1
    Latest: 4th June 2009, 04:15 PM
  2. E Meter/GSR Meter/Lie Detector
    By Tronikid in forum Electronic Projects Design/Ideas/Reviews
    Replies: 2
    Latest: 25th January 2009, 06:31 AM
  3. 4 - 20 mA meter possible?
    By aljamri in forum Micro Controllers
    Replies: 6
    Latest: 26th August 2007, 10:14 PM
  4. RPM-Meter
    By muhfah in forum Electronic Projects Design/Ideas/Reviews
    Replies: 9
    Latest: 26th September 2004, 08:01 PM
  5. RV amp meter
    By dhadik in forum General Electronics Chat
    Replies: 5
    Latest: 26th June 2004, 06:41 AM

Tags for this Thread