FPGA Research
Digital Speedometer using FPGA
Introduction:
A speedometer is used to display the speed of motor vehicle in km/hr. A digital speedometer sense pulses from a sensor (which attached in vehicle wheel) and then it calculate the speed of the vehicle and display the speed in a “LCD” or “7 segment display”. Features: Calculations: The calculation of the parameter is performed by counting the time between two consecutive revolutions of the wheel. The input pulses from the transducer in the wheel are fed into a FPGA as an interrupt signal. To calculate the speed, we use the formula: SPEED_MULTIPLIER = 36 at a counter clock of 2.5 MHz as the circumference =185.3 cm. For Details please download

Thus,
Speed = (6670/count) km/hr.


