SlideShare a Scribd company logo
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.

More Related Content

What's hot

Basics of AC transmission
Basics of AC transmissionBasics of AC transmission
Basics of AC transmission
SonuKumarBairwa
 
Smart grid ppt
Smart grid pptSmart grid ppt
Smart grid ppt
Ravish Pandey
 
Ppt of ehv ac transmission
Ppt of ehv ac transmissionPpt of ehv ac transmission
Ppt of ehv ac transmissionSumit Kumar
 
MTDC SYSTEMS
MTDC SYSTEMSMTDC SYSTEMS
MTDC SYSTEMS
Prashant Kumar
 
Power theft detection
Power theft detectionPower theft detection
Power theft detection
Aravind Shaji
 
HVDC presentation
HVDC presentationHVDC presentation
HVDC presentation
sagnikroychowdhury
 
Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...
Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...
Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...
PranayJagtap5
 
FOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLER
FOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLERFOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLER
FOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLER
shiv kapil
 
PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"
PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"
PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"
BhanuKhandelwal5
 
WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)
Vikram Purohit
 
MINI ELECTRICAL PROJECT
MINI ELECTRICAL PROJECTMINI ELECTRICAL PROJECT
MINI ELECTRICAL PROJECT
ananthavignesh
 
SMART GRID TECHNOLOGY
SMART GRID TECHNOLOGYSMART GRID TECHNOLOGY
SMART GRID TECHNOLOGY
Ranjan kumar
 
Power Theft Detection
Power Theft DetectionPower Theft Detection
Power Theft Detection
Lis Maria Roy
 
concept of resilience and self healing in smart grid
concept of resilience and self healing in smart gridconcept of resilience and self healing in smart grid
concept of resilience and self healing in smart grid
Kundan Kumar
 
Scada and power system automation
Scada and power system automationScada and power system automation
Scada and power system automation
Shubham Kapoor
 
Power electronics Introduction
Power electronics   IntroductionPower electronics   Introduction
Power electronics Introduction
Burdwan University
 
Comparison of ac and dc transmission
Comparison of ac and dc transmissionComparison of ac and dc transmission
Comparison of ac and dc transmission
jawaharramaya
 
Solar based wireless charging of electric vehicle
Solar based wireless charging of electric vehicleSolar based wireless charging of electric vehicle
Solar based wireless charging of electric vehicle
Ashutosh kumar
 
Hydrothermal scheduling
Hydrothermal schedulingHydrothermal scheduling
Hydrothermal scheduling
ASHIRBAD BARIK
 

What's hot (20)

Basics of AC transmission
Basics of AC transmissionBasics of AC transmission
Basics of AC transmission
 
Smart grid
Smart gridSmart grid
Smart grid
 
Smart grid ppt
Smart grid pptSmart grid ppt
Smart grid ppt
 
Ppt of ehv ac transmission
Ppt of ehv ac transmissionPpt of ehv ac transmission
Ppt of ehv ac transmission
 
MTDC SYSTEMS
MTDC SYSTEMSMTDC SYSTEMS
MTDC SYSTEMS
 
Power theft detection
Power theft detectionPower theft detection
Power theft detection
 
HVDC presentation
HVDC presentationHVDC presentation
HVDC presentation
 
Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...
Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...
Design and Analysis of DC-DC Bidirectional Converter for Vehicle to Grid Appl...
 
FOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLER
FOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLERFOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLER
FOUR QUADRANT DC MOTOR SPEED CONTROL WITH MICROCONTROLLER
 
PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"
PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"
PROJECT - " PROGRAMMABLE ENERGY METER CALCULATOR"
 
WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)
 
MINI ELECTRICAL PROJECT
MINI ELECTRICAL PROJECTMINI ELECTRICAL PROJECT
MINI ELECTRICAL PROJECT
 
SMART GRID TECHNOLOGY
SMART GRID TECHNOLOGYSMART GRID TECHNOLOGY
SMART GRID TECHNOLOGY
 
Power Theft Detection
Power Theft DetectionPower Theft Detection
Power Theft Detection
 
concept of resilience and self healing in smart grid
concept of resilience and self healing in smart gridconcept of resilience and self healing in smart grid
concept of resilience and self healing in smart grid
 
Scada and power system automation
Scada and power system automationScada and power system automation
Scada and power system automation
 
Power electronics Introduction
Power electronics   IntroductionPower electronics   Introduction
Power electronics Introduction
 
Comparison of ac and dc transmission
Comparison of ac and dc transmissionComparison of ac and dc transmission
Comparison of ac and dc transmission
 
Solar based wireless charging of electric vehicle
Solar based wireless charging of electric vehicleSolar based wireless charging of electric vehicle
Solar based wireless charging of electric vehicle
 
Hydrothermal scheduling
Hydrothermal schedulingHydrothermal scheduling
Hydrothermal scheduling
 

Viewers also liked

Electrical and electronics engineering projects list
Electrical and electronics engineering projects listElectrical and electronics engineering projects list
Electrical and electronics engineering projects listGaurav Mishra
 
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
Shubhamesh Patne
 
Solved problems on rectifiers
Solved problems  on rectifiersSolved problems  on rectifiers
Solved problems on rectifiers
Muhammad Umer Lari
 
E-Bike
E-BikeE-Bike
Rectifier
RectifierRectifier
Rectifier
RectifierRectifier
Rectifier
zakidaud
 
Electrical Engineering Final Presentation
Electrical Engineering Final Presentation Electrical Engineering Final Presentation
Electrical Engineering Final Presentation
Sethmi Kachchakaduge
 
Electrical Engineering Presentation
Electrical Engineering PresentationElectrical Engineering Presentation
Electrical Engineering Presentationjoe2002
 
Solar energy
Solar energySolar energy
Solar energyAmeenah
 
Solar power.ppt
Solar power.pptSolar power.ppt
Solar power.ppt
Fauzia Samreen
 
Solar panel Technology ppt
Solar panel Technology pptSolar panel Technology ppt
Solar panel Technology pptGourav Kumar
 
Water Purification by Solar energy
Water Purification  by Solar energy Water Purification  by Solar energy
Water Purification by Solar energy
Engr Sharif Khan
 
Presentation on solar cell
Presentation on solar cellPresentation on solar cell
Presentation on solar cellOmar SYED
 
SCR
SCRSCR

Viewers also liked (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
 

Similar to electrical engineering project

AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
shiv kapil
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
ncct
 
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
vivekmv716
 
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
Pallavi Bharti
 
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
Mohd Sohail
 
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
Gaurav Singh
 
File 1389427052
File 1389427052File 1389427052
File 1389427052
Aman_preet
 
power grid synchronization failure detection
power grid synchronization failure detectionpower grid synchronization failure detection
power grid synchronization failure detection
Jay Hind
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
Pankaj Kumar Nayak
 
Automatic temperature base fan controlle
Automatic temperature base fan  controlleAutomatic temperature base fan  controlle
Automatic temperature base fan controlle
Dharmaraj Morle
 
Upfc ppt
Upfc pptUpfc ppt
Upfc ppt
sagar shinde
 
digital clock atmega16
digital clock atmega16digital clock atmega16
digital clock atmega16
Arcanjo Salazaku
 
Lica 7th chapter slides
Lica 7th chapter slidesLica 7th chapter slides
Lica 7th chapter slides
SIVA NAGENDRA REDDY
 
MPC of TWT based Transmitter
MPC of TWT based TransmitterMPC of TWT based Transmitter
MPC of TWT based TransmitterAbhishek Sutrave
 
Embedded system 8051 Microcontroller
Embedded system 8051 MicrocontrollerEmbedded system 8051 Microcontroller
Embedded system 8051 Microcontroller
ankitsharmaj
 
Ppt
PptPpt
Temperature Based Fan Controller
Temperature Based Fan Controller Temperature Based Fan Controller
Temperature Based Fan Controller
richa1910n
 

Similar to 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
 
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
 
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
 

Recently uploaded

Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 

Recently uploaded (20)

Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 

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.