Automatic Room Lightening By: Piyush Garg- UE94048 Prince Dhadwal- UE94053 Sahil Arora- UE94062 Sonam Rigzin-UE940.

Slides:



Advertisements
Similar presentations
The 8051 Microcontroller and Embedded Systems
Advertisements

Week10 Boolean Instructions on the Boolean Instructions  Boolean (or Bit) addressable capability is unique to the 8051  Enables efficient handling.
1 Chapter 3 Jump, Loop, and Call Instructions. 2 Sections 3.1 Loop and Jump Instructions 3.2 Call Instructions 3.3 Time Delay Generation and Calculation.
Smart lighting control Done by : Haya Salah Esraa Nabulsi Eman Dwikat Under the supervision of: Dr. Kamil Subhi.
Msc. Ivan A. Escobar Broitman Microprocessors 1 1 The 8051 Instruction Set.
Indian Institute of Technology Hyderabad ID 1035 Independent Project Bidirectional Visitor Counter Prepared and presented by: Rakshit Singla (CS12B1029)
Indian Institute of Technology Hyderabad AUTOMATIC ROOM LIGHT CONTROLLER by V Swetha B Deepthi Priya as.
CSC Timers Since this is a microcontroller it mainly finds itself in embedded devices Quite often embedded devices need to synchronize events The.
Microcontroller Intel 8051
Energy Smart Room GROUP 9 PRESENTERS DEMO DATE SPECIAL THANKS TO ADVISOR PRESENTERS Thursday April 19, 2007 Department of Electrical and Systems Engineering.
Project Goals And Objectives ____________________________________________________ Create a “smart”, customizable, all in one system Little to no learning.
MICROCONTROLLER INSTRUCTION SET
PhoebusPhoebus Yatin Patel Cedrick Awah Karl Jackson Faculty Adviser Wolfgang-Martin Boerner Assistant (project director) Jorge Morisaki Phoebus.
Guided by:- D.J.M.  Patel Tirth A. ( )  Raval Jayesh A. ( )  Rami Jay R. ( )  Sutariya Jitendra A. ( )
AUTOMATIC ROOM LIGHT CONTROLLER WITH BIDIRECTIONAL VISITOR COUNTER
gradually rises from 0 to 9V immediately drops from 9V to 0V
Twenty Questions Electronics. Twenty Questions
1LAKSHMI.B.E.. Full step -clock 2LAKSHMI.B.E. Full step –anti clock 3LAKSHMI.B.E.
S e c u r i t y L i g h t E a s t e r E l e c t r o n i c s P r o j e c t Dark Sensor Comparator Monostable Counter Light Brief Design a system that turns.
The 8051 Assembly Language Branching & Subroutines
SECURITY ALARM Done by RINKESH KURKURE.  This project serves as a detecting mechanism to indicate the presence of an object or person in undetected cases.
ECE/CS-352: Embedded Microcontroller Systems The Silicon Laboratories C8051F020 Enhanced 8051 Part 4 Timer3, Temperature Sensor, AD0WINT.
The 8051 Microcontroller and Embedded Systems
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Robotics Academy Electronics.
FROM:- PARAS AGARWAL EC(FINAL YEAR). CONTENT-: WHAT IS ESCELATOR WHAT IS POWER EFFICIENT ESCELATOR CIRCUIT DIAGRAM COMPONENT REQUIRED ADVANTAGE.
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
Lecture Set 4 Programming the 8051.
Projects 8051.
Twenty Questions Electronics. Twenty Questions
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
What is a circuit? A set of connected electrical components that provide one or more complete paths for the movement of charges. A set of connected electrical.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
SHADOW FAN Lalit Damodaran Mrudula Vaidya Pratyush Bangera.
 RAJ JOSHI  CHINMAY JOSHI RMS POLYTECHNIC E.C 6 TH SEM PROJECT PPT HEAD OF DEPARTMENT : HIMANSHU GUPTA INTERNAL GIDE : VIRAL.
ENERGY CONSERVATION IN STREET LIGHTING SYSTEM PRESENTED BY, DINESH KUMAR.G PRASANTH.D RAJESH KANNA.R YOGESH.T Department of EEE Guided By, Mr.K.Rajesh.
D IGITAL O BJECT C OUNTER Prepared & presented By Jyoti Bhaskar VII sem. EEE,VIET.
Turning Off the lights Simples!!!. The Switch Person leaves the room – turn off the lights Its that simple but! So why do lights get left on? Who is responsible?
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
SMART HOME SYSTEM. Group Members Shakib Muazzam (CSE) Jamil Arifin (EEE) Azima Islam Fariha (CSE) Abed Al Shihab
Starter: use Pg to complete the table
WATER LEVEL controller using 8051
Electronic Eye Controlled Security System
Mini Project Onkar Deshmukh Sarang Gadhave Sheshanarayan Dhakane
Application Case Study Security Camera Controller
Home automation using Arduino & ‘PIR sensor’
Lecture Set 5 The 8051 Instruction Set.
Parallel Port Interfacing
Source: Motor Source:
The 8051 Family Microcontroller
Data Processing Instructions
Electronics.
Transistor & Voltage Divider
Saving Lighting Energy with the BBC micro:bit
RESISTORS A resistor is used to reduce the flow of electricity in an electric circuit. Resistorscome in fixed or variable types.
What is Arduino? By James Tedder.
8051 Single Board Computer (SBC) Version 1.0
(Electrical Engg 6th Semester)
Introduction to Micro Controllers & Embedded System Design Instruction set Department of Electrical & Computer Engineering Missouri University of Science.
enerlogic Energy Smart Office Control System
Source: Motor Source:
Batteries: the Chemistry
Microcontroller 8051 Made By: Arun Branch. 4th Sem. I&C Engg.
Introduction to Micro Controllers & Embedded System Design Instruction set Department of Electrical & Computer Engineering Missouri University of Science.
Conditional Jumps and Time Delays
First Design Key board R L S.
Which of the following devices or circuits changes an alternating current into a varying direct current signal? A. Transformer B. Rectifier C. Amplifier.
Source: Motor Source:
Presentation transcript:

Automatic Room Lightening By: Piyush Garg- UE94048 Prince Dhadwal- UE94053 Sahil Arora- UE94062 Sonam Rigzin-UE940

Basic Operation Room Already : Lit Lights Remain Off Can be Switched On Manually Person 1 Enters Lights Switched ON Person 2 Enters Person 3 Enters Person 1 LeavesPerson 2 LeavesPerson 3 LeavesLights Switched OFF Person EntersSensor I Interrupted First Sensor 2 Interrupted later Lights Switched On Room Dark : Person LeavesSensor 2 Interrupted First Sensor I Interrupted later Lights Switched Off

Components Microcontroller 8051 (Atmel) IR Sensors (I and 2) Crystal Oscillator ( MHz) LDR Circuit (With LM324) LED as Output Capacitors, Resistors, POTs (In Circuit)

CIRCUITS 8051 Connections

Sensors

Programming ORG 0000H; LJMP MAIN; ORG 0003H; MOV r0,#86H; MOV a,r1; SUBB A,#97H; JZ out; RETI OUT: MOV r0,#00; MOV r1,#00; DEC r5 RETI ORG 0013H; MOV r1,#97H; MOV A,r0; SUBB a,#86; JZ IN; RETI IN: MOV r0,#00; MOV r1,#00; INC r5; retI

ORG 0030H; MAIN: MOV IE,#85H; JNB P3.4,MAIN; MoV r5,#00H; Next1: MOV A,r5; CJNE A,#00,ON; JZ off JC off JNC ON off: CLR P2.0; JMP MAIN; ON: SETB p2.0; JMP Next1; END

Applications In Households. Hotels. Benefits Helps save electricity. Eases switching ON lights in totally dark rooms. Easy illumination for person carrying luggage in hotels.

Scope of Improvement A Counter indicating the number of people already in the room can be attached. PIR motion sensor can be used, which senses only human motion. Humidity sensor can be used, when the number of people are large. Different electricity components can be switched ON depending upon the number of people.

Cost Factor The Overall cost of the system amounts to approximately: Cost can be reduced when produced on a commercial scale. 360/ Unit