SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
Design an Automatic Temperature Control System
for Smart Electric Fan Using PIC
Zairi Ismael Rizman1
, Kim Ho Yeap2
, Nuraiza Ismail3
, Norizan Mohamad4
, Nur Hafizah Rabi’ah Husin5
1
Faculty of Electrical Engineering, Universiti Teknologi MARA (UiTM) Terengganu,
23000 Dungun, Terengganu, Malaysia
2
Faculty of Engineering and Green Technology, Tunku Abdul Rahman University,
Jln. Universiti, Bandar Barat, 31900 Kampar, Perak, Malaysia
3
Faculty of Electrical Engineering, Universiti Teknologi MARA (UiTM) Terengganu,
23000 Dungun, Terengganu, Malaysia
4
Faculty of Computer and Mathematical Sciences, Universiti Teknologi MARA (UiTM) Terengganu,
23000 Dungun, Terengganu, Malaysia
5
Academy of Language Studies, Universiti Teknologi MARA (UiTM) Terengganu,
23000 Dungun, Terengganu, Malaysia
Abstract: This paper presents an innovative prototype design of electric fan with smart characteristics. This electric fan uses a
microcontroller to produce an automation function. It also has a unique double feature designs, such as using 2 fans, 2 Light Emitting
Diodes (LED) and 2 sensors. This is to ensure the cooling process operates more efficiently and effectively, especially for a large space
application and in hot weather due to global warming. By applying the circuit, it offers a better life for human. It is really practical for
senior citizens to make their life simpler. The circuit is also suitable for disabled people who have difficulty to switch on the fan
manually. Lastly, the circuit can be manipulated by diversifying its function as a detector, where it can produce an alarm signal when
emergency case occurs such as the house or premise is on fire.
Keywords: Automatic, Temperature, Fan, PIC.
1. Introduction
Electric fan is one of the most popular electrical appliances
due to its cost effectiveness and low power consumption
advantages [1]. It is a common circuit and widely used in
many applications [2]. It is also one of the most sensible
solutions to offer a comfortable and energy efficient. In fact,
the fan has been long used and still available in the market.
Nowadays, the usage of fan is controlled manually by
pressing on the switch button. This non-innovative feature
makes it unable to turn on automatically according to
temperature changes. So, an automatic temperature control
system technology is applied for the switching purpose in
this circuit. Due to its advantages, many researches focusing
on automatic temperature control system application in
different fields will gain the benefits. For examples, an
automatic temperature controller for multielement array
hyperthermia systems [3], multi-loop automatic temperature
control system design for fluid dynamics [4], automatic
temperature control for transport airplanes [5], design of
automatic temperature control system on laser diode of
erbium-doped fiber source [6], design of automatic-
temperature-control circuit module in tunnel microwave
heating system [7], development of automatic temperature
control system in blast furnace [8], the automatic
temperature system with Fuzzy self-adaptive Proportional-
Integral-Derivative (PID) control in semiconductor laser [9],
the constant temperature automatic control system design of
3G base station without man' s guard [10], automatic body
temperature control system for small animal studies using
dual mode Proportional-Integral (PI) control [11], automatic
temperature and humidity control system using air-
conditioning in transformer substation [12] and so forth.
There is also a case study of automatic temperature control
system on diagnosable discrete event system design [13].
This paper proposes an invention of Smart Electric Fan for
various applications. It has an automation operation by using
a microcontroller. It uses a unique design such as 2 fans, 2
LEDs and 2 temperature sensors. This is to enhance its
functionality to become more efficient and effective for large
space and hot weather condition. The circuit provides a
comfort for human’s life, especially for senior citizens. It
really helps to solve the problem of handicapped person
when to switch on the fan. Finally, the circuit can also detect
when fire occurs by alarming the buzzer.
2. Methodology
The circuit presents the design, construction, development
and control of automatic switching electric fan. The idea is
based on the problem occurs in human’s life nowadays by
improving the existing technology. The Peripheral Interface
Controller (PIC) based automatic fan system is applied to
upgrade the functionality to embed automation feature. The
electric fan will automatically switch on according to the
environmental temperature changes. The circuit is using a
microcontroller to control the fan according to the
temperature variation. The system measures the temperature
from the Integrated Circuit (IC) LM35, where it will control
the fan according to the setting values in the programming.
Paper ID: 21081301 1
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
The system indicates the temperature from the PIC16F876A,
and it will display it on the Liquid Crystal Display (LCD).
The temperature then is compared with the setting value. If
the room temperature goes beyond the preset temperature,
then the fan will turn on. It also provides a security
characteristic, where it detects an extremely high
temperature, for example when the room is on fire, which the
buzzer will instantly produce an alarm sound to alert people
of the danger.
For the voltage regulator circuit as shown in Figure 1, the
voltage range of power supply is between 7V and 15V.
Higher input voltage will produce greater heat on LM7805
voltage regulator. So, normally the ideal voltage is 9V. The
LM7805 will regulate the given voltage to 5V for supplying
to the PIC16F876A and pull up the push button. The purpose
of using diode is for circuit protection, in case the polarity of
the power source connection is incorrect. Capacitor is used
to stabilize the voltage input and output of the LM7805. Red
LED acts as a power indicator.
Figure 1: The voltage regulator circuit
An input/output (I/O) pin is required for a push button,
which as an input for PIC microcontroller. The connection of
the push button to the I/O pin is illustrated in Figure 2. The
I/O pin should be pulled up to 5V using a resistor with a
value range of 1kΩ to 10kΩ. This configuration will result
an active-low input. When the button is pressed, the I/O pin
will result a logic 0 and vice versa.
Figure 2: The push button as an input for PIC
An I/O pin is applied for one LED, as an output for PIC
microcontroller. The connection of the LED to the I/O pin is
shown in Figure 3. The function of resistor is to protect the
LED from over current that will burn the LED. When the
output is in logic 1, the LED will ON, and vice versa.
Figure 3: The LED as an output for PIC circuit
3. Results and Discussion
The circuit starts to function when the 9V Direct Current
(DC) battery supply is turned on. It is connected to the IC
regulator circuit to produce 5V stable voltage. Then, the
LM35 sensor functions to measure the changes of
temperature surrounds the area. All the operations are
controlled by the PIC16F876A to produce the output. The
PIC is as a brain of the circuit. The LCD, fans and buzzer are
the output where they are set with the pseudocode of PIC.
The LCD is used to measure and show the changes of
temperature value. The fan starts to function when the switch
is turned on. The high value of temperature causes both fan
A and fan B to turn on automatically. Then, the buzzer will
only show the emergency feature if the temperature reaches
an unusual value. The complete design of Smart Electric Fan
circuit is shown in Figure 4.
Figure 4: The complete circuit design of Smart Electric Fan
Temperature sensors will detect the temperature from the
surrounding while PIC will measure the temperature. PIC is
Paper ID: 21081301 2
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
an interface with NPN power transistors whether to on or off
the fans. If the temperature sensor A detects the temperature
is higher than 40oC, and the temperature sensor B detects the
temperature lower than 35oC, LED A and fan A will be on
while LED B, fan B and buzzer are off. If the temperature
sensor A detects temperature lower than 40oC, and the
temperature sensor B detects the temperature higher than
35oC, LED B and fan B will be on while LED A, fan A and
buzzer are off. If the temperature sensor A detects the
temperature higher than 40oC, and the temperature sensor B
detects the temperature higher than 35oC, both LEDs and
fans will be on as well as the buzzer and vice versa. The
higher input voltage will produce excessive heat at LM7805
voltage regulator. Typically, the voltage used is 9V. The
LM7805 regulates the given voltage of 5V to supply for the
PIC16F876A and push button. The purpose of using diode
D1 is for the circuit protection when the polarity of the
power source is incorrect. Capacitor C1 and capacitor C2 are
used to stabilize the voltage input and output of the LM7805.
D2 is a green LED, which functions as a power indicator.
Referring to Table 1, the level 0 indicates that all fans and
LEDs A and B are off. It is because both sensors do not
detect the actual set of temperature for both fans and LEDs
to turn on. Both fans and LEDs will turn on when the actual
set of temperature in both sensors are detected. The setting
temperature for sensor A is above 40oC to turn the fan and
LED A on, while the temperature for sensor B is set to be
above of 35oC to turn on the fan and LED B. Level 1 is
when the fan and LED A are turned on, while level 2 is a
condition where the fan and LED B are turned on. If both
temperature sensors detect the temperature above 40oC and
35oC, both fans and LEDs will also turn on. This is known
as level 3, which indicate a fire case situation. The buzzer
will act as an alarm to alert people about the emergency
occur.
4. Conclusion
In conclusion, the process in developing this innovative
circuit is succesfully done. The hardware implementation
and its operation is functioning accordingly and smoothly
following the procedure. High priority has been given to
make the circuit simple but efficient with high reliability.
Some slight of modifications have been made from the
current and existing technology features to improve its
performance. The circuit has fulfilled the main objective,
which to control the speed of fan using the temperature
controller with PIC. It has a special safety feature by using a
buzzer to produce the alert signal if the temperature become
overheat. This circuit is really practical to be applied,
especially in today's hot condition.
In the future, there are several improvements can be made in
order to upgrade the features such as using a wireless
technology to interface sensor and microcontroller, monitor
and control the temperature via internet and using an USB to
link microcontroller and computer.
Table 1: The different level of condition in Smart Electric
Fan circuit
Operation
of fan
Operation of
LED
The actual temperature
of sensor (oC)
Level of
conditio
nFan A Fan B Led A Led B Sensor A Sensor B
Off Off Off Off < 40 < 35 Level 0
On Off On Off > 40 < 35 Level 1
Off On Off On < 40 > 35 Level 2
On On On On > 40 > 35 Level 3
5. Acknowledgment
The author would like to thanks to Universiti Teknologi
MARA (UiTM) Melaka Malaysia for organizing a Research,
Invention, Innovation & Design (RIID) 2012 exhibition and
competition, where this circuit has been awarded a silver
medal and certificate.
References
[1] A.N. Bahar, M.K. Baowaly, A. Chakraborty, “An
Intelligent Approach of Regulating Electric-Fan
Adapting to Temperature and Relative Humidity,”
International Journal Intelligent Systems and
Applications, 4 (7), pp. 61-69, 2012.
[2] H. Vijay, D.K. Chaturvedi, “Parameters Estimation of
an Electric Fan Using ANN,” Journal of Intelligent
Learning Systems and Applications, 2 (1), pp. 43-48,
2010.
[3] J.E. Johnson, P.F. Maccarini, D. Neuman, P.R.
Stauffer, “Automatic Temperature Controller for
Multielement Array Hyperthermia Systems,” IEEE
Transactions on Biomedical Engineering, 53 (6), pp.
1006-1015, 2006.
[4] G.J. Fiedler, J. Landy, “Multi-loop Automatic
Temperature Control System Design for Fluid
Dynamics Facility Having Several Long Transport
Delays,” IEEE IRE Transactions on Automatic Control,
4 (3), pp. 81-96, 1959.
[5] R.E. Hedges, “Automatic Temperature Control for
Transport Airplanes,” IEEE Transactions of the
American Institute of Electrical Engineers, 66 (1), pp.
1197-1202, 1947.
[6] L. Chengxiang, Y. Zhenhua, W. Xu, L. Feng, “Design
of Automatic Temperature Control System on Laser
Diode of Erbium-Doped Fiber Source,” In Proceedings
of the IEEE International Conference on Intelligent
Computation Technology and Automation, pp. 404-
407, 2011.
[7] T, Fu, X. Wang, G. Yang, “Design of Automatic-
Temperature-Control Circuit Module in Tunnel
Microwave Heating System,” In Proceedings of the
IEEE International Conference on Computational and
Information Sciences, pp. 1216-1219, 2010.
[8] W. Choi, W. Yoo, S. Won, “Development of Automatic
Temperature Control System in Blast Furnace,” In
Proceedings of the IEEE International Joint Conference
SICE-ICASE, pp. 899-903, 2006.
[9] Z.H.-Quan and L. Qian, “The Automatic Temperature
System With Fuzzy Self-Adaptive PID Control in
Semiconductor Laser,” In Proceedings of the IEEE
Paper ID: 21081301 3
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 9, September 2013
www.ijsr.net
International Conference on Automation and Logistics,
pp. 1691-1694, 2009.
[10] W. Yu, X. Qian, “The Constant Temperature Automatic
Control System Design of 3G Base Station Without
Man' S Guard,” In Proceedings of the International
Conference on Information Engineering and Computer
Science, pp. 1-3, 2009.
[11] H.I. Kim, H.C. Kim, B.W. Yoon, “Automatic Body
Temperature Control System for Small Animal Studies
Using Dual Mode PI Control,” In Proceedings of the
IEEE International Conference of the Engineering in
Medicine and Biology Society, pp. 1967-1969, 1998.
[12] L. Feng, Z. Hui, T. Yan, “Automatic Temperature and
Humidity Control System Using Air-Conditioning in
Transformer Substation,” In Proceedings of the IEEE
Asia-Pacific Power and Energy Engineering
Conference, pp. 1-4, 2012.
[13] Y.-L. Wen, M.-D. Jeng, “Diagnosable Discrete Event
System Design: A Case Study of Automatic
Temperature Control System,” In Proceedings of the
IEEE International Conference on Systems, Man and
Cybernetics, pp. 3691-3696, 2008.
Author Profile
Zairi Ismael Rizman received his BSc degree in
Electrical Engineering (Communication) from UiTM
Malaysia in 2002 and MSc in Microelectronics from
Universiti Kebangsaan Malaysia (UKM) in 2005. He is
now a senior lecturer at the Faculty of Electrical
Engineering UiTM (Terengganu).
Kim Ho Yeap received his Bachelor of Engineering
(Hons) Electrical and Electronic Engineering from
Petronas University of Technology (UTP) in 2004,
Master of Science in Microelectronics from National
University of Malaysia (UKM) in 2005, and PhD in
Engineering from Tunku Abdul Rahman University (UTAR) in
2011. He is currently an assistant professor in the Department of
Electronic Engineering (DEE) in the Faculty of Engineering and
Green Technology (FEGT).
Nuraiza Ismail received her BSc degree in Electrical
Engineering (Instrumentation) from UiTM Malaysia in
2009 and MSc in Telecommunication and Information
Engineering from UiTM Malaysia in 2012. She is now
a lecturer at the Faculty of Electrical Engineering
UiTM (Terengganu).
Norizan Mohamad received her bachelor degree in
Computer Information Sciences from Temple
University, Philadelphia in 1995 and master degree in
Information Technology from UiTM Malaysia in 2001.
She is now a senior lecturer at the Computer Science
Department UiTM (Terengganu).
Nur Hafizah Rabi'ah Husin received his B.Ed degree
in Teaching English as a Second Language (TESL)
from UiTM Malaysia and M.Ed in TESL from UKM
in 2007 and 2011 respectively. She is now a lecturer at
Academy of Language Studies Department, in UiTM
(Terengganu).
Paper ID: 21081301 4

Mais conteúdo relacionado

Mais procurados

Arduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorArduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorEdgefxkits & Solutions
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingJagannath Dutta
 
temperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollertemperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollerDeepak Yadav
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINORatnesh Kumar chaurasia
 
Smart agriculture using iot (fully smart) By using arduino
Smart agriculture using iot (fully smart) By using arduinoSmart agriculture using iot (fully smart) By using arduino
Smart agriculture using iot (fully smart) By using arduinoRUPESH KUMAR
 
project report on fire alarm
project report on fire alarmproject report on fire alarm
project report on fire alarmRattan Pal
 
Automatic room temperature control
Automatic room temperature controlAutomatic room temperature control
Automatic room temperature controldebabratrath
 
Speed controller for fan
Speed controller for fanSpeed controller for fan
Speed controller for fanRifatkhasru009
 
Automatic tempearture controlled fan
Automatic tempearture controlled fanAutomatic tempearture controlled fan
Automatic tempearture controlled fan Abin Baby
 
project presentation on "THMC"
project presentation on "THMC"project presentation on "THMC"
project presentation on "THMC"Teja venkat
 
Smart Garden IOT Project
Smart Garden IOT ProjectSmart Garden IOT Project
Smart Garden IOT ProjectAntar975
 
Ppt on automatic street light control using ir sensors
Ppt on automatic street light control using ir sensorsPpt on automatic street light control using ir sensors
Ppt on automatic street light control using ir sensorsVikram Emmidi
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobilesDurairaja
 
Latest Electrical Mini Projects For EEE Students
Latest Electrical Mini Projects For EEE StudentsLatest Electrical Mini Projects For EEE Students
Latest Electrical Mini Projects For EEE Studentselprocus
 
smart street light projet
smart street light projetsmart street light projet
smart street light projetSurya Karan
 
Temperature based fan controller
Temperature based fan controllerTemperature based fan controller
Temperature based fan controllerShahbaz Makandar A.
 

Mais procurados (20)

Arduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulatorArduino based automatic temperature controlled fan speed regulator
Arduino based automatic temperature controlled fan speed regulator
 
Temperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring usingTemperature based fan speed control & monitoring using
Temperature based fan speed control & monitoring using
 
temperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontrollertemperature dependent dc fan speed controller withou using micrcontroller
temperature dependent dc fan speed controller withou using micrcontroller
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
 
Home automation ppt
Home automation pptHome automation ppt
Home automation ppt
 
Smart agriculture using iot (fully smart) By using arduino
Smart agriculture using iot (fully smart) By using arduinoSmart agriculture using iot (fully smart) By using arduino
Smart agriculture using iot (fully smart) By using arduino
 
project report on fire alarm
project report on fire alarmproject report on fire alarm
project report on fire alarm
 
Automatic room temperature control
Automatic room temperature controlAutomatic room temperature control
Automatic room temperature control
 
Speed controller for fan
Speed controller for fanSpeed controller for fan
Speed controller for fan
 
GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNOGREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
 
Automatic tempearture controlled fan
Automatic tempearture controlled fanAutomatic tempearture controlled fan
Automatic tempearture controlled fan
 
project presentation on "THMC"
project presentation on "THMC"project presentation on "THMC"
project presentation on "THMC"
 
Smart Garden IOT Project
Smart Garden IOT ProjectSmart Garden IOT Project
Smart Garden IOT Project
 
Storage In Smart Grids
Storage In Smart GridsStorage In Smart Grids
Storage In Smart Grids
 
Ppt on automatic street light control using ir sensors
Ppt on automatic street light control using ir sensorsPpt on automatic street light control using ir sensors
Ppt on automatic street light control using ir sensors
 
Home automation using android mobiles
Home automation using android mobilesHome automation using android mobiles
Home automation using android mobiles
 
Latest Electrical Mini Projects For EEE Students
Latest Electrical Mini Projects For EEE StudentsLatest Electrical Mini Projects For EEE Students
Latest Electrical Mini Projects For EEE Students
 
Jumper wires
Jumper wiresJumper wires
Jumper wires
 
smart street light projet
smart street light projetsmart street light projet
smart street light projet
 
Temperature based fan controller
Temperature based fan controllerTemperature based fan controller
Temperature based fan controller
 

Semelhante a Design an Automatic Temperature Control System for Smart Electric Fan Using PIC

IRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM ControllerIRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM ControllerIRJET Journal
 
Parameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllerParameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllereSAT Journals
 
PID-based temperature control device for electric kettle
PID-based temperature control device for electric kettlePID-based temperature control device for electric kettle
PID-based temperature control device for electric kettleIJECEIAES
 
Final Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance ControlFinal Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance ControlEkram Bin Mamun
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoIJEEE
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsSudhanshu Tripathi
 
Heat pump design using peltier element For temperature control of the flow cell
Heat pump design using peltier element For temperature control of the flow cellHeat pump design using peltier element For temperature control of the flow cell
Heat pump design using peltier element For temperature control of the flow cellIJCSEA Journal
 
Batch 12(temperature based fan speed control &amp; monitor)
Batch  12(temperature based fan speed control &amp; monitor)Batch  12(temperature based fan speed control &amp; monitor)
Batch 12(temperature based fan speed control &amp; monitor)gourishettyvivek
 
Design and Implementation of Automatic Fire Fighting for Building using Perip...
Design and Implementation of Automatic Fire Fighting for Building using Perip...Design and Implementation of Automatic Fire Fighting for Building using Perip...
Design and Implementation of Automatic Fire Fighting for Building using Perip...ijtsrd
 
design and fabrication of automatic temperature controlled fan.pptx
design and fabrication of automatic temperature controlled fan.pptxdesign and fabrication of automatic temperature controlled fan.pptx
design and fabrication of automatic temperature controlled fan.pptxrrabin2
 
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
 
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...yusman wesley
 
NTPC Major Training Report
NTPC Major Training ReportNTPC Major Training Report
NTPC Major Training ReportAnand Dwivedi
 
MICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptxMICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptxAnsaJaved5
 
Green Charge: Managing Renewable Energy using Piezo Sensors
Green Charge: Managing Renewable Energy using Piezo SensorsGreen Charge: Managing Renewable Energy using Piezo Sensors
Green Charge: Managing Renewable Energy using Piezo SensorsIRJET Journal
 
An Automatic Temperature Monitoring and Control System for Electric Power Dis...
An Automatic Temperature Monitoring and Control System for Electric Power Dis...An Automatic Temperature Monitoring and Control System for Electric Power Dis...
An Automatic Temperature Monitoring and Control System for Electric Power Dis...ijtsrd
 

Semelhante a Design an Automatic Temperature Control System for Smart Electric Fan Using PIC (20)

IRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM ControllerIRJET- Furnace Temperature Indicator CUM Controller
IRJET- Furnace Temperature Indicator CUM Controller
 
Parameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllerParameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controller
 
PID-based temperature control device for electric kettle
PID-based temperature control device for electric kettlePID-based temperature control device for electric kettle
PID-based temperature control device for electric kettle
 
Final Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance ControlFinal Year Project Report on Dual Channel Home Appliance Control
Final Year Project Report on Dual Channel Home Appliance Control
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using Arduino
 
Ranisha FAN.pptx
Ranisha FAN.pptxRanisha FAN.pptx
Ranisha FAN.pptx
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensors
 
Heat pump design using peltier element For temperature control of the flow cell
Heat pump design using peltier element For temperature control of the flow cellHeat pump design using peltier element For temperature control of the flow cell
Heat pump design using peltier element For temperature control of the flow cell
 
Batch 12(temperature based fan speed control &amp; monitor)
Batch  12(temperature based fan speed control &amp; monitor)Batch  12(temperature based fan speed control &amp; monitor)
Batch 12(temperature based fan speed control &amp; monitor)
 
Design and Implementation of Automatic Fire Fighting for Building using Perip...
Design and Implementation of Automatic Fire Fighting for Building using Perip...Design and Implementation of Automatic Fire Fighting for Building using Perip...
Design and Implementation of Automatic Fire Fighting for Building using Perip...
 
design and fabrication of automatic temperature controlled fan.pptx
design and fabrication of automatic temperature controlled fan.pptxdesign and fabrication of automatic temperature controlled fan.pptx
design and fabrication of automatic temperature controlled fan.pptx
 
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
 
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
DESIGN OF CONTROL TEMPERATURE MOTOR 1 PHASE WITH COMPATIBLE LOAD BASED PIC MI...
 
IRJET- DC IronBox
IRJET- DC IronBoxIRJET- DC IronBox
IRJET- DC IronBox
 
K010316571
K010316571K010316571
K010316571
 
NTPC Major Training Report
NTPC Major Training ReportNTPC Major Training Report
NTPC Major Training Report
 
MICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptxMICROPROCESSOR_CEP_PRESENTATION.pptx
MICROPROCESSOR_CEP_PRESENTATION.pptx
 
Green Charge: Managing Renewable Energy using Piezo Sensors
Green Charge: Managing Renewable Energy using Piezo SensorsGreen Charge: Managing Renewable Energy using Piezo Sensors
Green Charge: Managing Renewable Energy using Piezo Sensors
 
An Automatic Temperature Monitoring and Control System for Electric Power Dis...
An Automatic Temperature Monitoring and Control System for Electric Power Dis...An Automatic Temperature Monitoring and Control System for Electric Power Dis...
An Automatic Temperature Monitoring and Control System for Electric Power Dis...
 
4. 8484 1-pb
4. 8484 1-pb4. 8484 1-pb
4. 8484 1-pb
 

Mais de International Journal of Science and Research (IJSR)

Mais de International Journal of Science and Research (IJSR) (20)

Innovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart FailureInnovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart Failure
 
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverterDesign and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
 
Polarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material systemPolarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material system
 
Image resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fittingImage resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fitting
 
Ad hoc networks technical issues on radio links security &amp; qo s
Ad hoc networks technical issues on radio links security &amp; qo sAd hoc networks technical issues on radio links security &amp; qo s
Ad hoc networks technical issues on radio links security &amp; qo s
 
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
 
Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...
 
An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...
 
Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...
 
Comparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brainComparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brain
 
T s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusionsT s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusions
 
Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
 
A new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidthA new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidth
 
Main physical causes of climate change and global warming a general overview
Main physical causes of climate change and global warming   a general overviewMain physical causes of climate change and global warming   a general overview
Main physical causes of climate change and global warming a general overview
 
Performance assessment of control loops
Performance assessment of control loopsPerformance assessment of control loops
Performance assessment of control loops
 
Capital market in bangladesh an overview
Capital market in bangladesh an overviewCapital market in bangladesh an overview
Capital market in bangladesh an overview
 
Faster and resourceful multi core web crawling
Faster and resourceful multi core web crawlingFaster and resourceful multi core web crawling
Faster and resourceful multi core web crawling
 
Extended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy imagesExtended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy images
 
Parallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errorsParallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errors
 

Último

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 

Último (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

Design an Automatic Temperature Control System for Smart Electric Fan Using PIC

  • 1. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net Design an Automatic Temperature Control System for Smart Electric Fan Using PIC Zairi Ismael Rizman1 , Kim Ho Yeap2 , Nuraiza Ismail3 , Norizan Mohamad4 , Nur Hafizah Rabi’ah Husin5 1 Faculty of Electrical Engineering, Universiti Teknologi MARA (UiTM) Terengganu, 23000 Dungun, Terengganu, Malaysia 2 Faculty of Engineering and Green Technology, Tunku Abdul Rahman University, Jln. Universiti, Bandar Barat, 31900 Kampar, Perak, Malaysia 3 Faculty of Electrical Engineering, Universiti Teknologi MARA (UiTM) Terengganu, 23000 Dungun, Terengganu, Malaysia 4 Faculty of Computer and Mathematical Sciences, Universiti Teknologi MARA (UiTM) Terengganu, 23000 Dungun, Terengganu, Malaysia 5 Academy of Language Studies, Universiti Teknologi MARA (UiTM) Terengganu, 23000 Dungun, Terengganu, Malaysia Abstract: This paper presents an innovative prototype design of electric fan with smart characteristics. This electric fan uses a microcontroller to produce an automation function. It also has a unique double feature designs, such as using 2 fans, 2 Light Emitting Diodes (LED) and 2 sensors. This is to ensure the cooling process operates more efficiently and effectively, especially for a large space application and in hot weather due to global warming. By applying the circuit, it offers a better life for human. It is really practical for senior citizens to make their life simpler. The circuit is also suitable for disabled people who have difficulty to switch on the fan manually. Lastly, the circuit can be manipulated by diversifying its function as a detector, where it can produce an alarm signal when emergency case occurs such as the house or premise is on fire. Keywords: Automatic, Temperature, Fan, PIC. 1. Introduction Electric fan is one of the most popular electrical appliances due to its cost effectiveness and low power consumption advantages [1]. It is a common circuit and widely used in many applications [2]. It is also one of the most sensible solutions to offer a comfortable and energy efficient. In fact, the fan has been long used and still available in the market. Nowadays, the usage of fan is controlled manually by pressing on the switch button. This non-innovative feature makes it unable to turn on automatically according to temperature changes. So, an automatic temperature control system technology is applied for the switching purpose in this circuit. Due to its advantages, many researches focusing on automatic temperature control system application in different fields will gain the benefits. For examples, an automatic temperature controller for multielement array hyperthermia systems [3], multi-loop automatic temperature control system design for fluid dynamics [4], automatic temperature control for transport airplanes [5], design of automatic temperature control system on laser diode of erbium-doped fiber source [6], design of automatic- temperature-control circuit module in tunnel microwave heating system [7], development of automatic temperature control system in blast furnace [8], the automatic temperature system with Fuzzy self-adaptive Proportional- Integral-Derivative (PID) control in semiconductor laser [9], the constant temperature automatic control system design of 3G base station without man' s guard [10], automatic body temperature control system for small animal studies using dual mode Proportional-Integral (PI) control [11], automatic temperature and humidity control system using air- conditioning in transformer substation [12] and so forth. There is also a case study of automatic temperature control system on diagnosable discrete event system design [13]. This paper proposes an invention of Smart Electric Fan for various applications. It has an automation operation by using a microcontroller. It uses a unique design such as 2 fans, 2 LEDs and 2 temperature sensors. This is to enhance its functionality to become more efficient and effective for large space and hot weather condition. The circuit provides a comfort for human’s life, especially for senior citizens. It really helps to solve the problem of handicapped person when to switch on the fan. Finally, the circuit can also detect when fire occurs by alarming the buzzer. 2. Methodology The circuit presents the design, construction, development and control of automatic switching electric fan. The idea is based on the problem occurs in human’s life nowadays by improving the existing technology. The Peripheral Interface Controller (PIC) based automatic fan system is applied to upgrade the functionality to embed automation feature. The electric fan will automatically switch on according to the environmental temperature changes. The circuit is using a microcontroller to control the fan according to the temperature variation. The system measures the temperature from the Integrated Circuit (IC) LM35, where it will control the fan according to the setting values in the programming. Paper ID: 21081301 1
  • 2. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net The system indicates the temperature from the PIC16F876A, and it will display it on the Liquid Crystal Display (LCD). The temperature then is compared with the setting value. If the room temperature goes beyond the preset temperature, then the fan will turn on. It also provides a security characteristic, where it detects an extremely high temperature, for example when the room is on fire, which the buzzer will instantly produce an alarm sound to alert people of the danger. For the voltage regulator circuit as shown in Figure 1, the voltage range of power supply is between 7V and 15V. Higher input voltage will produce greater heat on LM7805 voltage regulator. So, normally the ideal voltage is 9V. The LM7805 will regulate the given voltage to 5V for supplying to the PIC16F876A and pull up the push button. The purpose of using diode is for circuit protection, in case the polarity of the power source connection is incorrect. Capacitor is used to stabilize the voltage input and output of the LM7805. Red LED acts as a power indicator. Figure 1: The voltage regulator circuit An input/output (I/O) pin is required for a push button, which as an input for PIC microcontroller. The connection of the push button to the I/O pin is illustrated in Figure 2. The I/O pin should be pulled up to 5V using a resistor with a value range of 1kΩ to 10kΩ. This configuration will result an active-low input. When the button is pressed, the I/O pin will result a logic 0 and vice versa. Figure 2: The push button as an input for PIC An I/O pin is applied for one LED, as an output for PIC microcontroller. The connection of the LED to the I/O pin is shown in Figure 3. The function of resistor is to protect the LED from over current that will burn the LED. When the output is in logic 1, the LED will ON, and vice versa. Figure 3: The LED as an output for PIC circuit 3. Results and Discussion The circuit starts to function when the 9V Direct Current (DC) battery supply is turned on. It is connected to the IC regulator circuit to produce 5V stable voltage. Then, the LM35 sensor functions to measure the changes of temperature surrounds the area. All the operations are controlled by the PIC16F876A to produce the output. The PIC is as a brain of the circuit. The LCD, fans and buzzer are the output where they are set with the pseudocode of PIC. The LCD is used to measure and show the changes of temperature value. The fan starts to function when the switch is turned on. The high value of temperature causes both fan A and fan B to turn on automatically. Then, the buzzer will only show the emergency feature if the temperature reaches an unusual value. The complete design of Smart Electric Fan circuit is shown in Figure 4. Figure 4: The complete circuit design of Smart Electric Fan Temperature sensors will detect the temperature from the surrounding while PIC will measure the temperature. PIC is Paper ID: 21081301 2
  • 3. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net an interface with NPN power transistors whether to on or off the fans. If the temperature sensor A detects the temperature is higher than 40oC, and the temperature sensor B detects the temperature lower than 35oC, LED A and fan A will be on while LED B, fan B and buzzer are off. If the temperature sensor A detects temperature lower than 40oC, and the temperature sensor B detects the temperature higher than 35oC, LED B and fan B will be on while LED A, fan A and buzzer are off. If the temperature sensor A detects the temperature higher than 40oC, and the temperature sensor B detects the temperature higher than 35oC, both LEDs and fans will be on as well as the buzzer and vice versa. The higher input voltage will produce excessive heat at LM7805 voltage regulator. Typically, the voltage used is 9V. The LM7805 regulates the given voltage of 5V to supply for the PIC16F876A and push button. The purpose of using diode D1 is for the circuit protection when the polarity of the power source is incorrect. Capacitor C1 and capacitor C2 are used to stabilize the voltage input and output of the LM7805. D2 is a green LED, which functions as a power indicator. Referring to Table 1, the level 0 indicates that all fans and LEDs A and B are off. It is because both sensors do not detect the actual set of temperature for both fans and LEDs to turn on. Both fans and LEDs will turn on when the actual set of temperature in both sensors are detected. The setting temperature for sensor A is above 40oC to turn the fan and LED A on, while the temperature for sensor B is set to be above of 35oC to turn on the fan and LED B. Level 1 is when the fan and LED A are turned on, while level 2 is a condition where the fan and LED B are turned on. If both temperature sensors detect the temperature above 40oC and 35oC, both fans and LEDs will also turn on. This is known as level 3, which indicate a fire case situation. The buzzer will act as an alarm to alert people about the emergency occur. 4. Conclusion In conclusion, the process in developing this innovative circuit is succesfully done. The hardware implementation and its operation is functioning accordingly and smoothly following the procedure. High priority has been given to make the circuit simple but efficient with high reliability. Some slight of modifications have been made from the current and existing technology features to improve its performance. The circuit has fulfilled the main objective, which to control the speed of fan using the temperature controller with PIC. It has a special safety feature by using a buzzer to produce the alert signal if the temperature become overheat. This circuit is really practical to be applied, especially in today's hot condition. In the future, there are several improvements can be made in order to upgrade the features such as using a wireless technology to interface sensor and microcontroller, monitor and control the temperature via internet and using an USB to link microcontroller and computer. Table 1: The different level of condition in Smart Electric Fan circuit Operation of fan Operation of LED The actual temperature of sensor (oC) Level of conditio nFan A Fan B Led A Led B Sensor A Sensor B Off Off Off Off < 40 < 35 Level 0 On Off On Off > 40 < 35 Level 1 Off On Off On < 40 > 35 Level 2 On On On On > 40 > 35 Level 3 5. Acknowledgment The author would like to thanks to Universiti Teknologi MARA (UiTM) Melaka Malaysia for organizing a Research, Invention, Innovation & Design (RIID) 2012 exhibition and competition, where this circuit has been awarded a silver medal and certificate. References [1] A.N. Bahar, M.K. Baowaly, A. Chakraborty, “An Intelligent Approach of Regulating Electric-Fan Adapting to Temperature and Relative Humidity,” International Journal Intelligent Systems and Applications, 4 (7), pp. 61-69, 2012. [2] H. Vijay, D.K. Chaturvedi, “Parameters Estimation of an Electric Fan Using ANN,” Journal of Intelligent Learning Systems and Applications, 2 (1), pp. 43-48, 2010. [3] J.E. Johnson, P.F. Maccarini, D. Neuman, P.R. Stauffer, “Automatic Temperature Controller for Multielement Array Hyperthermia Systems,” IEEE Transactions on Biomedical Engineering, 53 (6), pp. 1006-1015, 2006. [4] G.J. Fiedler, J. Landy, “Multi-loop Automatic Temperature Control System Design for Fluid Dynamics Facility Having Several Long Transport Delays,” IEEE IRE Transactions on Automatic Control, 4 (3), pp. 81-96, 1959. [5] R.E. Hedges, “Automatic Temperature Control for Transport Airplanes,” IEEE Transactions of the American Institute of Electrical Engineers, 66 (1), pp. 1197-1202, 1947. [6] L. Chengxiang, Y. Zhenhua, W. Xu, L. Feng, “Design of Automatic Temperature Control System on Laser Diode of Erbium-Doped Fiber Source,” In Proceedings of the IEEE International Conference on Intelligent Computation Technology and Automation, pp. 404- 407, 2011. [7] T, Fu, X. Wang, G. Yang, “Design of Automatic- Temperature-Control Circuit Module in Tunnel Microwave Heating System,” In Proceedings of the IEEE International Conference on Computational and Information Sciences, pp. 1216-1219, 2010. [8] W. Choi, W. Yoo, S. Won, “Development of Automatic Temperature Control System in Blast Furnace,” In Proceedings of the IEEE International Joint Conference SICE-ICASE, pp. 899-903, 2006. [9] Z.H.-Quan and L. Qian, “The Automatic Temperature System With Fuzzy Self-Adaptive PID Control in Semiconductor Laser,” In Proceedings of the IEEE Paper ID: 21081301 3
  • 4. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 9, September 2013 www.ijsr.net International Conference on Automation and Logistics, pp. 1691-1694, 2009. [10] W. Yu, X. Qian, “The Constant Temperature Automatic Control System Design of 3G Base Station Without Man' S Guard,” In Proceedings of the International Conference on Information Engineering and Computer Science, pp. 1-3, 2009. [11] H.I. Kim, H.C. Kim, B.W. Yoon, “Automatic Body Temperature Control System for Small Animal Studies Using Dual Mode PI Control,” In Proceedings of the IEEE International Conference of the Engineering in Medicine and Biology Society, pp. 1967-1969, 1998. [12] L. Feng, Z. Hui, T. Yan, “Automatic Temperature and Humidity Control System Using Air-Conditioning in Transformer Substation,” In Proceedings of the IEEE Asia-Pacific Power and Energy Engineering Conference, pp. 1-4, 2012. [13] Y.-L. Wen, M.-D. Jeng, “Diagnosable Discrete Event System Design: A Case Study of Automatic Temperature Control System,” In Proceedings of the IEEE International Conference on Systems, Man and Cybernetics, pp. 3691-3696, 2008. Author Profile Zairi Ismael Rizman received his BSc degree in Electrical Engineering (Communication) from UiTM Malaysia in 2002 and MSc in Microelectronics from Universiti Kebangsaan Malaysia (UKM) in 2005. He is now a senior lecturer at the Faculty of Electrical Engineering UiTM (Terengganu). Kim Ho Yeap received his Bachelor of Engineering (Hons) Electrical and Electronic Engineering from Petronas University of Technology (UTP) in 2004, Master of Science in Microelectronics from National University of Malaysia (UKM) in 2005, and PhD in Engineering from Tunku Abdul Rahman University (UTAR) in 2011. He is currently an assistant professor in the Department of Electronic Engineering (DEE) in the Faculty of Engineering and Green Technology (FEGT). Nuraiza Ismail received her BSc degree in Electrical Engineering (Instrumentation) from UiTM Malaysia in 2009 and MSc in Telecommunication and Information Engineering from UiTM Malaysia in 2012. She is now a lecturer at the Faculty of Electrical Engineering UiTM (Terengganu). Norizan Mohamad received her bachelor degree in Computer Information Sciences from Temple University, Philadelphia in 1995 and master degree in Information Technology from UiTM Malaysia in 2001. She is now a senior lecturer at the Computer Science Department UiTM (Terengganu). Nur Hafizah Rabi'ah Husin received his B.Ed degree in Teaching English as a Second Language (TESL) from UiTM Malaysia and M.Ed in TESL from UKM in 2007 and 2011 respectively. She is now a lecturer at Academy of Language Studies Department, in UiTM (Terengganu). Paper ID: 21081301 4