This document describes a project to build a frequency meter using a microcontroller. It uses an AT89C51 microcontroller and LCD display to measure and directly display the frequency of an input signal. The microcontroller code includes functions for initializing the LCD, sending commands and strings to display readings, and measuring the input signal frequency over one second intervals to update the displayed reading.