SlideShare ist ein Scribd-Unternehmen logo
1 von 25
PRESENTED BY:- AWADHESH KUMAR
RF based transformer temperature
monitoring system
INTRODUCTION
 Project dealing with monitoring through RF and data log on the PC at
remote location
 Has proper interface on temperature sensor according to the need.
 The temperature variation is monitored with proper resolution.
 The system consists of a temperature sensor, Advance controller
microcontroller ATMEGA168,RF modules, UART communication
(controller and PC)and the LCD.
 This all system will be interfaced together to design the complete
module
 The temperature level is continuously monitored by the
microcontroller.
 The controller gives proper output to control the LCD and UART
communication between controller and PC
PROJECT SCOPE
 Understanding of monitoring systems
 Understanding temperature sensor and its interface
 Understanding of LCD interfacing.
 Understanding of ‘Embedded system’
 Understanding the use of Microcontroller and programming in C
language.
 Understanding UART communication and programming
 Understanding RF and interface.
 PCB designing and Circuit designing.
 PCB development, Component mounting and soldering.
 Testing of the circuit.
BLOCK DIAGRAM
TEMPERATURE
SENSOR
INTERFACE
CONTROLLER
ATMEGA168
RF transmitter
16x2 LCDPOWER SUPPLY
RF RECEIVER
CONTROLLER
ATMEGA168
UART
INTERFACE TO
PC
WORKING IN BRIEF
1. The temperature sensor will continuously monitor the
temperature of the transformer
2. The temperature sensor will be connected to the controller
to give the signal to detect the temperature
3. The temperature will be displayed on the LCD connected to
the controller
4. This temperature value will be transferred over the RF
channel to the remote location.
5. The receiver will receive the value which is sent through the
microcontroller to the PC.
CIRCUIT DIAGRAM(TRANSMITTER)
CIRCUIT DIAGRAM(RECEIVER)
PCB DESIGNING
 Steps of PCB designing
 PROCESSING
 CLEANSING
 PRINTING
 ETCHING
 DRILLING
 COMPONENT MOUNTING
 SOLDERING
 MASKING
COMPONENTS
 DS18B20 temperature sensor
 LCD
 MICROCONTROLLER ATMEGA 168
 BRIDGE RECTIFIRE
 7805 IC
 CAPACITORS, RESISTORS, OSCILLATORS
 RF transmitter and receiver
DS18B20 TEMPERATURE SENSOR
 The DS18B20 digital thermometer provides 9-bit to 12-bit
Celsius temperature measurements.
 The DS18B20 communicates over a 1-Wire bus that by
definition requires only one data line (and ground) for
communication with a central microcontroller.
 Each DS18B20 has a unique 64-bit serial code, which allows
multiple DS18B20s to function on the same 1-Wire bus
 Converts Temperature to 12-Bit Digital Word in 750ms (Max)
LCD (LIQUID CRYSTAL DISPLAY)
 Is an electronic display module.
 16x2 LCD display is very basic module and is very commonly
used in various devices and circuits.
 16x2 LCD means it can display 16 characters per line and there
are 2 such lines.
 Has two registers namely, Command and Data.
 The command register stores the command instructions.
 The data register stores the data to be displayed on the LCD.
 The data is the ASCII value of the character to be displayed on
the LCD.
©LabsGuru Technologies Pvt. Ltd. www.labsguru.com
LCD (LIQUID CRYSTAL DISPLAY)
 Need only 6 pins to interface an LCD.
 D4-D7 is the data pins connection and Enable and Register
select are for LCD control pins. We are not using Read/Write
(RW) Pin of the LCD, as we are only writing on the LCD so we
have made it grounded permanently. If you want to use it,
then you may connect it on your controller but that will only
increase another pin and does not make any big difference.
Potentiometer RV1 is used to control the LCD contrast. The
unwanted data pins of LCD i.e. D0-D3 are connected to ground
MICROCONTROLLER
 Mini computer with necessary support chips on-board.
 Designed to perform applications where the relationship of
input and output is defined
 With advancement various features have been included in
the micro-controllers
 Three main building blocks – system should have to perform
any task.
• A processing unit (CPU)
• I/O PORTS for interaction with user or physical environment
• Memory elements (RAM/ROM/Flash/EEPROM)
©LabsGuru Technologies Pvt. Ltd. www.labsguru.com
ATMEGA168
 This is digital as well as analog controller . This controller can
handle input /output of following type.
 4K/8K/16K bytes of In-System Programmable Flash with
Read-While-Write capabilities
 256/512/512 bytes EEPROM, 512/1K/1K bytes SRAM
INPUT OUTPUT
Digital input Digital output
Analog input Analog output
Digital input Analog output
Analog input Digital output
ATMEGA168
 23 general purpose I/O lines
 A 6-channel 10-bit ADC (analog input)
 6 output PWM channels(analog output)
 A serial programmable USART
 This allows very fast start-up combined with low power
consumption
©LabsGuru Technologies Pvt. Ltd. www.labsguru.com
ATMEGA168
 Pin mapping: It is 28 pin DIP IC
 Requires 16 MHz crystal oscillator
 AREF is to adjust resolution for
analog monitoring
 Other pins are configured as per
the need of circuit interface
7805 VOLTAGE REGULATORS
 A voltage regulator is designed to automatically maintain a
constant voltage level
 Voltage regulator ICs are available with fixed voltage
(typically 5, 12 and 15V) or variable output voltages
 For ICs within the 78xx family, the xx is replaced with two
digits, indicating the output voltage (for example, the 7805
has a 5 volt output, while the 7812 produces 12 volts)
DIODE BRIDGE
 A diode bridge is an arrangement of four (or more) diodes in
a bridge circuit configuration that provides the
same polarity of output for either polarity of input
 When used in its most common application, for conversion of
an alternating current (AC) input into a direct current (DC)
output, it is known as a bridge rectifier
CAPACITORS
 To store electricity, or electrical energy.
 Also functions as filter, passing AC, and blocking DC.
 Apply DC voltage- electric charge is stored on each electrode.
 Three types of capacitor i.e. ceramic capacitor & electrolytic
capacitor and variable.
 Polarized capacitors - Electrolytic
 Un-Polarized capacitors – ceramic
 Variable capacitors
RESISTOR
 A resistor is a device found in circuits that has a certain
amount of resistance. Why would you ever want to add
resistance to a circuit by using a resistor?
 The most common reason is that we need to be able to
adjust the current flowing through a particular part of the
circuit.
 If voltage is constant, then we can change the resistor to
change the current. I=V /R If “V” is constant and we change
“R”, “I” will be different.
 So for a constant voltage it limits the current
CRYSTAL OSCILLATOR
 A crystal oscillator is an electronic circuit that produces
electrical oscillations at a particular designed frequency
determined by the physical characteristics of one or
more crystals, generally of quartz, positioned in the
circuit feedback loop
 A piezoelectric effect causes a crystal such as quartz to
vibrate and resonate at a particular frequency
RF TX
 434  MHz or 315 MHz Transmitter Operation 
 500 Ft. Range - Dependent on Transmitter Power Supply
 2400 or 4800bps transfer rate
 Low cost
 Extremely small and light weight
RF RX
 434 MHz or 315 MHz Operation
 500 Ft. Range - Dependent on Transmitter Power Supply
 4800 bps transfer rate
 Low cost
 Extremely small and light weight
ARDUINO COMPILER FOR PROGRAMMING
 The Arduino programming language is an implementation of 
Wiring, a similar physical computing platform, which is based 
on the Processing multimedia programming environment.
 Arduino  can  be  used  to  develop  interactive  objects,  taking 
inputs from a variety of switches or sensors, and controlling a 
variety of lights, motors, and other physical outputs.
 Arduino  hardware  is  programmed  using  a  Wiring-based 
language  (syntax  and  libraries),  similar  to C++ with  some 
slight  simplifications  and  modifications,  and  a Processing-
based integrated development environment
 The Arduino IDE comes with a C/C++ library although users 
only need define two functions to make a run-able program:
ARDUINO COMPILER
 setup () – a function run once at the start of a program that can 
initialize settings
 loop() – a function called repeatedly until the board powers off
 The Arduino development environment contains a text 
editor for writing code, a message area, a text console, a 
toolbar with buttons for common functions, and a series 
of menus.
  Software written using Arduino is called sketches. It has 
features for cutting/pasting and for searching/replacing 
text.

Weitere ähnliche Inhalte

Was ist angesagt?

Objectives of shunt compensation
Objectives of shunt compensationObjectives of shunt compensation
Objectives of shunt compensation
Ayyarao T S L V
 
Intelligent Substation & its applications
Intelligent Substation & its applicationsIntelligent Substation & its applications
Intelligent Substation & its applications
Gowtham MG
 

Was ist angesagt? (20)

Protection and control of Microgrid
Protection and control of MicrogridProtection and control of Microgrid
Protection and control of Microgrid
 
Final year project ideas for electrical engineering eepowerschool.com
Final year project ideas for electrical engineering   eepowerschool.comFinal year project ideas for electrical engineering   eepowerschool.com
Final year project ideas for electrical engineering eepowerschool.com
 
simulation of maximum power point tracking for photovoltaic systems
simulation of maximum power point tracking for photovoltaic systemssimulation of maximum power point tracking for photovoltaic systems
simulation of maximum power point tracking for photovoltaic systems
 
Ppt of inverter.1
Ppt of inverter.1Ppt of inverter.1
Ppt of inverter.1
 
Power Theft Detection
Power Theft DetectionPower Theft Detection
Power Theft Detection
 
Series & shunt compensation and FACTs Devices
Series & shunt compensation and FACTs DevicesSeries & shunt compensation and FACTs Devices
Series & shunt compensation and FACTs Devices
 
Electrical Projects
Electrical ProjectsElectrical Projects
Electrical Projects
 
Latest Electrical Mini Projects For EEE Students
Latest Electrical Mini Projects For EEE StudentsLatest Electrical Mini Projects For EEE Students
Latest Electrical Mini Projects For EEE Students
 
Harmonic reduction
Harmonic reductionHarmonic reduction
Harmonic reduction
 
Objectives of shunt compensation
Objectives of shunt compensationObjectives of shunt compensation
Objectives of shunt compensation
 
Intelligent Substation & its applications
Intelligent Substation & its applicationsIntelligent Substation & its applications
Intelligent Substation & its applications
 
Seminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy MeterSeminar presentation on Smart Energy Meter
Seminar presentation on Smart Energy Meter
 
underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps underground cable fault location using aruino,gsm&gps
underground cable fault location using aruino,gsm&gps
 
Wireless charging of Electric Vehicles (IEEE Paper 2017)
Wireless charging of Electric Vehicles (IEEE Paper 2017)Wireless charging of Electric Vehicles (IEEE Paper 2017)
Wireless charging of Electric Vehicles (IEEE Paper 2017)
 
Analysis of fuzzy logic controller based bi-directional DC-DC converter for b...
Analysis of fuzzy logic controller based bi-directional DC-DC converter for b...Analysis of fuzzy logic controller based bi-directional DC-DC converter for b...
Analysis of fuzzy logic controller based bi-directional DC-DC converter for b...
 
Structure of power system
Structure of power systemStructure of power system
Structure of power system
 
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
DETECTING POWER GRID SYNCHRONISATION FAILURE ON SENSING BAD VOLTAGE OR FREQUE...
 
Methods of voltage control
Methods of voltage controlMethods of voltage control
Methods of voltage control
 
Power Quality Issues
Power Quality IssuesPower Quality Issues
Power Quality Issues
 
automatic streetlight control using ldr ppt
automatic streetlight control using ldr pptautomatic streetlight control using ldr ppt
automatic streetlight control using ldr ppt
 

Andere mochten auch

Electrical and electronics engineering projects list
Electrical and electronics engineering projects listElectrical and electronics engineering projects list
Electrical and electronics engineering projects list
Gaurav Mishra
 
Electrical Engineering Presentation
Electrical Engineering PresentationElectrical Engineering Presentation
Electrical Engineering Presentation
joe2002
 
Solar energy
Solar energySolar energy
Solar energy
Ameenah
 
Solar panel Technology ppt
Solar panel Technology pptSolar panel Technology ppt
Solar panel Technology ppt
Gourav Kumar
 
Presentation on solar cell
Presentation on solar cellPresentation on solar cell
Presentation on solar cell
Omar SYED
 

Andere mochten auch (14)

Electrical and electronics engineering projects list
Electrical and electronics engineering projects listElectrical and electronics engineering projects list
Electrical and electronics engineering projects list
 
Single Phase PWM Rectifier In Traction Application
Single Phase PWM Rectifier In Traction ApplicationSingle Phase PWM Rectifier In Traction Application
Single Phase PWM Rectifier In Traction Application
 
Solved problems on rectifiers
Solved problems  on rectifiersSolved problems  on rectifiers
Solved problems on rectifiers
 
E-Bike
E-BikeE-Bike
E-Bike
 
Rectifier
RectifierRectifier
Rectifier
 
Rectifier
RectifierRectifier
Rectifier
 
Electrical Engineering Final Presentation
Electrical Engineering Final Presentation Electrical Engineering Final Presentation
Electrical Engineering Final Presentation
 
Electrical Engineering Presentation
Electrical Engineering PresentationElectrical Engineering Presentation
Electrical Engineering Presentation
 
Solar energy
Solar energySolar energy
Solar energy
 
Solar power.ppt
Solar power.pptSolar power.ppt
Solar power.ppt
 
Solar panel Technology ppt
Solar panel Technology pptSolar panel Technology ppt
Solar panel Technology ppt
 
Water Purification by Solar energy
Water Purification  by Solar energy Water Purification  by Solar energy
Water Purification by Solar energy
 
Presentation on solar cell
Presentation on solar cellPresentation on solar cell
Presentation on solar cell
 
SCR
SCRSCR
SCR
 

Ähnlich wie electrical engineering project

Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
ncct
 
Automatic temperature base fan controlle
Automatic temperature base fan  controlleAutomatic temperature base fan  controlle
Automatic temperature base fan controlle
Dharmaraj Morle
 
MPC of TWT based Transmitter
MPC of TWT based TransmitterMPC of TWT based Transmitter
MPC of TWT based Transmitter
Abhishek Sutrave
 

Ähnlich wie electrical engineering project (20)

AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detector
 
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
 
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCYAUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
 
File 1389427052
File 1389427052File 1389427052
File 1389427052
 
Badal sharma
Badal sharmaBadal sharma
Badal sharma
 
power grid synchronization failure detection
power grid synchronization failure detectionpower grid synchronization failure detection
power grid synchronization failure detection
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
 
Automatic temperature base fan controlle
Automatic temperature base fan  controlleAutomatic temperature base fan  controlle
Automatic temperature base fan controlle
 
Upfc ppt
Upfc pptUpfc ppt
Upfc ppt
 
Wds
WdsWds
Wds
 
digital clock atmega16
digital clock atmega16digital clock atmega16
digital clock atmega16
 
Lica 7th chapter slides
Lica 7th chapter slidesLica 7th chapter slides
Lica 7th chapter slides
 
MPC of TWT based Transmitter
MPC of TWT based TransmitterMPC of TWT based Transmitter
MPC of TWT based Transmitter
 
5 FINAL PROJECT REPORT
5 FINAL PROJECT REPORT5 FINAL PROJECT REPORT
5 FINAL PROJECT REPORT
 
Embedded system 8051 Microcontroller
Embedded system 8051 MicrocontrollerEmbedded system 8051 Microcontroller
Embedded system 8051 Microcontroller
 
Ppt
PptPpt
Ppt
 
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
 
Speed Control of DC motor using AT89C52 IC
Speed Control of DC motor using AT89C52 ICSpeed Control of DC motor using AT89C52 IC
Speed Control of DC motor using AT89C52 IC
 

Kürzlich hochgeladen

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
chumtiyababu
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 

Kürzlich hochgeladen (20)

Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 

electrical engineering project

  • 1. PRESENTED BY:- AWADHESH KUMAR RF based transformer temperature monitoring system
  • 2. INTRODUCTION  Project dealing with monitoring through RF and data log on the PC at remote location  Has proper interface on temperature sensor according to the need.  The temperature variation is monitored with proper resolution.  The system consists of a temperature sensor, Advance controller microcontroller ATMEGA168,RF modules, UART communication (controller and PC)and the LCD.  This all system will be interfaced together to design the complete module  The temperature level is continuously monitored by the microcontroller.  The controller gives proper output to control the LCD and UART communication between controller and PC
  • 3. PROJECT SCOPE  Understanding of monitoring systems  Understanding temperature sensor and its interface  Understanding of LCD interfacing.  Understanding of ‘Embedded system’  Understanding the use of Microcontroller and programming in C language.  Understanding UART communication and programming  Understanding RF and interface.  PCB designing and Circuit designing.  PCB development, Component mounting and soldering.  Testing of the circuit.
  • 4. BLOCK DIAGRAM TEMPERATURE SENSOR INTERFACE CONTROLLER ATMEGA168 RF transmitter 16x2 LCDPOWER SUPPLY RF RECEIVER CONTROLLER ATMEGA168 UART INTERFACE TO PC
  • 5. WORKING IN BRIEF 1. The temperature sensor will continuously monitor the temperature of the transformer 2. The temperature sensor will be connected to the controller to give the signal to detect the temperature 3. The temperature will be displayed on the LCD connected to the controller 4. This temperature value will be transferred over the RF channel to the remote location. 5. The receiver will receive the value which is sent through the microcontroller to the PC.
  • 8. PCB DESIGNING  Steps of PCB designing  PROCESSING  CLEANSING  PRINTING  ETCHING  DRILLING  COMPONENT MOUNTING  SOLDERING  MASKING
  • 9. COMPONENTS  DS18B20 temperature sensor  LCD  MICROCONTROLLER ATMEGA 168  BRIDGE RECTIFIRE  7805 IC  CAPACITORS, RESISTORS, OSCILLATORS  RF transmitter and receiver
  • 10. DS18B20 TEMPERATURE SENSOR  The DS18B20 digital thermometer provides 9-bit to 12-bit Celsius temperature measurements.  The DS18B20 communicates over a 1-Wire bus that by definition requires only one data line (and ground) for communication with a central microcontroller.  Each DS18B20 has a unique 64-bit serial code, which allows multiple DS18B20s to function on the same 1-Wire bus  Converts Temperature to 12-Bit Digital Word in 750ms (Max)
  • 11. LCD (LIQUID CRYSTAL DISPLAY)  Is an electronic display module.  16x2 LCD display is very basic module and is very commonly used in various devices and circuits.  16x2 LCD means it can display 16 characters per line and there are 2 such lines.  Has two registers namely, Command and Data.  The command register stores the command instructions.  The data register stores the data to be displayed on the LCD.  The data is the ASCII value of the character to be displayed on the LCD.
  • 12. ©LabsGuru Technologies Pvt. Ltd. www.labsguru.com LCD (LIQUID CRYSTAL DISPLAY)  Need only 6 pins to interface an LCD.  D4-D7 is the data pins connection and Enable and Register select are for LCD control pins. We are not using Read/Write (RW) Pin of the LCD, as we are only writing on the LCD so we have made it grounded permanently. If you want to use it, then you may connect it on your controller but that will only increase another pin and does not make any big difference. Potentiometer RV1 is used to control the LCD contrast. The unwanted data pins of LCD i.e. D0-D3 are connected to ground
  • 13. MICROCONTROLLER  Mini computer with necessary support chips on-board.  Designed to perform applications where the relationship of input and output is defined  With advancement various features have been included in the micro-controllers  Three main building blocks – system should have to perform any task. • A processing unit (CPU) • I/O PORTS for interaction with user or physical environment • Memory elements (RAM/ROM/Flash/EEPROM)
  • 14. ©LabsGuru Technologies Pvt. Ltd. www.labsguru.com ATMEGA168  This is digital as well as analog controller . This controller can handle input /output of following type.  4K/8K/16K bytes of In-System Programmable Flash with Read-While-Write capabilities  256/512/512 bytes EEPROM, 512/1K/1K bytes SRAM INPUT OUTPUT Digital input Digital output Analog input Analog output Digital input Analog output Analog input Digital output
  • 15. ATMEGA168  23 general purpose I/O lines  A 6-channel 10-bit ADC (analog input)  6 output PWM channels(analog output)  A serial programmable USART  This allows very fast start-up combined with low power consumption
  • 16. ©LabsGuru Technologies Pvt. Ltd. www.labsguru.com ATMEGA168  Pin mapping: It is 28 pin DIP IC  Requires 16 MHz crystal oscillator  AREF is to adjust resolution for analog monitoring  Other pins are configured as per the need of circuit interface
  • 17. 7805 VOLTAGE REGULATORS  A voltage regulator is designed to automatically maintain a constant voltage level  Voltage regulator ICs are available with fixed voltage (typically 5, 12 and 15V) or variable output voltages  For ICs within the 78xx family, the xx is replaced with two digits, indicating the output voltage (for example, the 7805 has a 5 volt output, while the 7812 produces 12 volts)
  • 18. DIODE BRIDGE  A diode bridge is an arrangement of four (or more) diodes in a bridge circuit configuration that provides the same polarity of output for either polarity of input  When used in its most common application, for conversion of an alternating current (AC) input into a direct current (DC) output, it is known as a bridge rectifier
  • 19. CAPACITORS  To store electricity, or electrical energy.  Also functions as filter, passing AC, and blocking DC.  Apply DC voltage- electric charge is stored on each electrode.  Three types of capacitor i.e. ceramic capacitor & electrolytic capacitor and variable.  Polarized capacitors - Electrolytic  Un-Polarized capacitors – ceramic  Variable capacitors
  • 20. RESISTOR  A resistor is a device found in circuits that has a certain amount of resistance. Why would you ever want to add resistance to a circuit by using a resistor?  The most common reason is that we need to be able to adjust the current flowing through a particular part of the circuit.  If voltage is constant, then we can change the resistor to change the current. I=V /R If “V” is constant and we change “R”, “I” will be different.  So for a constant voltage it limits the current
  • 21. CRYSTAL OSCILLATOR  A crystal oscillator is an electronic circuit that produces electrical oscillations at a particular designed frequency determined by the physical characteristics of one or more crystals, generally of quartz, positioned in the circuit feedback loop  A piezoelectric effect causes a crystal such as quartz to vibrate and resonate at a particular frequency
  • 22. RF TX  434  MHz or 315 MHz Transmitter Operation   500 Ft. Range - Dependent on Transmitter Power Supply  2400 or 4800bps transfer rate  Low cost  Extremely small and light weight
  • 23. RF RX  434 MHz or 315 MHz Operation  500 Ft. Range - Dependent on Transmitter Power Supply  4800 bps transfer rate  Low cost  Extremely small and light weight
  • 24. ARDUINO COMPILER FOR PROGRAMMING  The Arduino programming language is an implementation of  Wiring, a similar physical computing platform, which is based  on the Processing multimedia programming environment.  Arduino  can  be  used  to  develop  interactive  objects,  taking  inputs from a variety of switches or sensors, and controlling a  variety of lights, motors, and other physical outputs.  Arduino  hardware  is  programmed  using  a  Wiring-based  language  (syntax  and  libraries),  similar  to C++ with  some  slight  simplifications  and  modifications,  and  a Processing- based integrated development environment  The Arduino IDE comes with a C/C++ library although users  only need define two functions to make a run-able program:
  • 25. ARDUINO COMPILER  setup () – a function run once at the start of a program that can  initialize settings  loop() – a function called repeatedly until the board powers off  The Arduino development environment contains a text  editor for writing code, a message area, a text console, a  toolbar with buttons for common functions, and a series  of menus.   Software written using Arduino is called sketches. It has  features for cutting/pasting and for searching/replacing  text.