0% found this document useful (0 votes)
57 views1 page

Digit Temp Meter

This project summarizes a simple temperature meter that uses an LM35 analog sensor connected to a PIC microcontroller to display the temperature on a 3 digit 7-segment display. The project code is written in C and teaches how to use the analog port, interface with an LM35 temperature sensor and 7-segment display, and multiplex multiple displays. The download package includes the project code, hex file, schematic, and Proteus simulation file.

Uploaded by

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

Digit Temp Meter

This project summarizes a simple temperature meter that uses an LM35 analog sensor connected to a PIC microcontroller to display the temperature on a 3 digit 7-segment display. The project code is written in C and teaches how to use the analog port, interface with an LM35 temperature sensor and 7-segment display, and multiplex multiple displays. The download package includes the project code, hex file, schematic, and Proteus simulation file.

Uploaded by

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

Digit_Temp_Meter

This project is a simple temperature meter using LM35 analog sensor connected to PIC
microcontroller PIC16F676. The temprature is displayed on 3 digit 7-segment display. Project
code is written in C language for CSS compiler for PIC. Here are few things that you can expect
to learn from this project:

1. Using Analog port of PIC Microcontroller


2. Interfacing LM35 temperature sensor
3. Interfacing 7-segment display
4. Multiplexing multiple 7-segment display

Simple yet so much to learn in this project. If you are a starting to learn microcontrollers then
this is your project. The download package also includes a proteus simulation so you can modify
and test this code before building the actual hardware.

I want to thank Rakesh Suthar for submitting this project. I hope to see more learning oriented
project from him.

Download Package Content:

 main.c : Project C code


 main.hex : Hex file
 schematic.PDF : Schematic file
 lm35-temp-meter.pdsprj : Proteus simulation Project file

You might also like