ABSTRACT The controller continuously polls the temperature with certain regular time intervals and displays over the 7_segment display The temperature.

Slides:



Advertisements
Similar presentations
AUTO TRAIN SUBMITTED BY. ABSTRACT In this project microcontroller used as CPU. Whenever the station arrives the train stops automatically.Then the train.
Advertisements

Edited by Mandar More Technical Manager, Ninad`s Research lab Ninad243.weebly.com MODERN OFFICE MANAGEMENT TOOL FOR SELECTIVE DATA.
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
IR OBSTACLE DETECTION TO
SUBMITTED BY EDGEFX TEAM
MOVEMENT SENSED BURGLAR ALARM SYSTEM Under the Guidance of
SENSING SOIL MOISTURE CONTENT AUTOMATIC IRRIGATION SYSTEM
REMOTE AC POWER CONTROL BY ANDROID APPLICATION WITH LCD DISPLAY
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
SUBMITTED BY EDGEFX TEAM
TIME DELAY BASED RELAY OPERATED LOAD
SUBMITTED BY EDGEFX TEAM
TELEPHONE RING SENSED FLASHER IN INDUSTRIAL AREA
RF BASED HOME AUTOMATION SYSTEM
SUBMITTED BY EDGEFX TEAM
PROGRAMMABLE AC POWER CONTROL
UP AND DOWN CONTROLLED SPEED OF DC MOTOR IN EMBEDDED SYSTEM
AC PWM CONTROL FOR INDUCTION MOTOR
LED LAMP DIMMER CIRCUIT
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
Under the Guidance of Submitted by Project Title
Under the Guidance of Submitted by Project Title
Under the guidance of Submitted by Project Title
ANDROID BASED REMOTE PROGRAMMABLE SEQUENTIAL
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
AUTO TRAIN SUBMITTED BY.
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 EDGEFX TEAM
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
REMOTE CONTROLLED DOMESTIC APPLIANCES 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
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
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:

PRECISE TEMPERATURE CONTROL FOR INCUBATORS USED IN HOSPITALS FOR THE PRE BORN CHILD GROWTH

ABSTRACT The controller continuously polls the temperature with certain regular time intervals and displays over the 7_segment display The temperature readings observed by the microcontroller through temperature sensor are compared with the switches programmed temperature value to control the heater (ON/OFF).

BLOCK DIAGRAM

HARD WARE EQUIPMENTS POWER SUPPLY BLOCK MICROCONTROLLER (AT89S52/AT89C51) DS1621 7 SEGMENT DISPLAY BC547 RESISTORS & CAPACITORS 1N4007 RELAY

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

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  

DS1621 (TEMPARATURE SENSOR) Features: Measurements require no external components. Measures temperatures from -55°C to +125°C in 0.5°C increments. Fahrenheit equivalent is -67°F to 257°F in 0.9°F increments. Temperature is read as a 9-bit value (2-bytetransfer) Wide power supply range (2.7V to 5.5V) Converts temperature to digital word in less Than 1 second Thermostatic settings are user definable and Non volatile. Data is read from/written via a 2-wire serial interface (open drain I/O lines). Applications include thermostatic controls, industrial systems, consumer products, thermometers, or any thermal sensitive system 

PIN DESCRIPTION OF DS1621 SDA - 2-Wire Serial Data Input/ Output   SDA - 2-Wire Serial Data Input/ Output SCL - 2-Wire Serial Clock GND - Ground TOUT - Thermostat Output Signal A0 - Chip Address Input A1 - Chip Address Input A2 - Chip Address Input VDD - Power Supply Voltage

SEVEN SEGMENT DISPLAY The segments themselves are identified with lower-case letters "a" through "g," with segment "a" at the top and then counting clockwise.

The LED’S in a seven-segment display are not isolated from each other The LED’S in a seven-segment display are not isolated from each other. Rather, either all of the cathodes, or all of the anodes, are connected together into a common lead, while the other end of each LED is individually available. This means fewer electrical connections to the package, and also allows us to easily enable or disable a particular digit by controlling the common lead. There is no automatic advantage of the common-cathode seven-segment unit over the common-anode version, or vice-versa. Each type lends itself to certain applications, configurations, and logic families.

RELAY IT IS A ELECTRO MAGNETIC SWITCH USED TO CONTROL THE ELECTRICAL DEVICES COPPER CORE MAGNETIC FLUX PLAYS MAIN ROLE HERE

SCHEMATIC DIAGRAM

SOFTWARE REQUIREMENTS PROGRAMMING LANGUAGES Embedded C , ALP (Assembly Language) COMPILERS: Keil 2.0/3.0uv DUMPING SOFT WARE: Using Micro controller flash Software we are dumping our HEX Code into Micro Controller

KEIL COMPILER WINDOW

APPLICATIONS

ADVANTAGES & DISADVANTAGES

CONCLUSION

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’