Hall sensor tach


Closed Thread
Results 1 to 2 of 2
  1. #1
    zipphreak's Avatar
    zipphreak Guest

    Question Hall sensor tach

    Hi there, I'm looking for some direction in creating an onboard tach for my rc helicopter that reads its input from a hall sensor, mounted on a model engine, that measures engine RPM up to say 25,000 rpm to be safe. Then I divide the read engine rpm by the gear ratio of the helicopter (8.50), to give rotor headspeed in rpm, and output to a 4 digit 7-segment display. Any help would be very much appreciated.

    Regards,
    ZipPhReaK

  2. #2


    Did you find this post helpful? Yes | No

    Smile ideas...

    Quote Originally Posted by zipphreak
    Hi there, I'm looking for some direction in creating an onboard tach for my rc helicopter that reads its input from a hall sensor, mounted on a model engine, that measures engine RPM up to say 25,000 rpm to be safe. Then I divide the read engine rpm by the gear ratio of the helicopter (8.50), to give rotor headspeed in rpm, and output to a 4 digit 7-segment display. Any help would be very much appreciated.
    25000 rpm is 417rps(econd). Since the resultant count over a 1 second period is 8.5 x the actual head speed in rps, you can count input pulses for 118mS (1/8.5 second) to get the head speed value, which would result in a number between 0 and 49 revolutions. Multiply this by 60, and you'll get your result in head RPM to output to your display (a surplus Hitachi-44780 LCD display may be much easier to implement).

    You could use timer1 configured as a counter with an external clock signal, which should happily continue to count with hardware while you execute a time delay with PAUSE 118. When the time delay is over, you could stop the timer, read and clear it, do the math on the result, and send to your display.

    --------------------Picster-------------------

Similar Threads

  1. Hall Effect flow meter with 16F876
    By revelator in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 10th March 2010, 20:42
  2. Hall effect reading
    By ewandeur in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 26th November 2008, 15:49
  3. hall effect
    By dragons_fire in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 10th April 2007, 15:49
  4. Reading a linear hall sensor
    By peu in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 3rd October 2006, 22:31
  5. Hall Sensor
    By jetpr in forum Schematics
    Replies: 2
    Last Post: - 14th February 2005, 18:55

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts