ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER

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

SOLAR CELL PARAMETERS MEASUREMENT
ELECTRIC LINE MAN SAFETY WITH PASSWORD BASED CIRCUIT BREAKER Under the Guidance of Submitted by Project Title.
Arduino Based DC Motor Speed Control
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
ARM CORTEX (STM32) BASED MOTOR SPEED CONTROL SUBMITTED BY EDGEFX TEAM.
SUBMITTED BY EDGEFX TEAM
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
MOVEMENT SENSED BURGLAR ALARM SYSTEM Under the Guidance of
SENSING SOIL MOISTURE CONTENT AUTOMATIC IRRIGATION 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.
ARDUINO BASED UNDERGROUND CABLE FAULT DETECTION
Voice Controlled Robot by Cell Phone with Android App
Under the Guidance of Submitted by
TRACK SENSING ROBOTIC VEHICLE MOVEMENT
SUBMITTED BY EDGEFX TEAM
CELL PHONE OPERATED SAGE ROBOT
TRANSFORMER HEALTH MONITORING WIRELESS USING RF COMMUNICATION
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
UP AND DOWN CONTROLLED SPEED OF DC MOTOR IN EMBEDDED SYSTEM
AC PWM CONTROL FOR INDUCTION MOTOR
FOUR QUADRANT OPERATION OF DC MOTOR REMOTELY CONTROLLED BY ANDROID APPLICATIONS SUBMITTED BY.
MULTIPLE SENSOR DATA ACQUISITION
MEASURING SOLAR PHOTOVOLTAIC POWER
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.
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
TOXIC CHEMICAL LEVEL MEASUREMENT IN A TANKER BY ULTRASONIC MEANS
FOUR QUADRANT DC MOTOR SPEED CONTROL WITHOUT MICROCONTROLLER
ABSTRACT The controller continuously polls the temperature with certain regular time intervals and displays over the 7_segment display The temperature.
PC CONTROLLED SCROLLING MESSAGE DISPLAY FOR COLLEGE NOTICE BOARD
REMOTE SPEED CONTROL OF DC MOTOR BY ANDROID APPLICATIONS
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
RFID CONCEPT BASED CAR PARKING SYSTEM
Arduino BASED RFID Device Access
AUTO TRAIN SUBMITTED BY.
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
ARDUINO FOUR QUADRANT DC MOTOR CONTROL
SUBMITTED BY EDGEFX TEAM
AC PWM BASED POWER Control BY IGBT / MOSFET
SUBMITTED BY EDGEFX TEAM
Project Title ARDUINO BASED WIRELESS ELECTRICAL APPARATUS CONTROL SYSTEM USING IR COMMUNICATION Under the Guidance of Submitted by.
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
THYRISTOR POWER CONTROL BY IR REMOTE
Under the Guidance of Submitted by
EMBEDDED PASSWORD BASED ACCESS CONTROL SYSTEM USING I2C PROTOCOL
SUBMITTED BY EDGEFX TEAM
ARDUINO LINE FOLLOWER ROBOT
SMART CARD ENABLED EMPLOYEE IDENTIFICATION FOR SECURITY PURPOSE
ARDUINO DC MOTR SPEED CTL
SUBMITTED BY EDGEFX TEAM
SUBMITTED BY EDGEFX TEAM
PWM BASED SPEED CONTROL FOR DC MOTOR
CAR PARKING MANAGEMENT BY RFID
SUBMITTED BY EDGEFX TEAM
FOUR QUADRANT DC MOTOR CONTROL WITHOUT MICROCONTROLLER
Under the Guidance of Submitted by
TWO PHASE BLDC MOTOR SPEED CONTROL USING FUZZY LOGIC CONTROL
Under the Guidance of Submitted by
Under the Guidance of Submitted by
Presentation transcript:

ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER SUBMITTED BY

ABSTRACT This practical temperature controller controls the temperature of any device according to its requirement for any industrial applicationIt also has a feature of remote speed control. The LM-35 Analog Temperature device is interfaced to analog pin of Arduino board,where it has built in ADC which converts these analog reading and displays it on a LCD, which indicate the temperature of the device User-defined temperature settings can be done using push buttons provided through Arduino board.

BLOCK DIAGRAM

HARD WARE EQUIPMENTS POWER SUPPLY BLOCK ARDUINO LED L293D,DC MOTOR. LM35 LCD (LIQUID CRYSTAL DISPLAY) 1N4007 RESISTORS & CAPACITORS

EMBEDDED SYSTEMS

ARDUINO The Arduino microcontroller is an easy to use yet powerful single board computer that has gained considerable traction in the hobby and professional market. The Arduino is open-source, which means hardware is reasonably priced and development software is free.

Image of development board

Features of Duemalinove The Duemalinove board features an Atmel ATmega328 microcontroller operating at 5 V with 2 Kb of RAM, 32 Kb of flash memory for storing programs and 1 Kb of EEPROM for storing parameters. The clock speed is 16 MHz, which translates to about executing about 300,000 lines of C source code per second

…..contd The Arduino programming language is a simplified version of C/C++. If you know C, programming the Arduino will be familiar. If you do not know C, no need to worry as only a few commands are needed to perform useful functions.

LIQUID CRYSTAL DISPLAY (LCD) Most common LCDs connected to the microcontrollers are 16x2 and 20x2 displays. This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively. The standard is referred to as HD44780U, which refers to the controller chip which receives data from an external source (and communicates directly with the LCD.

If an 8-bit data bus is used the LCD will require 11 data lines LCD BACKGROUND If an 8-bit data bus is used the LCD will require 11 data lines (3 control lines plus the 8 lines for the data bus) The three control lines are referred to as EN, RS, and RW EN=Enable (used to tell the LCD that you are sending it data) RS=Register Select (When RS is low (0), data is treated as a command) (When RS is High(1), data being sent is text data ) R/W=Read/Write (When RW is low (0), the data written to the LCD) (When RW is low (0), the data reading to the LCD)

LM 35 TEMPARATURE SENSOR LM35 are used to sense the heat and an IC ADC0808 is used to convert the data into digital. LM35 digital sensor has got 3 pin’s i.e., VCC, GND and output pin’s when LM35 is heated the voltage at output pin increases, it is connected to the analog to digital convertor IC (ADC). The LM35 series are precision integrated-circuit temperature sensors, whose output voltage is linearly proportional to the Celsius (Centigrade) temperature. The LM35 thus has an advantage over linear temperature sensors calibrated in Kelvin, as the user is not required to subtract a large constant voltage from its output to obtain convenient Centigrade scaling.

…..contd The LM35 does not require any external calibration or trimming to provide typical accuracies of ±1⁄4˚C    at room temperature and ±3⁄4˚C over a full −55 to +150˚C temperature range.

MOTOR driver L293D L293D is a dual H-bridge motor driver integrated circuit (IC). Motor drivers act as current amplifiers since they take a low-current control signal and provide a higher-current signal. This higher current signal is used to drive the motors. L293D contains two inbuilt H-bridge driver circuits. In its common mode of operation, two DC motors can be driven simultaneously, both in forward and reverse direction.

Operation of motor driver L293D has 2 set of arrangements where one set has input 1, input 2, output 1 and output 2 and other set has input 3, input 4, output 3 and output 4, according to block diagram if pin no 2 & 7 are high then pin no 3 & 6 are also high. If enable 1 and pin number 2 are high leaving pin number 7 as low then the motor rotates in forward direction. If enable 2 and pin number 10 are high leaving pin number 15 as low then the motor rotates in forward direction.

Contd.. If enable 1 and pin number 2 are low leaving pin number 7 as high then the motor rotates in reverse direction. If enable 2 and pin number 15 are high leaving pin number 10 as low then the motor rotates in forward direction.

DC- MOTOR A DC motor is an electric motor that runs on direct current (DC) electricity. In any electric motor, operation is based on simple electromagnetism. A simple 2-pole DC electric motor (here red represents a magnet or winding with a "North" polarization, while green represents a magnet or winding with a "South" polarization). Every DC motor has six basic parts -- axle, rotor (a.k.a., armature), stator, commutator, field magnet(s), and brushes.

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 YOU