0% found this document useful (0 votes)
38 views8 pages

Microcontroller and Its Application: ECE3003 (L3+L4)

This document summarizes a student project to create a digital temperature sensor using an 8051 microcontroller. It will take analog temperature readings from an LM35 temperature sensor, convert them to digital values using an ADC0804 analog-to-digital converter, and display the temperature on an LCD screen. An AT89C51 microcontroller will be used along with an ATmega8 microcontroller, which has a built-in ADC, to convert the analog temperature readings to digital. The student team outlines their timeline, division of work, and components required for the project.

Uploaded by

KavyaAhuja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views8 pages

Microcontroller and Its Application: ECE3003 (L3+L4)

This document summarizes a student project to create a digital temperature sensor using an 8051 microcontroller. It will take analog temperature readings from an LM35 temperature sensor, convert them to digital values using an ADC0804 analog-to-digital converter, and display the temperature on an LCD screen. An AT89C51 microcontroller will be used along with an ATmega8 microcontroller, which has a built-in ADC, to convert the analog temperature readings to digital. The student team outlines their timeline, division of work, and components required for the project.

Uploaded by

KavyaAhuja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

MICROCONTROLLER

AND ITS APPLICATION


ECE3003(L3+L4)
PROJECT BY:
SANDHYA S 16BEC0291
KAVYA AHUJA 16BEC0092
AKHIL KUMAR 16BEC0641
MADHWARAJ K.A. 16BEC0023
PROJECT DIGITAL TEMPERATURE SENSOR USING 8051
MICROCONTROLLER
TITLE
 The main principle of this circuit is to take the analog temperature
values, convert them into digital values and display the digital
temperature value on LCD or 7-Segment Display.
 Here, 8051 and ATmega8 microcontrollers are used. The ATmega8
has inbuilt analog to digital converter with six multiplexed
channels of 10-bit resolution. This reduces interfacing of external
analog to digital converter IC. The analog temperature value is
ABSTRACT directly applied to input ADC channels of microcontroller.
Successive approximation method is used for Analog to digital
conversion internally.
 But in case of 8051 Microcontroller (AT89C51 is used in this
project), it doesn’t have any built-in ADC like ATmega8. Hence, we
are using ATmega8 with 8051 Microcontroller to convert the
Analog temperature values to digital values.
CIRCUIT
DIAGRAM
 AT89C51 (8051 Microcontroller)
 11.0592 MHz Crystal
 2 X 33pF Capacitor
 10μF/16V Capacitor
 3 X 10KΩ Resistor
 1KΩ x 8 Resistor Pack
 10KΩ POT
COMPONENTS  16X2 LCD Display
REQUIRED  ADC0804
 LM35
 150pF Capacitor
 330Ω Resistor
 Power Supply
 Connecting Wires
 8051 Programmer
 REVIEW 1: SUBMISSION OF TITLE AND ALLOTMENT OF WORK
 REVIEW2: PRESENT THE C CODE REQUIRED
TIMELINE START WORK ON HARDWARE
 REVIEW 3: SHOW FINAL PROJECT ALONG WITH ASSEMBLY
CODE
 THE C CODE WILL BE WORKED UPON BY AKHIL KUMAR AND
MADHWARAJ K.A.
 THE HARDWARE COMPILATION WILL BE DONE BY SANDHYA S
AND KAVYA AHUJA
DIVISION OF  THE ASSEMBLY CODE WILL BE WORKED UPON BY ALL FOUR OF
WORK US.
 REPORT AND PPT WILL BE MADE ACCORDING TO THE WORK
ALLOTEMENT.
THANK YOU

You might also like