SUBMITTED BY EDGEFX TEAM

Slides:



Advertisements
Similar presentations
Edited by Mandar More Technical Manager, Ninad`s Research lab Ninad243.weebly.com MODERN OFFICE MANAGEMENT TOOL FOR SELECTIVE DATA.
Advertisements

SUBMITTED BY PROGRAMMABLE AC POWER CONTROL. ABSTRACT Based on the principle of firing angle control of thyristors, one can control the ac power. A display.
AUTOMATIC EMERGENCY LED LIGHT SUBMITTED BY. ABSTRACT This automatic emergency led light used in night at emergency time when the power cut or off by some.
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
IR OBSTACLE DETECTION TO
ARM CORTEX (STM32) BASED MOTOR SPEED CONTROL SUBMITTED BY EDGEFX TEAM.
SUBMITTED BY EDGEFX TEAM
PORTABLE PROGRAMMABLE MEDICATION REMINDER
SENSING SOIL MOISTURE CONTENT AUTOMATIC IRRIGATION SYSTEM
OPTIMUM ENERGY MANAGEMENT SYSTEM:
ULTRA FAST ACTING ELECTRONIC CIRCUIT BREAKER
Project Title PASSWORD BASED CIRCUIT BREAKER CONTROL TO ENSURE ELECTRIC LINE MAN’S SAFETY Under the Guidance of Submitted by.
SUBMITTED BY EDGEFX TEAM
TIME DELAY BASED RELAY OPERATED LOAD
RF BASED HOME AUTOMATION SYSTEM
SUBMITTED BY EDGEFX TEAM
AUTOMATIC EMERGENCY LIGHT WITH LED
PROGRAMMABLE AC POWER CONTROL
SUBMITTED BY EDGEFX TEAM
UP AND DOWN CONTROLLED SPEED OF DC MOTOR IN EMBEDDED SYSTEM
AC PWM CONTROL FOR INDUCTION MOTOR
LED LAMP DIMMER CIRCUIT
PORTABLE PROGRAMMABLE MEDICATION REMINDER
Medication Reminder using PIC Microcontroller
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
ABSTRACT The outline of the project is Cycle stealing, as a method to remove whole cycle to control AC power the concept of achieving the cycle stealing.
AUTO MAINS DISCONNECTING DC POWER SUPPLY
Programmable Decoration Light
Under the Guidance of Submitted by Project Title
MULTIPLE ON AND OFF TIME PROGRAMMED INDUSTRIAL LOAD
Under the Guidance of Submitted by Project Title
ABSTRACT The controller continuously polls the temperature with certain regular time intervals and displays over the 7_segment display The temperature.
SUBMITTED BY EDGEFX TEAM
AUTO POWER SUPPLY CONTROL FROM 4 DIFFERENT SOURCES: SOLAR, MAINS, GENERATOR & INVERTOR TO ENSURE NO BREAK POWER.
AUTOMATIC IRRIGATION SYSTEM ON SENSING SOIL MOISTURE CONTENT
SELF SWITCHING POWER SUPPLY
HIGHWAY LIGHTING SYSTEM WITH AUTO TURN OFF ON DAY TIME
Project Title EVM IN 8051 Under the Guidance of Submitted by.
PRE-STAMPEDE MONITERING AND ALARM SYSTEM
HOME APPLIANCES CONTROL WITH TIME DELAY SWITCH
SELF SWITCHING POWER SUPPLY
SOLID STATE RELAY WITH ZVS PROPERTIES ANALYZED ON CRO
BATTERY CHARGING BY THYRISTOR TRIGGERING CONTROL
Submitted by Project Title AUTOMATIC BELL SYSTEM FOR SCHOOLS/ COLLEGES
SUBMITTED BY EDGEFX TEAM
ABSTRACT The microcontroller receives the Infrared Signal from the TV remote, the code of which is identified by the IR receiver depending on which it.
SUBMITTED BY EDGEFX TEAM
HIGH POWER AC TO DC BY THYRISTOR FIRING ANGLE CONTROL
SUBMITTED BY EDGEFX TEAM
AC PWM BASED POWER Control BY IGBT / MOSFET
CONTROLLING AC power BY PROGRAMMING
SUBMITTED BY EDGEFX TEAM
CONVEYOR BELT OBJECT COUNTING WITH IR SENSING & DISPLAY
THYRISTOR POWER CONTROL BY IR REMOTE
EMBEDDED PASSWORD BASED ACCESS CONTROL SYSTEM USING I2C PROTOCOL
INCOMING PHONE RING LIGHT FLASHER
SUBMITTED BY EDGEFX TEAM
IR OBSTACLE DETECTION TO
SMART CARD ENABLED EMPLOYEE IDENTIFICATION FOR SECURITY PURPOSE
BEACON FLASHER USING MICROCONTROLLER AND PWM FED MOSFET
AUTOMATIC EMERGENCY LED LIGHT
MICROCONTROLLER BASED LAMP LIFE EXTENDER BY ZVS USING THYRISTOR
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
PWM BASED SPEED CONTROL FOR DC MOTOR
SUBMITTED BY EDGEFX TEAM
WIRE LOOP BREAKING ALARM SYSTEM
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
Presentation transcript:

SUBMITTED BY EDGEFX TEAM Real Time Clock Based Solar LED Street Light Automation Using RTC and I2C Protocol SUBMITTED BY EDGEFX TEAM

ABSTRACT High Intensity Discharge lamps (HID) used for urban street light are based on principle of gas discharge White Light Emitting Diode (LED) can replace the HID lamps where intensity control is possible by pulse width modulation

BLOCK DIAGRAM

HARD WARE EQUIPMENTS POWER SUPPLY BLOCK MICROCONTROLLER (AT89S52/AT89C51) LED PWM Matrix Keypad RTC BC547 1N4007 RESISTORS & CAPACITORS

EMBEDDED SYSTEMS Definition for :- EMBEDDED SYSTEMS A combination of hardware and software which together form a component of a larger machine. An example of an embedded system is a microprocessor that controls an automobile engine. An embedded system is designed to run on its own without human intervention, and may be required to respond to events in real time.

EMBEDDED SYSTEMS

AT89S52 MICRO CONTROLLER Compatible with MCS®-51 Products 8K Bytes of In-System Programmable (ISP) Flash Memory 4.0V to 5.5V Operating Range Crystal Frequency 11.0592MHZ Three-level Program Memory Lock 256 x 8-bit Internal RAM 32 Programmable I/O Lines Three 16-bit Timer/Counters Eight Interrupt Sources Full Duplex UART Serial Channel Watchdog Timer AT89S52

PIN DIAGRAM OF AT89S52

PWM The PWM switching frequency has to be much faster than what would affect the load, which is to say the device that uses the power. The term duty cycle describes the proportion of on time to the regular interval or period of time; a low duty cycle corresponds to low power, because the power is off for most of the time. Duty cycle is expressed in percent, 100% being fully on.

PWM APPLICATIONS Telecommunications Power delivery Voltage regulation Audio effects and amplification.

Keypad A keypad is a set of buttons arranged in a block or "pad" which usually bear digits, symbols and usually a complete set of alphabetical letters. If it mostly contains numbers then it can also be called a numeric keypad. In order to detect which key is pressed from the matrix, the row lines are to be made low one by one and read the columns. Assume that if Row1 is made low, then read the columns. If any of the key in row1 is pressed then correspondingly the column 1will give low that is if second key is pressed in Row1, then column2 will give low.

DS1307 RTC RTC? The RTC chip is a specialized chip that just keeps track of time It runs on a battery and keeps time for you even when there is a power outage! Using an RTC, you can keep track of long timelines, even if you reprogram your microcontroller or disconnect it from USB or a power plug. The RTC we'll be using is the DS1307 . It's low cost, easy to solder, and can run for years on a very small coin cell.

56 byte nonvolatile RAM for general data storage FEATURES OF DS1307 Real time clock counts seconds, minutes, hours, date of month, month, day of week and year with leap year compensation valid up to 2100 56 byte nonvolatile RAM for general data storage 2-wrire interface (I2C) Automatic power fail detect Consumes less than 500 nA for battery back-up at 25'C

BC547 The BC547 transistor is an NPN Epitaxial Silicon Transistor. The BC547 transistor is a general-purpose transistor in small plastic packages. It is used in general-purpose switching and amplification BC847/BC547 series 45 V, 100 mA NPN general-purpose transistors. Whenever base is high, then current starts flowing through base and emitter and after that only current will pass from collector to emitter  

BIBILOGRAPHY The 8051 Microcontroller and Embedded systems” by Muhammad Ali Mazidi and Janice Gillispie Mazidi , Pearson Education. ATMEL 89S52 Data Sheets. www.atmel.com www.beyondlogic.org www.wikipedia.org www.howstuffworks.com www.alldatasheets.com

THANK ‘Q’