0% found this document useful (0 votes)
84 views

AT89C51 Microcontroller AT89C51 Microcontroller AT89C51 Microcontroller AT89C51 Microcontroller

This document discusses how to interface a humidity sensor with an 8051 microcontroller. It describes connecting an AT89C51 microcontroller, 16x2 LCD display, and ADC0804 analog to digital converter to allow the microcontroller to read humidity sensor measurements and display them on the LCD. The humidity sensor outputs an analog voltage that is converted to a digital value by the ADC and read by the microcontroller to monitor environmental humidity conditions.

Uploaded by

Pravin Bhole
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views

AT89C51 Microcontroller AT89C51 Microcontroller AT89C51 Microcontroller AT89C51 Microcontroller

This document discusses how to interface a humidity sensor with an 8051 microcontroller. It describes connecting an AT89C51 microcontroller, 16x2 LCD display, and ADC0804 analog to digital converter to allow the microcontroller to read humidity sensor measurements and display them on the LCD. The humidity sensor outputs an analog voltage that is converted to a digital value by the ADC and read by the microcontroller to monitor environmental humidity conditions.

Uploaded by

Pravin Bhole
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

How To Interface Humidity Sensor with 8051 Microcontroller (AT89C51)

Physical quantities like Humidity, temperature, pressure etc. are monitored to get information about the environmental conditions. Various sensors are being used to measure these quantities in analog form. This article demonstrates the principle and operation of interfacing the humidity sensor with 8051 microcontroller (AT89C51). The humidity sensor is widely used in applications like weather forecast, air conditioner, Hygrometers etc. Main Parts:

AT89C51 Microcontroller

AT89C51 is an 8-bit microcontroller and belongs to Atmel's 8051 family. AT89C51 has 4KB of Flash programmable and erasable read only memory (PEROM) and 128 bytes of RAM. It can be erased and program to..

LCD

LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits. These modules are preferred over seven segments...

ADC0804

Analog to digital converters find huge application as an intermediate device to convert the signals from analog to digital form. These digital signals are used for further processing by the digital processors. Various sensors like temperature, pressure, force etc. convert the physical characteristics into electrical signals that a are analog in nature....

You might also like