Taxi Fare Meter - AT89C52 Microcontroller Project

A functional taxi fare meter built with the 8052 microcontroller. It counts wheel rotations to calculate distance, measures real-time speed using precise 1-second intervals, and computes fare based on a tiered pricing model: ¥8 for the first 2 km, then ¥2.6/km. Implements dual-byte arithmetic, BCD conversion, and dynamic 7-segment display.

Document