SlideShare a Scribd company logo
1 of 16
ECE PROJECT REPORT
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
SUBMITTED BY
-BHOJ KUMAR SINGH
-SEC:- E1614
-REG. NO:-11607789
ACKNOWLEDGEMENT
At the very beginning, I would like to thank all those who have helped me in making this project.
Without their support, it would have been impossible for me to make this project. At first, I
would like to thank my ECE teacher, Manie Kansal mam . Mam has been a great teacher for me
as well as my classmates. Then, I would like to thank the LPU administration for providing all
the facilities required by students.
INDEX
CONTENTS PAGE NO.
1. Introduction 1
2. Abstract 2
2.1.Working
2.2. Application
3. Components
3.1.Arduino developed board 3
3.2. LM-35 The temperature sensor 4
3.3. RTC ds1307 time sensing device 5
3.4. LCD 6
3.5. Misc(wires,potentiometer,breadboard etc) 8
4. Circuit diagram 9
4.1.Interfacing of RTC with Arduino and LCD
4.2.Interfacing of LM35 with Arduino and LCD
5. Program code 10
6. Reference 11
List Of Figures
1. Complete project of arduino based time and temperature display.
2. Arduino wth its pin conFiguration
3. Pin conFiguration of LM 35
4. LM 35
5. RTC ds 1307 Front view
6. RTC ds 1307 Back view
7. Pin descrption of RTC
8. Pin description of 16*2 LCD
9. A 16*2 LCD
10. A 10K Potentiometer
11. Jump Wires
12. Connection in Breadboard
13. Interfacing of RTC ds1307 with Arduino and LCD
14. Interfacing of LM35 with Arduino and LCD
15. Coding of the project
INTRODUCTION
This Arduino based time and temperature display project, displays time and temperature
according to the situation and surrounding. This project consists of Arduino Uno board, LM-35
the temperature sensor,RTC ds 1307 for sensing time and LCD for displaying the measured . The
LM 35 measures and displays time in Degree Celsius. RTC can work as a complete package of
clock and calendar as it can measure hour, min, sec, day, month, yearand can automatically
adjust for month having 30 or 31 days, even for leap year.
Fig 1- Complete project of arduino based time and temperature display
WORKING OF PROJECT
 The main component of this project is the Arduino developed board. It is like heart of
circuit of this whole project which control all its operation.
 An IC LM 35 is used as an temperature sensor. It is interfaced with the analog pin of
Arduino board.
 The RTC ds 1307 is used as an time measuring device. It senses current time i.e. hour,
min, second and day of the week. It is interfaced with Arduino board using 2 analog pins.
 The Arduino has an built in analog to digital convertor which converts these analog
signals to digital and displays on the LCD.
APPLICATIONS
 This type of assembly can be used to control many temperature based devices like fan,
AC’s and DC motors can also be controlled by using this.
 Arduino based auto intensity control of street light.
 Arduino can be used to make home automation system by interfacing with a Bluetooth
and a smartphone with arduino.
 Traffic signal based on microcontroller system.
 Heat sensing devices which ncan be used for safety precautions.
COMPONENTS
1. Arduino
 Arduino is an open-source project that created microcontroller-based kits for building
digital devices and interactive objects that can sense and control physical devices. It is an
open source hardware and software project, created with a simple aim in mind, to be as
simple as possible.
 It is used by artists, hackers, hobbyists, and professionals to easily design, prototype and
experiment with electronics.
 An Arduino contains a microchip, which is a very small computer that you can program.
You can attach sensors to it so that it can measure conditions (like how much light there
is in the room). It can control how other objects react to those conditions (room gets dark.
LED turns on).
 Microcontrollers use inputs and outputs like any computer. It provide sets of digital and
analog input/output (I/O) pins that can interface to various expansion boards and other
circuits.
 For programming the microcontrollers, the Arduino project provides an integerated
development environment (IDE) based on a programming language named Processing
which also supports the languages C and C++.
Fig 2- Arduino wth its pin conFiguration
2. LM 35 The Temperature Sensor
 LM35 is a precision IC temperature sensor with its output voltage proportional to the
temperature (in oC).
 The LM35 does not require any external calibration or trimming to provide typical
accuracies of ±1⁄4˚C at room temperature and ±3⁄4˚C over a full −55 to +150˚C
temperature range.
 The LM35’s low output impedance, linear output, and precise inherent calibration make
interfacing to readout or control circuitry especially easy.
 As it draws only 60 µA from its supply, it has very low self-heating, less than 0.1˚C in
still air.
 The LM35 is rated to operate over a −55˚ to +150˚C temperature range.
 The sensor circuitry is sealed and therefore it is not subjected to oxidation and other
processes. With LM35, temperature can be measured more accurately than with a
thermistor.
 It has got 3 pins Ground, Output, and Vcc.The Output pin is connected to analog pin of
Arduino and Vcc is given 5V.
Fig 3- Pin conFiguration of LM 35
Fig 4-LM 35
3. RTC ds1307
 RTC is an 8 pin device using an I2C interface.
 The DS1307 is a low-power clock/calendar with 56 bytes of battery backup SRAM.
 The clock/calendar provides seconds, minutes, hours, day, date, month, and year
information.
 The end of the month date is automatically adjusted for months with fewer than 31 days,
including corrections for leap year. The clock operates in either the 24-hour or 12- hour
format with AM/PM indicator.
 The DS1307 has a built-in power-sense circuit that detects power failures and
automatically switches to the backup supply.
 RTC has different pins but we only need 4 pins SDA, SCL, GND and Vcc for our this
project.
 SDA & SCL pins of RTC are given to A4 and A5 analog pin of Arduino respectively.
Fig 5- RTC ds 1307( Front ) Fig 6-RTC ds 1307( Back)
Fig 7-Pin descrption of RTC
4. Liquid Crystal Display
 LCD (Liquid Crystal Display) screen is an electronic display module and find a wide
range of applications
 They come in many sizes 8x1 , 8x2 , 10x2 , 16x1 , 16x2 , 16x4 , 20x2 , 20x4 ,24x2 , 30x2
, 32x2 , 40x2 etc . First digit shows number of columns and second digit show number of
rows.
 In this project we have used a 16*2. This means 16 characters per line by 2 lines and 20
characters per line by 2 lines, respectively.
 Their programming is also same and they all have same 14 pins (0-13) or 16 pins (0 to
15). ALL LCDs have
i. Eight(8) Data pins
ii. VCC (Apply 5v here)
iii. GND (Ground this pin)
iv. RS (Register select)
v. RW (read - write)
vi. EN (Enable)
vii. V0 (Set Lcd contrast)
 8-Data pins carries 8-bit data or command from an external unit such as microcontroller.
 There are three important pins in LCD RS,RW,EN.
RS(Register select)
There are two registers in every LCD
i. Command register
When we send commands to lcd these commands go to Command register and
are processed their..
- When RS=0 Command Register is Selected.
ii. Data Register
When we send Data to lcd it goes to data register and is processed their.
- When RS=1 Data Register is selected.
RW(Read - Write)
1. When RW=1 We want to read data from lcd.
2. When RW=0 We want to write to lcd.
EN(Enable signal)
1. When you select the register(Command and Data) and set RW(read - write) now its time to
execute the instruction.
2.This requires an extra voltage push to execute the instruction and EN(enable) signal is used
for this purpose. Usually we make it en=0 and when we want to exectue the instruction we make
it high en=1 for some milli seconds. After this we again make it ground en=0.
Fig 8- Pin description of 16*2 LCD
Fig 9- A 16*2 LCD
5. OTHER COMPONENTS
Potentiometer
 A potentiometer, informally a pot, is a three-terminal resistor with a sliding or rotating contact
that forms an adjustable voltage divider.
 If only two terminals are used, one end and the wiper, it acts as a variable
resistor or rheostat.
 In this project , a10K potentiometer is used.
 In this project pin connection of pot are done as:-
1. GND—connected to ground from Arduino.
2. OUTPUT—connected to 3rd pin of LCD.
3. INPUT—input of 5V is given from Arduino.
FI G
Fig 10-A 10K Potentiometer Fig 11- Jump Wires
Breadboard
 A breadboard is a construction base for prototyping of electronics.
 Breadboard does not require soldering, it is reusable. This makes it easy to use for creating
temporary prototypes and experimenting with circuit design.
Fig 12-Connection in Breadboard
Jump Wires
 A jump wire is an electrical wire or group of them in a cable with a connector or pin at
each end Individual jump wires are fitted by inserting their "end connectors" into the slots
provided in a breadboard, the header connector of a circuit board.
CIRCUIT AND CONNECTION
Fig 13-Interfacing of RTC ds1307 with Arduino and LCD
Fig 14-Interfacing of LM35 with Arduino and LCD
PROGRAM
Using this program we can display time and temperature
Fig 15-Coding of the project
RESULT
In this whole project I have shown how effectively Arduino can be used with different
components to create something good. In this project I have interfaced Arduino with LM35 and
RTC ds1307 to display time and temperature of the surroundings on a 16*2 LCD.
REFERENCE
 First I would thank my ECE teacher Miss Manie Kansal for her proper guidance.
 https://m.youtube.com/watch?v=NDwSrgfsiYQ
 http://www.alldatasheet.com/
 http://www.engineersgarage.com/
 All the Lovely faculty of Lovely Professional University
ARDUINO BASED TIME AND TEMPERATURE DISPLAY

More Related Content

What's hot

Introduction to Arduino Programming
Introduction to Arduino ProgrammingIntroduction to Arduino Programming
Introduction to Arduino ProgrammingJames Lewis
 
PATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMPATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMsathish sak
 
Intro to Arduino
Intro to ArduinoIntro to Arduino
Intro to Arduinoavikdhupar
 
Health monitoring system
Health monitoring systemHealth monitoring system
Health monitoring systemluvMahajan3
 
Basics of arduino uno
Basics of arduino unoBasics of arduino uno
Basics of arduino unoRahat Sood
 
Syed IoT - module 5
Syed  IoT - module 5Syed  IoT - module 5
Syed IoT - module 5Syed Mustafa
 
Arduino Workshop Day 1 - Basic Arduino
Arduino Workshop Day 1 - Basic ArduinoArduino Workshop Day 1 - Basic Arduino
Arduino Workshop Day 1 - Basic ArduinoVishnu
 
IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.Aman singh
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring systemShaswataMohanta
 
Arduino based health monitoring system
Arduino based health monitoring systemArduino based health monitoring system
Arduino based health monitoring systemYousuf Shaikh
 
EC8562 DSP Viva Questions
EC8562 DSP Viva Questions EC8562 DSP Viva Questions
EC8562 DSP Viva Questions ssuser2797e4
 
DHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity SensorDHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity SensorRaghav Shetty
 
Distance measurement using Ultrasonic sensor on Arduino Uno
Distance measurement using Ultrasonic sensor on Arduino UnoDistance measurement using Ultrasonic sensor on Arduino Uno
Distance measurement using Ultrasonic sensor on Arduino UnoAswin KP
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessorAMAN SRIVASTAVA
 
Sensor based Health Monitoring System
Sensor based Health Monitoring System Sensor based Health Monitoring System
Sensor based Health Monitoring System Sudhanshu Janwadkar
 
LPC 2148 ARM MICROCONTROLLER
LPC 2148 ARM MICROCONTROLLERLPC 2148 ARM MICROCONTROLLER
LPC 2148 ARM MICROCONTROLLERsravannunna24
 

What's hot (20)

Introduction to Arduino Programming
Introduction to Arduino ProgrammingIntroduction to Arduino Programming
Introduction to Arduino Programming
 
PATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMPATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEM
 
Intro to Arduino
Intro to ArduinoIntro to Arduino
Intro to Arduino
 
Health monitoring system
Health monitoring systemHealth monitoring system
Health monitoring system
 
Basics of arduino uno
Basics of arduino unoBasics of arduino uno
Basics of arduino uno
 
Syed IoT - module 5
Syed  IoT - module 5Syed  IoT - module 5
Syed IoT - module 5
 
ARM CORTEX M3 PPT
ARM CORTEX M3 PPTARM CORTEX M3 PPT
ARM CORTEX M3 PPT
 
Arduino Workshop Day 1 - Basic Arduino
Arduino Workshop Day 1 - Basic ArduinoArduino Workshop Day 1 - Basic Arduino
Arduino Workshop Day 1 - Basic Arduino
 
IR proximity sensor report file.
IR proximity sensor report file.IR proximity sensor report file.
IR proximity sensor report file.
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring system
 
Arduino based health monitoring system
Arduino based health monitoring systemArduino based health monitoring system
Arduino based health monitoring system
 
EC8562 DSP Viva Questions
EC8562 DSP Viva Questions EC8562 DSP Viva Questions
EC8562 DSP Viva Questions
 
DHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity SensorDHT11 Digital Temperature and Humidity Sensor
DHT11 Digital Temperature and Humidity Sensor
 
UART
UARTUART
UART
 
heartbeatsensor
heartbeatsensorheartbeatsensor
heartbeatsensor
 
Distance measurement using Ultrasonic sensor on Arduino Uno
Distance measurement using Ultrasonic sensor on Arduino UnoDistance measurement using Ultrasonic sensor on Arduino Uno
Distance measurement using Ultrasonic sensor on Arduino Uno
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessor
 
Sensor based Health Monitoring System
Sensor based Health Monitoring System Sensor based Health Monitoring System
Sensor based Health Monitoring System
 
LPC 2148 ARM MICROCONTROLLER
LPC 2148 ARM MICROCONTROLLERLPC 2148 ARM MICROCONTROLLER
LPC 2148 ARM MICROCONTROLLER
 
Analog to digital converters, adc
Analog to digital converters, adcAnalog to digital converters, adc
Analog to digital converters, adc
 

Similar to ARDUINO BASED TIME AND TEMPERATURE DISPLAY

GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring systemIRJET Journal
 
Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller IJECEIAES
 
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolInterfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolIJERA Editor
 
Batch 12(temperature based fan speed control & monitor)
Batch  12(temperature based fan speed control & monitor)Batch  12(temperature based fan speed control & monitor)
Batch 12(temperature based fan speed control & monitor)gourishettyvivek
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINORatnesh Kumar chaurasia
 
Industrial training report of embedded system and robotics
Industrial training report of embedded system and roboticsIndustrial training report of embedded system and robotics
Industrial training report of embedded system and roboticsPallavi Bharti
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industryijsrd.com
 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and RoboticsNIT Raipur
 
Fire Fighting Robot
Fire Fighting RobotFire Fighting Robot
Fire Fighting RobotSaadullah74
 
Real Time Clock Interfacing for Arduino
Real Time Clock Interfacing for ArduinoReal Time Clock Interfacing for Arduino
Real Time Clock Interfacing for Arduinohandson28
 
Monitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcdMonitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcdmukhammadimam
 
Monitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcdMonitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcdsiti_haryani
 
Monitoring temperature ruangan dengan display lcd dan recording
Monitoring temperature ruangan dengan display lcd dan recordingMonitoring temperature ruangan dengan display lcd dan recording
Monitoring temperature ruangan dengan display lcd dan recordingMR Selamet
 

Similar to ARDUINO BASED TIME AND TEMPERATURE DISPLAY (20)

Arduino
ArduinoArduino
Arduino
 
Bidirect visitor counter
Bidirect visitor counterBidirect visitor counter
Bidirect visitor counter
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
 
Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller
 
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolInterfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
 
Batch 12(temperature based fan speed control & monitor)
Batch  12(temperature based fan speed control & monitor)Batch  12(temperature based fan speed control & monitor)
Batch 12(temperature based fan speed control & monitor)
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
 
Industrial training report of embedded system and robotics
Industrial training report of embedded system and roboticsIndustrial training report of embedded system and robotics
Industrial training report of embedded system and robotics
 
project 3 full report
project 3 full reportproject 3 full report
project 3 full report
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and Robotics
 
water level edit.docx
water level edit.docxwater level edit.docx
water level edit.docx
 
Minor_project.ppt.pdf
Minor_project.ppt.pdfMinor_project.ppt.pdf
Minor_project.ppt.pdf
 
EESS.pptx
EESS.pptxEESS.pptx
EESS.pptx
 
Fire Fighting Robot
Fire Fighting RobotFire Fighting Robot
Fire Fighting Robot
 
Real Time Clock Interfacing for Arduino
Real Time Clock Interfacing for ArduinoReal Time Clock Interfacing for Arduino
Real Time Clock Interfacing for Arduino
 
Monitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcdMonitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcd
 
Monitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcdMonitoring temperature ruangan dengan display lcd
Monitoring temperature ruangan dengan display lcd
 
Monitoring temperature ruangan dengan display lcd dan recording
Monitoring temperature ruangan dengan display lcd dan recordingMonitoring temperature ruangan dengan display lcd dan recording
Monitoring temperature ruangan dengan display lcd dan recording
 
digital clock atmega16
digital clock atmega16digital clock atmega16
digital clock atmega16
 

Recently uploaded

Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 

ARDUINO BASED TIME AND TEMPERATURE DISPLAY

  • 1. ECE PROJECT REPORT ARDUINO BASED TIME AND TEMPERATURE DISPLAY SUBMITTED BY -BHOJ KUMAR SINGH -SEC:- E1614 -REG. NO:-11607789
  • 2. ACKNOWLEDGEMENT At the very beginning, I would like to thank all those who have helped me in making this project. Without their support, it would have been impossible for me to make this project. At first, I would like to thank my ECE teacher, Manie Kansal mam . Mam has been a great teacher for me as well as my classmates. Then, I would like to thank the LPU administration for providing all the facilities required by students.
  • 3. INDEX CONTENTS PAGE NO. 1. Introduction 1 2. Abstract 2 2.1.Working 2.2. Application 3. Components 3.1.Arduino developed board 3 3.2. LM-35 The temperature sensor 4 3.3. RTC ds1307 time sensing device 5 3.4. LCD 6 3.5. Misc(wires,potentiometer,breadboard etc) 8 4. Circuit diagram 9 4.1.Interfacing of RTC with Arduino and LCD 4.2.Interfacing of LM35 with Arduino and LCD 5. Program code 10 6. Reference 11
  • 4. List Of Figures 1. Complete project of arduino based time and temperature display. 2. Arduino wth its pin conFiguration 3. Pin conFiguration of LM 35 4. LM 35 5. RTC ds 1307 Front view 6. RTC ds 1307 Back view 7. Pin descrption of RTC 8. Pin description of 16*2 LCD 9. A 16*2 LCD 10. A 10K Potentiometer 11. Jump Wires 12. Connection in Breadboard 13. Interfacing of RTC ds1307 with Arduino and LCD 14. Interfacing of LM35 with Arduino and LCD 15. Coding of the project
  • 5. INTRODUCTION This Arduino based time and temperature display project, displays time and temperature according to the situation and surrounding. This project consists of Arduino Uno board, LM-35 the temperature sensor,RTC ds 1307 for sensing time and LCD for displaying the measured . The LM 35 measures and displays time in Degree Celsius. RTC can work as a complete package of clock and calendar as it can measure hour, min, sec, day, month, yearand can automatically adjust for month having 30 or 31 days, even for leap year. Fig 1- Complete project of arduino based time and temperature display
  • 6. WORKING OF PROJECT  The main component of this project is the Arduino developed board. It is like heart of circuit of this whole project which control all its operation.  An IC LM 35 is used as an temperature sensor. It is interfaced with the analog pin of Arduino board.  The RTC ds 1307 is used as an time measuring device. It senses current time i.e. hour, min, second and day of the week. It is interfaced with Arduino board using 2 analog pins.  The Arduino has an built in analog to digital convertor which converts these analog signals to digital and displays on the LCD. APPLICATIONS  This type of assembly can be used to control many temperature based devices like fan, AC’s and DC motors can also be controlled by using this.  Arduino based auto intensity control of street light.  Arduino can be used to make home automation system by interfacing with a Bluetooth and a smartphone with arduino.  Traffic signal based on microcontroller system.  Heat sensing devices which ncan be used for safety precautions.
  • 7. COMPONENTS 1. Arduino  Arduino is an open-source project that created microcontroller-based kits for building digital devices and interactive objects that can sense and control physical devices. It is an open source hardware and software project, created with a simple aim in mind, to be as simple as possible.  It is used by artists, hackers, hobbyists, and professionals to easily design, prototype and experiment with electronics.  An Arduino contains a microchip, which is a very small computer that you can program. You can attach sensors to it so that it can measure conditions (like how much light there is in the room). It can control how other objects react to those conditions (room gets dark. LED turns on).  Microcontrollers use inputs and outputs like any computer. It provide sets of digital and analog input/output (I/O) pins that can interface to various expansion boards and other circuits.  For programming the microcontrollers, the Arduino project provides an integerated development environment (IDE) based on a programming language named Processing which also supports the languages C and C++. Fig 2- Arduino wth its pin conFiguration
  • 8. 2. LM 35 The Temperature Sensor  LM35 is a precision IC temperature sensor with its output voltage proportional to the temperature (in oC).  The LM35 does not require any external calibration or trimming to provide typical accuracies of ±1⁄4˚C at room temperature and ±3⁄4˚C over a full −55 to +150˚C temperature range.  The LM35’s low output impedance, linear output, and precise inherent calibration make interfacing to readout or control circuitry especially easy.  As it draws only 60 µA from its supply, it has very low self-heating, less than 0.1˚C in still air.  The LM35 is rated to operate over a −55˚ to +150˚C temperature range.  The sensor circuitry is sealed and therefore it is not subjected to oxidation and other processes. With LM35, temperature can be measured more accurately than with a thermistor.  It has got 3 pins Ground, Output, and Vcc.The Output pin is connected to analog pin of Arduino and Vcc is given 5V. Fig 3- Pin conFiguration of LM 35 Fig 4-LM 35
  • 9. 3. RTC ds1307  RTC is an 8 pin device using an I2C interface.  The DS1307 is a low-power clock/calendar with 56 bytes of battery backup SRAM.  The clock/calendar provides seconds, minutes, hours, day, date, month, and year information.  The end of the month date is automatically adjusted for months with fewer than 31 days, including corrections for leap year. The clock operates in either the 24-hour or 12- hour format with AM/PM indicator.  The DS1307 has a built-in power-sense circuit that detects power failures and automatically switches to the backup supply.  RTC has different pins but we only need 4 pins SDA, SCL, GND and Vcc for our this project.  SDA & SCL pins of RTC are given to A4 and A5 analog pin of Arduino respectively. Fig 5- RTC ds 1307( Front ) Fig 6-RTC ds 1307( Back) Fig 7-Pin descrption of RTC
  • 10. 4. Liquid Crystal Display  LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications  They come in many sizes 8x1 , 8x2 , 10x2 , 16x1 , 16x2 , 16x4 , 20x2 , 20x4 ,24x2 , 30x2 , 32x2 , 40x2 etc . First digit shows number of columns and second digit show number of rows.  In this project we have used a 16*2. This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively.  Their programming is also same and they all have same 14 pins (0-13) or 16 pins (0 to 15). ALL LCDs have i. Eight(8) Data pins ii. VCC (Apply 5v here) iii. GND (Ground this pin) iv. RS (Register select) v. RW (read - write) vi. EN (Enable) vii. V0 (Set Lcd contrast)  8-Data pins carries 8-bit data or command from an external unit such as microcontroller.  There are three important pins in LCD RS,RW,EN. RS(Register select) There are two registers in every LCD i. Command register When we send commands to lcd these commands go to Command register and are processed their.. - When RS=0 Command Register is Selected. ii. Data Register When we send Data to lcd it goes to data register and is processed their. - When RS=1 Data Register is selected. RW(Read - Write) 1. When RW=1 We want to read data from lcd. 2. When RW=0 We want to write to lcd.
  • 11. EN(Enable signal) 1. When you select the register(Command and Data) and set RW(read - write) now its time to execute the instruction. 2.This requires an extra voltage push to execute the instruction and EN(enable) signal is used for this purpose. Usually we make it en=0 and when we want to exectue the instruction we make it high en=1 for some milli seconds. After this we again make it ground en=0. Fig 8- Pin description of 16*2 LCD Fig 9- A 16*2 LCD
  • 12. 5. OTHER COMPONENTS Potentiometer  A potentiometer, informally a pot, is a three-terminal resistor with a sliding or rotating contact that forms an adjustable voltage divider.  If only two terminals are used, one end and the wiper, it acts as a variable resistor or rheostat.  In this project , a10K potentiometer is used.  In this project pin connection of pot are done as:- 1. GND—connected to ground from Arduino. 2. OUTPUT—connected to 3rd pin of LCD. 3. INPUT—input of 5V is given from Arduino. FI G Fig 10-A 10K Potentiometer Fig 11- Jump Wires Breadboard  A breadboard is a construction base for prototyping of electronics.  Breadboard does not require soldering, it is reusable. This makes it easy to use for creating temporary prototypes and experimenting with circuit design. Fig 12-Connection in Breadboard Jump Wires  A jump wire is an electrical wire or group of them in a cable with a connector or pin at each end Individual jump wires are fitted by inserting their "end connectors" into the slots provided in a breadboard, the header connector of a circuit board.
  • 13. CIRCUIT AND CONNECTION Fig 13-Interfacing of RTC ds1307 with Arduino and LCD Fig 14-Interfacing of LM35 with Arduino and LCD
  • 14. PROGRAM Using this program we can display time and temperature Fig 15-Coding of the project
  • 15. RESULT In this whole project I have shown how effectively Arduino can be used with different components to create something good. In this project I have interfaced Arduino with LM35 and RTC ds1307 to display time and temperature of the surroundings on a 16*2 LCD. REFERENCE  First I would thank my ECE teacher Miss Manie Kansal for her proper guidance.  https://m.youtube.com/watch?v=NDwSrgfsiYQ  http://www.alldatasheet.com/  http://www.engineersgarage.com/  All the Lovely faculty of Lovely Professional University