SlideShare a Scribd company logo
1 of 16
INTELLIGENT ENERGY SAVER
PREPAIRED BY:-
VYOMESH
UPADHYAY
VIRESH SHUKLA
KRITESH SINGH
JITENDRA KU.
VAISHY
UNDER THE GUIDENCE
OF:-
AMIT SHRIVASTVA
(H.O.D)
Intelligent Energy
Saving System
can be used in
places like where
lighting is very
important.
The libraries will
be well
illuminated with
many lamps.
When people are
not present at a
reading place the
lighting can be
made OFF and
when they are
present, the
lighting made
ON.
All these can be
done through by
LDR circuit and
PIR sensor.
ABSTRACT
INDEX
Principle of Operation
Electronic devices
PIR Sensor
Microcontroller ATMega8L
LDR
Other ELEMENTS
HOW ITS WORK
CIRCUIT diagram
BLOCK Diagram
PROGRAMME
PINCIPLE OF OPERATION
This system mainly depends on PIR sensor, ATMega8l
microcontroller & LDR(light depended resistor).
When the human are enter in room then PIR sensor
sense the radiation emitted by body then sensor will be
“ON” And gives the output 1 to the microcontroller
LDR is used to check the light intensity then if intensity is
enough then it gives output 1 to microcontroller
Microcontroller is used to take logical decision after
giving output by the PIR & LDR
DEVICES USED
PIR Sensor
ATMega 8A
LDR
7805,LM324,ULN-2003 Ics
Relays
LEDs and Resistors
Pot
PIR(pyro electric infrared sensor)
• PIR sensors allow you to sense motion, almost always used to
detect whether a human has moved in or out of the sensors
range
• PIRs are basically made of a pyro electric sensor which can
detect levels of infrared radiation. The sensor in a motion
detector is actually split in two halves. The reason for that is that
we are looking to detect motion (change) not average IR levels
• When an intruder walks into the detector’s field of vision, the
detector “sees” a sharp increase in infrared energy.
ATMega 8A
IT IS 28 PIN IC WHICH IS USED TO TAKE A LOGICAL
DECISION
LDR
 LDR’s or Light Dependent Resistors are very useful especially
in light/dark sensor circuits.
 These help in automatically switching ON /OFF the street
lights and etc., normally the resistance of an LDR is very high,
sometimes as very high as 1000000 ohms, but when they are
illuminated with light, resistance drop dramatically.
 Electronic opto sensors are the devices that alter their
electrical characteristics, in the presence of visible or invisible
light.
 The best-known devices of these types are the light
dependent resistor (LDR), the photo diode and the
phototransistors.
OTHER ELEMENT
• IC 7805 : IC 7805 is a 5v voltage regulator that restricts the
voltage output to 5v. It is a member of 78xx series of fixed
linear voltage regulator ICs
FUNCTION NAME
PIN
NO
1
2
3
INPUT VOLTAGE(5V-18V)
GROUND(0V)
RAGULATED OUTPUT
VOLTAGE;5V(4.8V-5.2)
INPUT
GND
OUTPUT
LM324:- LM324 is a 14pin IC consisting of four independent
operational amplifiers (op-amps). These op-amps are operated by a
single power supply LM324 and need for a dual supply is eliminated.
They can be used as amplifiers, comparators, oscillators, rectifiers
ULN2003:-It is 16 pin IC. ULN2003 are high-voltage high-
current Darlington transistor arrays. Each consists of seven npn
Darlington pairs that feature high-voltage outputs. The output
voltage is 50v and current 600mA.
RELAY
A relay is an electrically operated switch. Many relays use an
electromagnet to operate switching operation mechanically.
It is 5 terminal device consisting of 1 coil.
When coil is enerzised then a slit is moves from one point to
another point so circuit is completed and load starts works.
HOW ITS WORK
Firstly we give the supply at the terminal then it goes to 7805 IC which
converted into 5v.
When any human body moves across the pir sensor then it senses its
radiation and gives the output 1 to the microcontroller.
At the same time LDR senses intensity of light(it can adjust by using of
potentiometer). If intensity is low then it give output 0 to microcontr-
oller. According to input microcontroller gives logical output 1 to the
ULN2003.
ULN2003 gives the output 0 to the relays, which energized the relays
then loads work
If LDR senses enough intensity then it gives 1 to the microcontroller
so it give another output causes on fan will be ON and bulb will be
OFF.
POWER SUPPLY
PROGRAMME:-
#include <mega8.h>
#include <delay.h>
void pir();
void pir1();
void main(void)
{while (1)
{
int I;
if(PINC.5==1)
{
pir();
}
else
{
pir1();
//PORTB.2=0;
//PORTB.3=0; }}}
void pir()
{if(PINC.4==0)
{PORTB.2=1;PORTB.3=1;delay_ms(15000);}
else
{ PORTB.2=0;PORTB.3=1;delay_ms(15000);} }
void pir1()
{int i;for(i=0;i<=1;i++)
{if(PINC.5==1)
{pir();break;}
else
{delay_ms(100);
}
if(i==1)
{PORTB.1=0;PORTB.2=0;delay_ms(15000); }} }

More Related Content

What's hot

Automated Light Illumination Controller
Automated Light Illumination ControllerAutomated Light Illumination Controller
Automated Light Illumination ControllerBibhu Prasad Sahu
 
Presentation on Electronic Eye controlled Security System
Presentation on Electronic Eye controlled Security SystemPresentation on Electronic Eye controlled Security System
Presentation on Electronic Eye controlled Security SystemSagar Magarde
 
Operating electrical devices with PIR sensor. No coding, No controller
Operating electrical devices with PIR sensor. No coding, No controllerOperating electrical devices with PIR sensor. No coding, No controller
Operating electrical devices with PIR sensor. No coding, No controllerSantosh Kumar Kar
 
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCEINTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCESatish Kumar
 
Presentation1 on burglar alarm....
Presentation1 on burglar alarm....Presentation1 on burglar alarm....
Presentation1 on burglar alarm....Pradipta Bhar
 
How to make ir sensor using bread board
How to make ir sensor using bread boardHow to make ir sensor using bread board
How to make ir sensor using bread boardPeeyush Vishwakarma
 
Electronic Eye Controlled Security System
Electronic Eye Controlled Security SystemElectronic Eye Controlled Security System
Electronic Eye Controlled Security SystemEmran Ahmed
 
Intruder alarm/bulgar alarm, shadow sensing circuit.
Intruder alarm/bulgar alarm, shadow sensing circuit.Intruder alarm/bulgar alarm, shadow sensing circuit.
Intruder alarm/bulgar alarm, shadow sensing circuit.Zaid Masood
 
ppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterMannavapremkumar
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET Journal
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detectorncct
 
Innovations In Burglar Alarms Ppt
Innovations In Burglar Alarms PptInnovations In Burglar Alarms Ppt
Innovations In Burglar Alarms PptColloquium
 
Presentation door knock
Presentation door knockPresentation door knock
Presentation door knockVamsi Krishna
 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemEdgefxkits & Solutions
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAnkit Chaudhary
 
BURGLAR ALARM BASICS and insurance
BURGLAR ALARM BASICS and insuranceBURGLAR ALARM BASICS and insurance
BURGLAR ALARM BASICS and insuranceDuncan Waugh
 

What's hot (20)

Automated Light Illumination Controller
Automated Light Illumination ControllerAutomated Light Illumination Controller
Automated Light Illumination Controller
 
Presentation on Electronic Eye controlled Security System
Presentation on Electronic Eye controlled Security SystemPresentation on Electronic Eye controlled Security System
Presentation on Electronic Eye controlled Security System
 
Operating electrical devices with PIR sensor. No coding, No controller
Operating electrical devices with PIR sensor. No coding, No controllerOperating electrical devices with PIR sensor. No coding, No controller
Operating electrical devices with PIR sensor. No coding, No controller
 
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCEINTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
 
Presentation1 on burglar alarm....
Presentation1 on burglar alarm....Presentation1 on burglar alarm....
Presentation1 on burglar alarm....
 
How to make ir sensor using bread board
How to make ir sensor using bread boardHow to make ir sensor using bread board
How to make ir sensor using bread board
 
Sound detectorcircuit
Sound detectorcircuitSound detectorcircuit
Sound detectorcircuit
 
Electronic Eye Controlled Security System
Electronic Eye Controlled Security SystemElectronic Eye Controlled Security System
Electronic Eye Controlled Security System
 
Intruder alarm/bulgar alarm, shadow sensing circuit.
Intruder alarm/bulgar alarm, shadow sensing circuit.Intruder alarm/bulgar alarm, shadow sensing circuit.
Intruder alarm/bulgar alarm, shadow sensing circuit.
 
ppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counterppt of automatic room light controller and BI directional counter
ppt of automatic room light controller and BI directional counter
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNO
 
Human Detection Robot
Human Detection RobotHuman Detection Robot
Human Detection Robot
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detector
 
Innovations In Burglar Alarms Ppt
Innovations In Burglar Alarms PptInnovations In Burglar Alarms Ppt
Innovations In Burglar Alarms Ppt
 
Presentation door knock
Presentation door knockPresentation door knock
Presentation door knock
 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security System
 
Automatic Night Lamp With Morning Alarm
Automatic Night Lamp With Morning AlarmAutomatic Night Lamp With Morning Alarm
Automatic Night Lamp With Morning Alarm
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR Sensor
 
IR INTRUDER ALARM
IR INTRUDER ALARMIR INTRUDER ALARM
IR INTRUDER ALARM
 
BURGLAR ALARM BASICS and insurance
BURGLAR ALARM BASICS and insuranceBURGLAR ALARM BASICS and insurance
BURGLAR ALARM BASICS and insurance
 

Viewers also liked

Smart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensorsSmart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensorsPammvi Group of Companies
 
Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]nikhilsinghia
 
Intelligent lighting ppt
Intelligent lighting pptIntelligent lighting ppt
Intelligent lighting pptAmrata Yadav
 
Intelligent wireless street lighting system
Intelligent wireless street lighting systemIntelligent wireless street lighting system
Intelligent wireless street lighting systemsudhakar5472
 
Impact Of Extreme Events On Nuclear Facilities, Charles Shepherd
Impact Of Extreme Events On Nuclear Facilities, Charles ShepherdImpact Of Extreme Events On Nuclear Facilities, Charles Shepherd
Impact Of Extreme Events On Nuclear Facilities, Charles Shepherdjasbircra
 
Converging Sports & Social: The New Game-day Experience
Converging Sports & Social: The New Game-day ExperienceConverging Sports & Social: The New Game-day Experience
Converging Sports & Social: The New Game-day ExperienceSpredfast
 
Bodylanguage training
Bodylanguage training Bodylanguage training
Bodylanguage training Ramy Ali
 
The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...
The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...
The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...Pearl Zhu
 
Pitching: bodylanguage, using voice, eye contact
Pitching: bodylanguage, using voice, eye contactPitching: bodylanguage, using voice, eye contact
Pitching: bodylanguage, using voice, eye contacttalkthefloor
 
Terrorists, States And Biological Weapons Development
Terrorists, States And Biological Weapons DevelopmentTerrorists, States And Biological Weapons Development
Terrorists, States And Biological Weapons DevelopmentJillS13
 
Motion Sensor Presentation
Motion Sensor PresentationMotion Sensor Presentation
Motion Sensor PresentationFibaro USA
 
Conference Powerpoint Presentations
Conference Powerpoint PresentationsConference Powerpoint Presentations
Conference Powerpoint Presentationsapdh1312
 
Arms Control AND Disarmament
Arms Control AND DisarmamentArms Control AND Disarmament
Arms Control AND DisarmamentUltraspectra
 
Cadbury Dairy Milk Ads
Cadbury Dairy Milk AdsCadbury Dairy Milk Ads
Cadbury Dairy Milk Adsnishna sathyan
 

Viewers also liked (20)

Smart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensorsSmart lighting solutions with motion sensors occupancy sensors pir sensors
Smart lighting solutions with motion sensors occupancy sensors pir sensors
 
Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]Human presence detection based room light controller using pir2.pptx [repaired]
Human presence detection based room light controller using pir2.pptx [repaired]
 
Intelligent lighting ppt
Intelligent lighting pptIntelligent lighting ppt
Intelligent lighting ppt
 
Intelligent wireless street lighting system
Intelligent wireless street lighting systemIntelligent wireless street lighting system
Intelligent wireless street lighting system
 
Impact Of Extreme Events On Nuclear Facilities, Charles Shepherd
Impact Of Extreme Events On Nuclear Facilities, Charles ShepherdImpact Of Extreme Events On Nuclear Facilities, Charles Shepherd
Impact Of Extreme Events On Nuclear Facilities, Charles Shepherd
 
Converging Sports & Social: The New Game-day Experience
Converging Sports & Social: The New Game-day ExperienceConverging Sports & Social: The New Game-day Experience
Converging Sports & Social: The New Game-day Experience
 
Bodylanguage training
Bodylanguage training Bodylanguage training
Bodylanguage training
 
Bodylanguage
BodylanguageBodylanguage
Bodylanguage
 
The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...
The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...
The New Book "Digital gaps: Bridging Multiple Gaps to Run Cohesive Digital Bu...
 
Pitching: bodylanguage, using voice, eye contact
Pitching: bodylanguage, using voice, eye contactPitching: bodylanguage, using voice, eye contact
Pitching: bodylanguage, using voice, eye contact
 
Terrorists, States And Biological Weapons Development
Terrorists, States And Biological Weapons DevelopmentTerrorists, States And Biological Weapons Development
Terrorists, States And Biological Weapons Development
 
Motion Sensor Presentation
Motion Sensor PresentationMotion Sensor Presentation
Motion Sensor Presentation
 
Bermuda triangle
Bermuda triangleBermuda triangle
Bermuda triangle
 
Deforestation group work
Deforestation group workDeforestation group work
Deforestation group work
 
Conference Powerpoint Presentations
Conference Powerpoint PresentationsConference Powerpoint Presentations
Conference Powerpoint Presentations
 
Arms Control AND Disarmament
Arms Control AND DisarmamentArms Control AND Disarmament
Arms Control AND Disarmament
 
Borderless world
Borderless worldBorderless world
Borderless world
 
Electronic Media
Electronic MediaElectronic Media
Electronic Media
 
Cadbury Dairy Milk Ads
Cadbury Dairy Milk AdsCadbury Dairy Milk Ads
Cadbury Dairy Milk Ads
 
Bodylanguage
BodylanguageBodylanguage
Bodylanguage
 

Similar to Intelligent energy coservation system

Therft alert system
Therft alert systemTherft alert system
Therft alert systemBadal Tushar
 
pptx laser.pptx
pptx laser.pptxpptx laser.pptx
pptx laser.pptxVinodjena1
 
maryam-170526150519 (1).pdf
maryam-170526150519 (1).pdfmaryam-170526150519 (1).pdf
maryam-170526150519 (1).pdfmuthu824918
 
automatic light control at night ppt by Shubhan raj
automatic light control at night ppt by Shubhan rajautomatic light control at night ppt by Shubhan raj
automatic light control at night ppt by Shubhan rajShubham Raj
 
Sensitive intrucer alaram
Sensitive intrucer alaramSensitive intrucer alaram
Sensitive intrucer alaramSai Kumar
 
Ir sensor mechanism and interfacing with a micro controllers.PPT
Ir sensor mechanism and  interfacing with  a micro controllers.PPTIr sensor mechanism and  interfacing with  a micro controllers.PPT
Ir sensor mechanism and interfacing with a micro controllers.PPTkhairunnesa2
 
AUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptx
AUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptxAUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptx
AUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptxDeepakKuppuraj1
 
ON/OFF CONTROL OF ARTIFICIAL LIGHTS BASED ON SUNLIGHT AVAILIBILITY
ON/OFF CONTROL OF ARTIFICIAL  LIGHTS BASED ON  SUNLIGHT AVAILIBILITYON/OFF CONTROL OF ARTIFICIAL  LIGHTS BASED ON  SUNLIGHT AVAILIBILITY
ON/OFF CONTROL OF ARTIFICIAL LIGHTS BASED ON SUNLIGHT AVAILIBILITYAmit Meena
 
Automatic street light using ldr and relay
Automatic street light using ldr and relayAutomatic street light using ldr and relay
Automatic street light using ldr and relayShivam Raidas
 
automatic-street-light-using-ldr-ppt.pptx
automatic-street-light-using-ldr-ppt.pptxautomatic-street-light-using-ldr-ppt.pptx
automatic-street-light-using-ldr-ppt.pptxssuser676268
 
Ram minor project PPT..pptx
Ram minor project PPT..pptxRam minor project PPT..pptx
Ram minor project PPT..pptxsaiproject
 
switch circuit control
switch circuit controlswitch circuit control
switch circuit controlKumar Shivam
 
Indus university
Indus universityIndus university
Indus universityTariqkhanIU
 

Similar to Intelligent energy coservation system (20)

Therft alert system
Therft alert systemTherft alert system
Therft alert system
 
Wk102 ppt 1-
Wk102 ppt  1-Wk102 ppt  1-
Wk102 ppt 1-
 
Eew mini project
Eew mini projectEew mini project
Eew mini project
 
pptx laser.pptx
pptx laser.pptxpptx laser.pptx
pptx laser.pptx
 
Shadow alarm
Shadow alarm Shadow alarm
Shadow alarm
 
Automatic Night Light With Morning Alarm
Automatic Night Light With Morning AlarmAutomatic Night Light With Morning Alarm
Automatic Night Light With Morning Alarm
 
maryam-170526150519 (1).pdf
maryam-170526150519 (1).pdfmaryam-170526150519 (1).pdf
maryam-170526150519 (1).pdf
 
automatic light control at night ppt by Shubhan raj
automatic light control at night ppt by Shubhan rajautomatic light control at night ppt by Shubhan raj
automatic light control at night ppt by Shubhan raj
 
Sensitive intrucer alaram
Sensitive intrucer alaramSensitive intrucer alaram
Sensitive intrucer alaram
 
Ir sensor mechanism and interfacing with a micro controllers.PPT
Ir sensor mechanism and  interfacing with  a micro controllers.PPTIr sensor mechanism and  interfacing with  a micro controllers.PPT
Ir sensor mechanism and interfacing with a micro controllers.PPT
 
Light sensors seminar
Light sensors seminarLight sensors seminar
Light sensors seminar
 
Automatic road light based on vehicles movement
Automatic road light based on vehicles movementAutomatic road light based on vehicles movement
Automatic road light based on vehicles movement
 
AUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptx
AUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptxAUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptx
AUTOMATIC WINDOW BLINKS CONTROLLING USING LDR.pptx
 
ON/OFF CONTROL OF ARTIFICIAL LIGHTS BASED ON SUNLIGHT AVAILIBILITY
ON/OFF CONTROL OF ARTIFICIAL  LIGHTS BASED ON  SUNLIGHT AVAILIBILITYON/OFF CONTROL OF ARTIFICIAL  LIGHTS BASED ON  SUNLIGHT AVAILIBILITY
ON/OFF CONTROL OF ARTIFICIAL LIGHTS BASED ON SUNLIGHT AVAILIBILITY
 
I0425458
I0425458I0425458
I0425458
 
Automatic street light using ldr and relay
Automatic street light using ldr and relayAutomatic street light using ldr and relay
Automatic street light using ldr and relay
 
automatic-street-light-using-ldr-ppt.pptx
automatic-street-light-using-ldr-ppt.pptxautomatic-street-light-using-ldr-ppt.pptx
automatic-street-light-using-ldr-ppt.pptx
 
Ram minor project PPT..pptx
Ram minor project PPT..pptxRam minor project PPT..pptx
Ram minor project PPT..pptx
 
switch circuit control
switch circuit controlswitch circuit control
switch circuit control
 
Indus university
Indus universityIndus university
Indus university
 

Recently uploaded

Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMintel Group
 
Appkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxAppkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxappkodes
 
business environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxbusiness environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxShruti Mittal
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...ssuserf63bd7
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCR8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCRashishs7044
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFChandresh Chudasama
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...ssuserf63bd7
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxsaniyaimamuddin
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03DallasHaselhorst
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSendBig4
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Seta Wicaksana
 

Recently uploaded (20)

Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 Edition
 
Appkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptxAppkodes Tinder Clone Script with Customisable Solutions.pptx
Appkodes Tinder Clone Script with Customisable Solutions.pptx
 
business environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxbusiness environment micro environment macro environment.pptx
business environment micro environment macro environment.pptx
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCR8447779800, Low rate Call girls in Dwarka mor Delhi NCR
8447779800, Low rate Call girls in Dwarka mor Delhi NCR
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDF
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptxFinancial-Statement-Analysis-of-Coca-cola-Company.pptx
Financial-Statement-Analysis-of-Coca-cola-Company.pptx
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.com
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...
 

Intelligent energy coservation system

  • 1. INTELLIGENT ENERGY SAVER PREPAIRED BY:- VYOMESH UPADHYAY VIRESH SHUKLA KRITESH SINGH JITENDRA KU. VAISHY UNDER THE GUIDENCE OF:- AMIT SHRIVASTVA (H.O.D)
  • 2. Intelligent Energy Saving System can be used in places like where lighting is very important. The libraries will be well illuminated with many lamps. When people are not present at a reading place the lighting can be made OFF and when they are present, the lighting made ON. All these can be done through by LDR circuit and PIR sensor. ABSTRACT
  • 3. INDEX Principle of Operation Electronic devices PIR Sensor Microcontroller ATMega8L LDR Other ELEMENTS HOW ITS WORK CIRCUIT diagram BLOCK Diagram PROGRAMME
  • 4. PINCIPLE OF OPERATION This system mainly depends on PIR sensor, ATMega8l microcontroller & LDR(light depended resistor). When the human are enter in room then PIR sensor sense the radiation emitted by body then sensor will be “ON” And gives the output 1 to the microcontroller LDR is used to check the light intensity then if intensity is enough then it gives output 1 to microcontroller Microcontroller is used to take logical decision after giving output by the PIR & LDR
  • 5. DEVICES USED PIR Sensor ATMega 8A LDR 7805,LM324,ULN-2003 Ics Relays LEDs and Resistors Pot
  • 6. PIR(pyro electric infrared sensor) • PIR sensors allow you to sense motion, almost always used to detect whether a human has moved in or out of the sensors range • PIRs are basically made of a pyro electric sensor which can detect levels of infrared radiation. The sensor in a motion detector is actually split in two halves. The reason for that is that we are looking to detect motion (change) not average IR levels • When an intruder walks into the detector’s field of vision, the detector “sees” a sharp increase in infrared energy.
  • 7. ATMega 8A IT IS 28 PIN IC WHICH IS USED TO TAKE A LOGICAL DECISION
  • 8. LDR  LDR’s or Light Dependent Resistors are very useful especially in light/dark sensor circuits.  These help in automatically switching ON /OFF the street lights and etc., normally the resistance of an LDR is very high, sometimes as very high as 1000000 ohms, but when they are illuminated with light, resistance drop dramatically.  Electronic opto sensors are the devices that alter their electrical characteristics, in the presence of visible or invisible light.  The best-known devices of these types are the light dependent resistor (LDR), the photo diode and the phototransistors.
  • 9. OTHER ELEMENT • IC 7805 : IC 7805 is a 5v voltage regulator that restricts the voltage output to 5v. It is a member of 78xx series of fixed linear voltage regulator ICs FUNCTION NAME PIN NO 1 2 3 INPUT VOLTAGE(5V-18V) GROUND(0V) RAGULATED OUTPUT VOLTAGE;5V(4.8V-5.2) INPUT GND OUTPUT
  • 10. LM324:- LM324 is a 14pin IC consisting of four independent operational amplifiers (op-amps). These op-amps are operated by a single power supply LM324 and need for a dual supply is eliminated. They can be used as amplifiers, comparators, oscillators, rectifiers
  • 11. ULN2003:-It is 16 pin IC. ULN2003 are high-voltage high- current Darlington transistor arrays. Each consists of seven npn Darlington pairs that feature high-voltage outputs. The output voltage is 50v and current 600mA.
  • 12. RELAY A relay is an electrically operated switch. Many relays use an electromagnet to operate switching operation mechanically. It is 5 terminal device consisting of 1 coil. When coil is enerzised then a slit is moves from one point to another point so circuit is completed and load starts works.
  • 13. HOW ITS WORK Firstly we give the supply at the terminal then it goes to 7805 IC which converted into 5v. When any human body moves across the pir sensor then it senses its radiation and gives the output 1 to the microcontroller. At the same time LDR senses intensity of light(it can adjust by using of potentiometer). If intensity is low then it give output 0 to microcontr- oller. According to input microcontroller gives logical output 1 to the ULN2003. ULN2003 gives the output 0 to the relays, which energized the relays then loads work If LDR senses enough intensity then it gives 1 to the microcontroller so it give another output causes on fan will be ON and bulb will be OFF.
  • 14.
  • 16. PROGRAMME:- #include <mega8.h> #include <delay.h> void pir(); void pir1(); void main(void) {while (1) { int I; if(PINC.5==1) { pir(); } else { pir1(); //PORTB.2=0; //PORTB.3=0; }}} void pir() {if(PINC.4==0) {PORTB.2=1;PORTB.3=1;delay_ms(15000);} else { PORTB.2=0;PORTB.3=1;delay_ms(15000);} } void pir1() {int i;for(i=0;i<=1;i++) {if(PINC.5==1) {pir();break;} else {delay_ms(100); } if(i==1) {PORTB.1=0;PORTB.2=0;delay_ms(15000); }} }