SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 791
MICRO-PROCESSOR BASED TEMPERATURE CONTROLLER ON
POWER TRANSISTORS
Mulwa P.K1
, Muia L.M2
, Ogola W.O3
1
Faculty of Engineering, Egerton University, P.O Box 11070-00400 Nairobi, Kenya
2
Faculty of Applied Science and Technology, Physics Department, Technical University of Kenya, P.O Box 52428 -
00200 Nairobi, Kenya.
3
Faculty of Engineering and Technology, Technical University of Kenya, P.O Box 52428 -00200, Nairobi, Kenya
Abstract
Radio frequency (RF) signal amplification was considered to solve the power transistor’s problems caused by temperature. The
goal is to minimize power losses and maximize signal area of coverage. The problems are drift, gain loss and failures in power
transistors. This is mainly caused by temperatures exceeding preset design limit. These problems lead to low radio frequency
power output and white noise in output signal. Micro-Processor based temperature controller was designed to solve the problem.
Experiment was carried out to determine the required air flow rate at a certain ambient temperature and power transistor
temperature. Intercooled stata 8.0 software was used and gave characteristic depicting power loss and the regression coefficient
(r2
) for the independent and dependent variables. Through the research, design and testing an intelligent temperature controller
monitoring both ambient air and power transistors temperature hence realizing the required ambient air flow rate was achieved.
This enhanced RF power transistors to increase the power of carrier signals, increase the range of radio waves and suppress noise
in the wanted signals.
Keywords: Power loss, Temperature, Drift, Gain Loss, White Noise.
--------------------------------------------------------------------***------------------------------------------------------------------
1. INTRODUCTION
During signal transmission, heat is generated, which leads to
an increase in power transistors temperature. This makes the
power transistors to be pushed to the saturation point. At
high temperatures transistors normally draw more current.
This makes them to operate beyond cut off region causing
drift, low radio frequency (RF) output power and subjecting
the required signals to white/thermal noise.
The research investigated temperature effects on power
transistors and tried to enhance better temperature regulation
hence power losses minimized and noise signals suppresed.
1.1 Proportional Integral Differential (PID) Control
This controller combines proportional control with two
additional adjustments which helps the unit to compensate
for the changes. These adjustments, integral and derivative
are expressed in time based unit. The proportional, integral
and derivative terms must be individually adjusted in a
system using trial and error method. The PID controllers
perform poorly in some applications and do not in general
provide optimal control. The fundamental difficulty with
PID control is that, it is a feedback system, with constant
parameters and no direct knowledge of the process. Thus the
overall performance is reactive and compromise [1 – 2].
1.2 Heat Sink Temperature Control
A peltier cooling system for solid state operational amplifier
reduces the bias current [3]. The sense output which is
proportional to the absolute temperature of the amplifier is
fed to the temperature control circuitry. The control circuit
compares the sensor current with the temperature set point
current and the difference is used for the control. However
amplifier drift remains a problem to be solved since
temperature gradient exists between a semiconductor
substrate and the peltier junction [4].
1.3 Broadcast electronics (BE) Transmitter
Temperature Control
It’s an air cooled suction blowers running at a constant
speed. It acts by reducing the RF power output to stabilize
the temperature [5].
2. RESEARCH METHOD.
2.1 Design of Temperature Control System
This section dealt with the actual design of the temperature
control system. The section was divided into two main parts,
namely:
 Hardware development
 Microcontroller software development
The hardware system was important because it did the actual
implementation of the desired control. However, the
software is what enabled the hardware to do what was
required.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 792
2.2 Hardware Development
The hardware development consisted of the design of six
blocks of the temperature control system. These parts
included:
 The power supply
 The temperature detection system
 The man-to-machine communication interface
 The machine-to-man communication interface
 The cooling system’s actuation and control
mechanism
 The system control unit
Each of the blocks performed a specific function that
contributed to making the entire system work as shown in
Figure 2.1.
2.3 System Control Unit
To achieve the entire functional temperature control system,
ATmega32 microcontroller, two LM35 precision centigrade
temperature sensors, matrix keypad, LCD and LEDs for
display and motor were used. The microcontroller is an 8-bit
powerful general purpose processor with integrated
peripheral features. It minimizes the need to have additional
interfaces to get a fully functional control system. For
example, the microcontroller comes with an inbuilt 8-
channel ADC with a 10-bit resolution. It also has an inbuilt
noise canceller making it very immune to noise signals.
With the ability to be clocked up to 16MHz, the chip is fast
enough and hence allows for temperature control.
The microcontroller also has 14 PWM modes, giving the
designer a choice of PWM generation to use. In addition to
the PWM channels, there is a multiplexed Input Capture Pin
(ICP) which allows the system to capture signals from a
tachometer directly and hence enable the system to be able
to detect rate of motion of a motor or other devices. Due to
availability of 32 multiplexed bidirectional input/output
pins, inbuilt EEPROM memory, a large flash memory,
internal and external interrupt control channels and inbuilt
serial communication channels, ATmega32 was ideal as a
single controller of multiple hardware systems, hence the
choice [6 – 8].
The complete circuit diagram is shown in Figure 2.1. Figure
2.2 on the other hand shows the assembled unit of the
micro-processor based temperature controller.
Figure 2.1 Full Circuit Diagram
Fig 2.2 Assembled Microprocessor temperature controller
2.4 Software Development
The temperature control system required control software to
run. This was developed using AVRStudio designed for
Atmel’s microcontrollers. The AVRStudio uses assembly
and C programming languages for software development.
Hence the software was mainly developed in C but some
low-level functionality were developed using Assembly
programming language.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 793
The software was developed in a modular manner and
consisted of the following main modules
 System initialization code
 ADC control code for sampling temperature
readings and calculating the current temperature
values
 The keypad logic control code for executing
commands based on keypad entries
 The LCD control code for controlling the display,
in conjunction with the indicator LED software
The cooling system ON/OFF control system, speed
regulation and variation of the ambient air flow rate
To achieve this it was as in the flow charts shown in figures
2.3 to 2.6.
Fig 2.3 System Initialization flow chart
Fig 2.4 Keypad control logic flow chart
Fig 2.5 LCD display control logic flow chart
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 794
Fig 2.6 Motor speed control flow chart
2.3 Data Presentation
Experiments were carried out and data collected after every
half an hour at various power transistors (FET) randomly as
shown in the table 2.0.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 795
Table 2: Data Presentation
Re
f.
Time of
the day
Ambient
Temperature
FET
Temper
ature
Fan
speed
Constan
t
FWD
Powe
r
(KW)
Fan
speed
Const
ant
RF
L
Po
wer
(W)
Microp
rocesso
r-
controll
ed FET
Tempe
rature
Microp
rocesso
r-
control
led
RPM
Microproc
essor-
controlled
Q (m3
/s)
FWD
power
(KW)
with
micropr
ocessor-
controlle
d FET
tempera
ture
RFL
power
with
microproc
essor-
controlled
temperatu
re
(KWx10-
3
)
Ther
mom
eter
Rea
ding
LM3
5
Sens
or
Read
ing
1 7.00am 20 20.4 21.2 2.0 2 21.1 1440 55.1232 2.2 2
2 7.30am 22 22.2 25.5 2.0 2 25.4 1700 65.076 2.2 2
3 8.00am 22 22.5 26.4 2.0 2 26.3 1752 67.06656 2.2 2
4 8.30am 22.5 22.8 28.4 2.0 2 27.3 1804 69.05712 2.2 2
5 9.00am 23 23.4 29.5 2.0 2 28.7 1856 71.04768 2.2 2
6 9.30am 23.5 23.8 31.4 2.0 2 30.1 1960 75.0288 2.2 2
7 10.00am 24 24.3 33.6 1.9 2 32.5 2064 79.00992 2.2 2
8 10.30am 25 25.3 36.1 1.85 2 34.9 2168 82.99104 2.2 2
9 11.00am 27 27.4 40.2 1.8 2 37.8 2324 88.96272 2.1 2
10 11.30am 27 27.3 42.3 1.7 2 39.7 2436 93.25008 2.1 2
11 12.00pm 27 27.4 45.6 1.65 2 41.6 2532 96.92496 2.0 2
12 12.30pm 26.5 26.8 46.4 1.60 2 43.1 2636 100.90608 2.0 2
13 1.00pm 25 25.3 44.6 1.65 2 42.1 2584 98.91552 2.0 2
14 1.30pm 25 25.3 44 1.65 2 41.6 2532 96.92496 2.0 2
15 2.00pm 24.5 24.9 42.8 1.7 2 39.2 2428 92.94384 2.1 2
16 2.30pm 24.5 24.8 39.9 1.75 2 37.3 2324 88.96272 2.1 2
17 3.00pm 24.5 24.8 38.9 1.75 2 35.9 2220 84.9816 2.1 2
18 3.30pm 24 24.4 36.5 1.8 2 34.9 2168 82.99104 2.1 2
19 4.00pm 24 24.3 33.2 1.8 2 32.1 2064 79.00992 2.2 2
20 4.30pm 24 24.3 31.7 1.85 2 30.6 1960 75.0288 2.2 2
21 5.00pm 23.5 23.7 30.2 1.85 2 29.7 1908 73.03824 2.2 2
22 5.30pm 23 23.4 28.8 1.9 2 28.2 1856 71.04768 2.2 2
23 6.00pm 22.5 22.9 27.3 1.9 2 26.8 1752 67.06656 2.2 2
24 6.30pm 22.5 22.8 26.1 2.0 2 25.8 1700 65.076 2.2 2
25 7.00pm 22 22.4 25.3 2.0 2 24.9 1648 63.08544 2.2 2
26 7.30pm 21.5 21.8 23.8 2.0 2 23.4 1596 61.09488 2.2 2
3. RESULTS AND DISCUSSION
The experiment was done on different combinations in
regard to the forward power. Measurements were carried out
and gave the characteristics as shown in figures 3.0 to 3.2
Fig 3.0: Variation of forward power with uncontrolled and
microprocessor-controlled FET temperature with regard to
the time of the day
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 796
It is clear from Figure 3.0 that the microprocessor-controlled
FET temperature has a lower recovery time and higher
forward power compared to when the FET temperature is
controlled unintelligently.
Using Intercooled STATA 8.0, the characteristics depicting
the power loss were as shown in Figure 3.1and 3.2 [9].
Fig 3.1: Variation of forward power with FET temperature
(Fan speed constant)
The calculated total area of the Figure 3.1 is 13.32775 cm2
.
Relating the power loss to the area of the Figure 3.1 in
regard to temperature change,
12
1
QQ
Area
P


Where P1 is power, Q1 is the lower temperature, and Q2 is
the upper (maximum) temperature measured.
Hence
CcmP
P



/5289.0
2.214.46
32775.13
2
1
1
Hence percentage loss of power is 52.89% (in this part, note
that the Y axis has units in kW so that P1 = 0.5289 KW/ o
C)
Fig 3.2: Variation of forward power with auto-controlled
FET temperature
The calculated total area of the Figure 3.2 is 5.58cm2.
Relating the power loss to the area of the Figure 3.2 in
regard to temperature change
12
1
QQ
Area
P


Where P1 is power, Q1 is the lower temperature, and Q2 is
the upper (maximum) temperature measured.
Hence
CcmP
P



/2536.0
1.211.43
58.5
2
1
1
Hence percentage loss of power is 25.36%, giving a loss of
0. 254 KW/ o
C of temperature rise. From the analysis above,
it is clearly shown that the microprocessor-controlled FET
temperature contributed much in maintaining the output
power of the transmitter as compared to the unintelligent
controlled FET temperature. The ratio between P1 and P2 is
2.08. Hence the microprocessor controlled temperature was
a factor of 2 better in stabilizing output power than the fan
alone. It’s also clearly shown that the power recovery time is
less.
3.1 Validity of the System
Validity test was conducted to ascertain the significance of
the collected data in regard to the dependent and
independent variables in maintaining the RF output power
and signal quality.
This involved:
i. The validity of monitoring ambient air temperature
and power transistors temperature.
ii. The ability of auto varying the motor speed hence
varying the ambient flow rate according to the
prevailing temperature.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 797
iii. The ability of the system to record data within 5
seconds and display it on the LCD in a readable
form.
Hence regression analysis was done on the variables using
the Least Square method to get the best fit straight line with
the data from Table 3.0[10].
Table 3.0 regression analysis
The regression equation is xaay 10 
Evaluating for the regression equation
   
6893.728
15
4.511
02.18164
22
2

 

n
x
xSxx
   
9837.2960
15
2285.1233
1493.104351
22
2



 n
y
ySyy
6848.1467
15
2285.12334.511
5545.43512




 n
yx
xySxy
0141.2
6893.728
6848.1467
1 
xx
xy
S
S
a
 
55.13
5479.13
0933.340141.22152.82
0933.34
15
4.511
2152.82
15
2285.1233
10






xaya
x
y
Microprocessor-
controlled FET
Temperature
(x)
Squared value of
Microprocessor-
controlled FET
Temperature
(x2)
Microprocessor-
controlled Q (m3
/s)
(y)
Squared value of
Microprocessor-
controlled Q
(y2
) xy
21.1 445.21 55.1232 3038.5672 1163.0995
25.4 645.16 65.076 4234.8858 1652.9304
26.3 691.69 67.06656 4497.9235 1763.8505
27.3 745.29 69.05712 4768.8858 1885.2594
28.7 823.69 71.04768 5047.7728 2039.0684
30.1 906.01 75.0288 5629.3208 2258.3669
32.5 1056.25 79.00992 6242.5675 2567.8224
34.9 1218.01 82.99104 6887.5127 2896.3873
37.8 1428.84 88.96272 7914.3656 3362.7908
39.7 1576.09 93.25008 8695.5774 3702.0282
41.6 1730.56 96.92496 9394.4479 4032.0783
43.1 1857.61 100.90608 10182.037 4349.0521
42.1 1772.41 98.91552 9784.2801 4164.3434
41.6 1730.56 96.92496 9394.4479 4032.0783
39.2 1536.64 92.94384 8638.5574 3643.3985
4.511 x 02.181642
 x 2285.1233 y   1493.1043512
y 5545.43512 xy
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 798
Thus the regression coefficient r2
is as shown
998360.0
9837.29606893.728
6848.1467 22
2





yyxx
xy
SS
S
r
Hence, evaluating the value of y using the equation
xaay 10 
5696.55)1.2101.2(55.131 y
Using the formula for y, the rest are;
Evaluating for the regression equation yields a regression
coefficient of r2
=0.998360
Figure 3.3 shows the regression line depicting the FET
temperature and flow rate relationship.
Fig 3.3: Regression Line of Volumetric Flow Rate (Y) on
Microprocessor-controlled FET temperature (x)
From the graph (Figure 3.3), a change in Temperature
produces a change in volumetric flow rate i.e., increased
flow rate, showing that the microprocessor responded
positively to increase in temperature.
3.2 Discussion
From the analysis, it is clearly shown that, the
microprocessor controlled power transistors (field effect
transistors – FET) temperature, contributed much in
maintaining the radio frequency output power as compared
to the unintelligent power transistor temperature controller.
The ratio between P1 and P2 referring to figures 3.1 and 3.2
is 2.08. Hence the microprocessor controlled temperature
was by a factor of 2 better in stabilizing the RF output
power than the fan running at a constant speed. This meant
high strength of the carrier frequency. Thus improved signal
to noise ratio was achieved, leading to a high quality signal.
Referring to figure 3.0, the microprocessor controller
minimised the RF output power fluctuations as compared to
the fan running at constant speed.. This led to maintaining
the range of radio waves thus better signal coverage.
Temperature being fully controlled indicates that, power
transistors are not pushed to conduct at the saturation region
or beyond the cut off region. This means an increased
lifespan of the power transistors, hence minimal cost of
running a transmitter.
Using the least square method analysis, gave a regression
coefficient (r2
) of 0.99836. This showed the positive
relationship between the FET temperature and ambient air
flow rate. Thus much of the variation in temperature can be
controlled by the volumetric flow rate as it caters for 99% of
the variations.
4. CONCLUSIONS
The FET microprocessor temperature controller increased
the effectiveness of the transmitter by stabilizing the
Forward Power. This is because there is minimal reduction
of radio frequency power and smaller recovery time in
response to temperature changes. This indicates that by use
of the microcontroller-based temperature controller, there is
increased signal coverage and better quality signal is
achieved since signal amplitude is well maintained and
noise suppressed.
Energy saving is also achieved, since the intelligent
temperature controller reduces power consumption at low
temperatures and increases consumption at high
temperatures to enhance temperature regulation.
REFERENCES
[1]. Yamamoto T; Shah L.S. (2007). Design of a
Performance-Adaptive PID controller. International
conference on Networking sensing and control, IEEE 2007
PP 547-552
[2]. Yun, L.K. Heong, A. and Gregory, C.Y. PID control
system analysis and Design-problems, Remedies and Future
Directions. IEEE control system magazine, February 2006
P.P. 32-41.
0
20
40
60
80
100
120
0 50
VolumetricFlowRate
Temperature
Regression Line of Volumetric Flow
Rate (y) on Microprocessor-controlled
FET Temperature (x)
y=13.55+2.
01x
Linear
(y=13.55+2.
01x)
y1=56 y9=90
y2=65 y10=93
y3=66 y11=97
y4=68 y12=100
y5=71 y13=98
y6=74 y14=97
y7=79 y15=92
y8=84
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 799
[3]. Theraja (2002) Electrical Measurements and
Instrumentation, New Age International Publishers, New
Delhi, India.
[4]. Sawhney, A.K, and Sawhney, P. (2007) Electrical and
Electronic Measurements and Instrumentation 17th
Edition,
Dhnpat Rai and Co. (P) Ltd educational and technical
Publishers Delhi, India
[5]. Broadcast Electronics inc, (2008), Solid state
Amplification, (www.bdcast.com), Accessed 5th
Sept 2010.
[6]. AVRStudio4, 2006, Atmel Corporation
(www.atmel.com), Accessed 12th
Dec 2010.
[7]. Chao M, Qingli L, Zhongyuan L, Yu J. Low cost AVR
Microcontroller development kit for undergraduate
laboratory and take-home pedagogies. 2nd
international
conference on education Technology and Computer
(ICETC), Shangai, 2010; 1:35-38
[8]. Korber S, James V, interesting Application of Atmel
AVR microcontrollers. IEEE Euromicro symposium on
Digital system Design (DS D04). France. 2004
[9]. Intercooled STATA 8.0 (2003), (www.stata.com),
Accessed 5th
August 2011.
[10]. Kothari, C.R (2008), Research Methodology: Methods
and Techniques, New age International (P) Limited,
Publishers, New Delhi

More Related Content

PDF
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
PDF
Weather Monitoring Station: A Review
PDF
An educational fuzzy temperature control system
PDF
IJSRED-V2I2P59
PDF
Remote Monitoring and Alert System for Temperature Sensitive Products
PDF
Fuzzy based control using lab view for miso temperature process
PDF
F041212529
PDF
4. 8484 1-pb
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
Weather Monitoring Station: A Review
An educational fuzzy temperature control system
IJSRED-V2I2P59
Remote Monitoring and Alert System for Temperature Sensitive Products
Fuzzy based control using lab view for miso temperature process
F041212529
4. 8484 1-pb

What's hot (19)

PDF
Final Year Project Report on Dual Channel Home Appliance Control
PDF
IRJET-WSN Based Power Management with Automation and Security
DOCX
4 realtime wether station for monitoring and control of agricultre
PDF
Environmental monitoring26
PPTX
Microprocessor for microwave oven
PDF
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
PPTX
Introduction to Digital Computer Control System
PDF
Plc based pid implementation in process control of temperature flow and level
PDF
I45015153
PDF
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
PDF
Multiparameter Web Sensor
PDF
[IJCT-V3I3P3] Authors: L.Navaneeth M.E, V.Rukkumani M.E.,Ph.D.,
PDF
Design of a low cost temperature controller for high temperature furnaces use...
PDF
Implementation of Effective Switching System for Controlling Home and Office ...
PDF
E04834649
PDF
Hardware and logic implementation of multiple alarm system for gsm bts rooms
PDF
Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...
PPT
Introduction to mechatronics
PDF
Industrial Process Management Using LabVIEW
Final Year Project Report on Dual Channel Home Appliance Control
IRJET-WSN Based Power Management with Automation and Security
4 realtime wether station for monitoring and control of agricultre
Environmental monitoring26
Microprocessor for microwave oven
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
Introduction to Digital Computer Control System
Plc based pid implementation in process control of temperature flow and level
I45015153
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Multiparameter Web Sensor
[IJCT-V3I3P3] Authors: L.Navaneeth M.E, V.Rukkumani M.E.,Ph.D.,
Design of a low cost temperature controller for high temperature furnaces use...
Implementation of Effective Switching System for Controlling Home and Office ...
E04834649
Hardware and logic implementation of multiple alarm system for gsm bts rooms
Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...
Introduction to mechatronics
Industrial Process Management Using LabVIEW
Ad

Viewers also liked (19)

PDF
Once Upon A Time............
PDF
Fern paradise Architect Green House : Niwat Architects
PPT
Wipo.36 Patent Data Services
PDF
Integrating flow simulation for injection moulding component basetta tu base
PDF
Hybrid approach for generating non overlapped substring using genetic algorithm
PPTX
Computer integrated
PPTX
Rookie Mistakes and Resources AARP TUG
PPTX
Pa geh tanpa nama
PDF
Patch Review
PPTX
Content writing by goigi
DOCX
Lesson plan
PDF
Image resolution enhancement using blind technique
PPT
Credit Profile and Rating Migration of Banks in Latin America
PPTX
Rhetorical communication
PDF
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
PDF
Easybib Tutorial
DOCX
Constitutional reform -economist
PPTX
Blog writing by goigi
PDF
Application
Once Upon A Time............
Fern paradise Architect Green House : Niwat Architects
Wipo.36 Patent Data Services
Integrating flow simulation for injection moulding component basetta tu base
Hybrid approach for generating non overlapped substring using genetic algorithm
Computer integrated
Rookie Mistakes and Resources AARP TUG
Pa geh tanpa nama
Patch Review
Content writing by goigi
Lesson plan
Image resolution enhancement using blind technique
Credit Profile and Rating Migration of Banks in Latin America
Rhetorical communication
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Easybib Tutorial
Constitutional reform -economist
Blog writing by goigi
Application
Ad

Similar to Micro processor based temperature controller on power transistors (20)

PDF
Heat pump design using peltier element For temperature control of the flow cell
PPT
New microsoft power point slide
DOCX
Temperature based fan speed control & monitoring using arduino
PPTX
design and fabrication of automatic temperature controlled fan.pptx
PPT
TEMPERATURE BASED FAN SPEED CONTROLLER
PPTX
Fan automation
PDF
A low cost short range wireless embedded system for multiple parameter control
PDF
A low cost short range wireless embedded system for multiple parameter control
PDF
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
PPTX
gourav
PPTX
Temperature Controller with Atmega16
PDF
B41012015
PDF
Fulltext 1005224
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
PPTX
Capston project ITT
PDF
Water Temperature
PDF
Temp based fan speed control
PDF
IRJET - An IoT based Smart Fan Module
PDF
Ic2414251429
Heat pump design using peltier element For temperature control of the flow cell
New microsoft power point slide
Temperature based fan speed control & monitoring using arduino
design and fabrication of automatic temperature controlled fan.pptx
TEMPERATURE BASED FAN SPEED CONTROLLER
Fan automation
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
Design an Automatic Temperature Control System for Smart Electric Fan Using PIC
gourav
Temperature Controller with Atmega16
B41012015
Fulltext 1005224
International Journal of Engineering and Science Invention (IJESI)
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
Capston project ITT
Water Temperature
Temp based fan speed control
IRJET - An IoT based Smart Fan Module
Ic2414251429

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
PDF
Flood related disasters concerned to urban flooding in bangalore, india
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
PDF
Shear strength of rc deep beam panels – a review
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
PDF
Risk analysis and environmental hazard management
PDF
Review study on performance of seismically tested repaired shear walls
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
PDF
Can fracture mechanics predict damage due disaster of structures
PDF
Assessment of seismic susceptibility of rc buildings
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Likely impacts of hudhud on the environment of visakhapatnam
Impact of flood disaster in a drought prone area – case study of alampur vill...
Hudhud cyclone – a severe disaster in visakhapatnam
Groundwater investigation using geophysical methods a case study of pydibhim...
Flood related disasters concerned to urban flooding in bangalore, india
Enhancing post disaster recovery by optimal infrastructure capacity building
Effect of lintel and lintel band on the global performance of reinforced conc...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Shear strength of rc deep beam panels – a review
Role of voluntary teams of professional engineers in dissater management – ex...
Risk analysis and environmental hazard management
Review study on performance of seismically tested repaired shear walls
Monitoring and assessment of air quality with reference to dust particles (pm...
Low cost wireless sensor networks and smartphone applications for disaster ma...
Coastal zones – seismic vulnerability an analysis from east coast of india
Can fracture mechanics predict damage due disaster of structures
Assessment of seismic susceptibility of rc buildings
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...

Recently uploaded (20)

PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPT
Project quality management in manufacturing
PPTX
Geodesy 1.pptx...............................................
PDF
PPT on Performance Review to get promotions
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Welding lecture in detail for understanding
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
web development for engineering and engineering
PDF
Well-logging-methods_new................
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
DOCX
573137875-Attendance-Management-System-original
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Project quality management in manufacturing
Geodesy 1.pptx...............................................
PPT on Performance Review to get promotions
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
R24 SURVEYING LAB MANUAL for civil enggi
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Embodied AI: Ushering in the Next Era of Intelligent Systems
CYBER-CRIMES AND SECURITY A guide to understanding
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Welding lecture in detail for understanding
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
web development for engineering and engineering
Well-logging-methods_new................
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Automation-in-Manufacturing-Chapter-Introduction.pdf
573137875-Attendance-Management-System-original
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx

Micro processor based temperature controller on power transistors

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 791 MICRO-PROCESSOR BASED TEMPERATURE CONTROLLER ON POWER TRANSISTORS Mulwa P.K1 , Muia L.M2 , Ogola W.O3 1 Faculty of Engineering, Egerton University, P.O Box 11070-00400 Nairobi, Kenya 2 Faculty of Applied Science and Technology, Physics Department, Technical University of Kenya, P.O Box 52428 - 00200 Nairobi, Kenya. 3 Faculty of Engineering and Technology, Technical University of Kenya, P.O Box 52428 -00200, Nairobi, Kenya Abstract Radio frequency (RF) signal amplification was considered to solve the power transistor’s problems caused by temperature. The goal is to minimize power losses and maximize signal area of coverage. The problems are drift, gain loss and failures in power transistors. This is mainly caused by temperatures exceeding preset design limit. These problems lead to low radio frequency power output and white noise in output signal. Micro-Processor based temperature controller was designed to solve the problem. Experiment was carried out to determine the required air flow rate at a certain ambient temperature and power transistor temperature. Intercooled stata 8.0 software was used and gave characteristic depicting power loss and the regression coefficient (r2 ) for the independent and dependent variables. Through the research, design and testing an intelligent temperature controller monitoring both ambient air and power transistors temperature hence realizing the required ambient air flow rate was achieved. This enhanced RF power transistors to increase the power of carrier signals, increase the range of radio waves and suppress noise in the wanted signals. Keywords: Power loss, Temperature, Drift, Gain Loss, White Noise. --------------------------------------------------------------------***------------------------------------------------------------------ 1. INTRODUCTION During signal transmission, heat is generated, which leads to an increase in power transistors temperature. This makes the power transistors to be pushed to the saturation point. At high temperatures transistors normally draw more current. This makes them to operate beyond cut off region causing drift, low radio frequency (RF) output power and subjecting the required signals to white/thermal noise. The research investigated temperature effects on power transistors and tried to enhance better temperature regulation hence power losses minimized and noise signals suppresed. 1.1 Proportional Integral Differential (PID) Control This controller combines proportional control with two additional adjustments which helps the unit to compensate for the changes. These adjustments, integral and derivative are expressed in time based unit. The proportional, integral and derivative terms must be individually adjusted in a system using trial and error method. The PID controllers perform poorly in some applications and do not in general provide optimal control. The fundamental difficulty with PID control is that, it is a feedback system, with constant parameters and no direct knowledge of the process. Thus the overall performance is reactive and compromise [1 – 2]. 1.2 Heat Sink Temperature Control A peltier cooling system for solid state operational amplifier reduces the bias current [3]. The sense output which is proportional to the absolute temperature of the amplifier is fed to the temperature control circuitry. The control circuit compares the sensor current with the temperature set point current and the difference is used for the control. However amplifier drift remains a problem to be solved since temperature gradient exists between a semiconductor substrate and the peltier junction [4]. 1.3 Broadcast electronics (BE) Transmitter Temperature Control It’s an air cooled suction blowers running at a constant speed. It acts by reducing the RF power output to stabilize the temperature [5]. 2. RESEARCH METHOD. 2.1 Design of Temperature Control System This section dealt with the actual design of the temperature control system. The section was divided into two main parts, namely:  Hardware development  Microcontroller software development The hardware system was important because it did the actual implementation of the desired control. However, the software is what enabled the hardware to do what was required.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 792 2.2 Hardware Development The hardware development consisted of the design of six blocks of the temperature control system. These parts included:  The power supply  The temperature detection system  The man-to-machine communication interface  The machine-to-man communication interface  The cooling system’s actuation and control mechanism  The system control unit Each of the blocks performed a specific function that contributed to making the entire system work as shown in Figure 2.1. 2.3 System Control Unit To achieve the entire functional temperature control system, ATmega32 microcontroller, two LM35 precision centigrade temperature sensors, matrix keypad, LCD and LEDs for display and motor were used. The microcontroller is an 8-bit powerful general purpose processor with integrated peripheral features. It minimizes the need to have additional interfaces to get a fully functional control system. For example, the microcontroller comes with an inbuilt 8- channel ADC with a 10-bit resolution. It also has an inbuilt noise canceller making it very immune to noise signals. With the ability to be clocked up to 16MHz, the chip is fast enough and hence allows for temperature control. The microcontroller also has 14 PWM modes, giving the designer a choice of PWM generation to use. In addition to the PWM channels, there is a multiplexed Input Capture Pin (ICP) which allows the system to capture signals from a tachometer directly and hence enable the system to be able to detect rate of motion of a motor or other devices. Due to availability of 32 multiplexed bidirectional input/output pins, inbuilt EEPROM memory, a large flash memory, internal and external interrupt control channels and inbuilt serial communication channels, ATmega32 was ideal as a single controller of multiple hardware systems, hence the choice [6 – 8]. The complete circuit diagram is shown in Figure 2.1. Figure 2.2 on the other hand shows the assembled unit of the micro-processor based temperature controller. Figure 2.1 Full Circuit Diagram Fig 2.2 Assembled Microprocessor temperature controller 2.4 Software Development The temperature control system required control software to run. This was developed using AVRStudio designed for Atmel’s microcontrollers. The AVRStudio uses assembly and C programming languages for software development. Hence the software was mainly developed in C but some low-level functionality were developed using Assembly programming language.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 793 The software was developed in a modular manner and consisted of the following main modules  System initialization code  ADC control code for sampling temperature readings and calculating the current temperature values  The keypad logic control code for executing commands based on keypad entries  The LCD control code for controlling the display, in conjunction with the indicator LED software The cooling system ON/OFF control system, speed regulation and variation of the ambient air flow rate To achieve this it was as in the flow charts shown in figures 2.3 to 2.6. Fig 2.3 System Initialization flow chart Fig 2.4 Keypad control logic flow chart Fig 2.5 LCD display control logic flow chart
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 794 Fig 2.6 Motor speed control flow chart 2.3 Data Presentation Experiments were carried out and data collected after every half an hour at various power transistors (FET) randomly as shown in the table 2.0.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 795 Table 2: Data Presentation Re f. Time of the day Ambient Temperature FET Temper ature Fan speed Constan t FWD Powe r (KW) Fan speed Const ant RF L Po wer (W) Microp rocesso r- controll ed FET Tempe rature Microp rocesso r- control led RPM Microproc essor- controlled Q (m3 /s) FWD power (KW) with micropr ocessor- controlle d FET tempera ture RFL power with microproc essor- controlled temperatu re (KWx10- 3 ) Ther mom eter Rea ding LM3 5 Sens or Read ing 1 7.00am 20 20.4 21.2 2.0 2 21.1 1440 55.1232 2.2 2 2 7.30am 22 22.2 25.5 2.0 2 25.4 1700 65.076 2.2 2 3 8.00am 22 22.5 26.4 2.0 2 26.3 1752 67.06656 2.2 2 4 8.30am 22.5 22.8 28.4 2.0 2 27.3 1804 69.05712 2.2 2 5 9.00am 23 23.4 29.5 2.0 2 28.7 1856 71.04768 2.2 2 6 9.30am 23.5 23.8 31.4 2.0 2 30.1 1960 75.0288 2.2 2 7 10.00am 24 24.3 33.6 1.9 2 32.5 2064 79.00992 2.2 2 8 10.30am 25 25.3 36.1 1.85 2 34.9 2168 82.99104 2.2 2 9 11.00am 27 27.4 40.2 1.8 2 37.8 2324 88.96272 2.1 2 10 11.30am 27 27.3 42.3 1.7 2 39.7 2436 93.25008 2.1 2 11 12.00pm 27 27.4 45.6 1.65 2 41.6 2532 96.92496 2.0 2 12 12.30pm 26.5 26.8 46.4 1.60 2 43.1 2636 100.90608 2.0 2 13 1.00pm 25 25.3 44.6 1.65 2 42.1 2584 98.91552 2.0 2 14 1.30pm 25 25.3 44 1.65 2 41.6 2532 96.92496 2.0 2 15 2.00pm 24.5 24.9 42.8 1.7 2 39.2 2428 92.94384 2.1 2 16 2.30pm 24.5 24.8 39.9 1.75 2 37.3 2324 88.96272 2.1 2 17 3.00pm 24.5 24.8 38.9 1.75 2 35.9 2220 84.9816 2.1 2 18 3.30pm 24 24.4 36.5 1.8 2 34.9 2168 82.99104 2.1 2 19 4.00pm 24 24.3 33.2 1.8 2 32.1 2064 79.00992 2.2 2 20 4.30pm 24 24.3 31.7 1.85 2 30.6 1960 75.0288 2.2 2 21 5.00pm 23.5 23.7 30.2 1.85 2 29.7 1908 73.03824 2.2 2 22 5.30pm 23 23.4 28.8 1.9 2 28.2 1856 71.04768 2.2 2 23 6.00pm 22.5 22.9 27.3 1.9 2 26.8 1752 67.06656 2.2 2 24 6.30pm 22.5 22.8 26.1 2.0 2 25.8 1700 65.076 2.2 2 25 7.00pm 22 22.4 25.3 2.0 2 24.9 1648 63.08544 2.2 2 26 7.30pm 21.5 21.8 23.8 2.0 2 23.4 1596 61.09488 2.2 2 3. RESULTS AND DISCUSSION The experiment was done on different combinations in regard to the forward power. Measurements were carried out and gave the characteristics as shown in figures 3.0 to 3.2 Fig 3.0: Variation of forward power with uncontrolled and microprocessor-controlled FET temperature with regard to the time of the day
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 796 It is clear from Figure 3.0 that the microprocessor-controlled FET temperature has a lower recovery time and higher forward power compared to when the FET temperature is controlled unintelligently. Using Intercooled STATA 8.0, the characteristics depicting the power loss were as shown in Figure 3.1and 3.2 [9]. Fig 3.1: Variation of forward power with FET temperature (Fan speed constant) The calculated total area of the Figure 3.1 is 13.32775 cm2 . Relating the power loss to the area of the Figure 3.1 in regard to temperature change, 12 1 QQ Area P   Where P1 is power, Q1 is the lower temperature, and Q2 is the upper (maximum) temperature measured. Hence CcmP P    /5289.0 2.214.46 32775.13 2 1 1 Hence percentage loss of power is 52.89% (in this part, note that the Y axis has units in kW so that P1 = 0.5289 KW/ o C) Fig 3.2: Variation of forward power with auto-controlled FET temperature The calculated total area of the Figure 3.2 is 5.58cm2. Relating the power loss to the area of the Figure 3.2 in regard to temperature change 12 1 QQ Area P   Where P1 is power, Q1 is the lower temperature, and Q2 is the upper (maximum) temperature measured. Hence CcmP P    /2536.0 1.211.43 58.5 2 1 1 Hence percentage loss of power is 25.36%, giving a loss of 0. 254 KW/ o C of temperature rise. From the analysis above, it is clearly shown that the microprocessor-controlled FET temperature contributed much in maintaining the output power of the transmitter as compared to the unintelligent controlled FET temperature. The ratio between P1 and P2 is 2.08. Hence the microprocessor controlled temperature was a factor of 2 better in stabilizing output power than the fan alone. It’s also clearly shown that the power recovery time is less. 3.1 Validity of the System Validity test was conducted to ascertain the significance of the collected data in regard to the dependent and independent variables in maintaining the RF output power and signal quality. This involved: i. The validity of monitoring ambient air temperature and power transistors temperature. ii. The ability of auto varying the motor speed hence varying the ambient flow rate according to the prevailing temperature.
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 797 iii. The ability of the system to record data within 5 seconds and display it on the LCD in a readable form. Hence regression analysis was done on the variables using the Least Square method to get the best fit straight line with the data from Table 3.0[10]. Table 3.0 regression analysis The regression equation is xaay 10  Evaluating for the regression equation     6893.728 15 4.511 02.18164 22 2     n x xSxx     9837.2960 15 2285.1233 1493.104351 22 2     n y ySyy 6848.1467 15 2285.12334.511 5545.43512      n yx xySxy 0141.2 6893.728 6848.1467 1  xx xy S S a   55.13 5479.13 0933.340141.22152.82 0933.34 15 4.511 2152.82 15 2285.1233 10       xaya x y Microprocessor- controlled FET Temperature (x) Squared value of Microprocessor- controlled FET Temperature (x2) Microprocessor- controlled Q (m3 /s) (y) Squared value of Microprocessor- controlled Q (y2 ) xy 21.1 445.21 55.1232 3038.5672 1163.0995 25.4 645.16 65.076 4234.8858 1652.9304 26.3 691.69 67.06656 4497.9235 1763.8505 27.3 745.29 69.05712 4768.8858 1885.2594 28.7 823.69 71.04768 5047.7728 2039.0684 30.1 906.01 75.0288 5629.3208 2258.3669 32.5 1056.25 79.00992 6242.5675 2567.8224 34.9 1218.01 82.99104 6887.5127 2896.3873 37.8 1428.84 88.96272 7914.3656 3362.7908 39.7 1576.09 93.25008 8695.5774 3702.0282 41.6 1730.56 96.92496 9394.4479 4032.0783 43.1 1857.61 100.90608 10182.037 4349.0521 42.1 1772.41 98.91552 9784.2801 4164.3434 41.6 1730.56 96.92496 9394.4479 4032.0783 39.2 1536.64 92.94384 8638.5574 3643.3985 4.511 x 02.181642  x 2285.1233 y   1493.1043512 y 5545.43512 xy
  • 8. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 798 Thus the regression coefficient r2 is as shown 998360.0 9837.29606893.728 6848.1467 22 2      yyxx xy SS S r Hence, evaluating the value of y using the equation xaay 10  5696.55)1.2101.2(55.131 y Using the formula for y, the rest are; Evaluating for the regression equation yields a regression coefficient of r2 =0.998360 Figure 3.3 shows the regression line depicting the FET temperature and flow rate relationship. Fig 3.3: Regression Line of Volumetric Flow Rate (Y) on Microprocessor-controlled FET temperature (x) From the graph (Figure 3.3), a change in Temperature produces a change in volumetric flow rate i.e., increased flow rate, showing that the microprocessor responded positively to increase in temperature. 3.2 Discussion From the analysis, it is clearly shown that, the microprocessor controlled power transistors (field effect transistors – FET) temperature, contributed much in maintaining the radio frequency output power as compared to the unintelligent power transistor temperature controller. The ratio between P1 and P2 referring to figures 3.1 and 3.2 is 2.08. Hence the microprocessor controlled temperature was by a factor of 2 better in stabilizing the RF output power than the fan running at a constant speed. This meant high strength of the carrier frequency. Thus improved signal to noise ratio was achieved, leading to a high quality signal. Referring to figure 3.0, the microprocessor controller minimised the RF output power fluctuations as compared to the fan running at constant speed.. This led to maintaining the range of radio waves thus better signal coverage. Temperature being fully controlled indicates that, power transistors are not pushed to conduct at the saturation region or beyond the cut off region. This means an increased lifespan of the power transistors, hence minimal cost of running a transmitter. Using the least square method analysis, gave a regression coefficient (r2 ) of 0.99836. This showed the positive relationship between the FET temperature and ambient air flow rate. Thus much of the variation in temperature can be controlled by the volumetric flow rate as it caters for 99% of the variations. 4. CONCLUSIONS The FET microprocessor temperature controller increased the effectiveness of the transmitter by stabilizing the Forward Power. This is because there is minimal reduction of radio frequency power and smaller recovery time in response to temperature changes. This indicates that by use of the microcontroller-based temperature controller, there is increased signal coverage and better quality signal is achieved since signal amplitude is well maintained and noise suppressed. Energy saving is also achieved, since the intelligent temperature controller reduces power consumption at low temperatures and increases consumption at high temperatures to enhance temperature regulation. REFERENCES [1]. Yamamoto T; Shah L.S. (2007). Design of a Performance-Adaptive PID controller. International conference on Networking sensing and control, IEEE 2007 PP 547-552 [2]. Yun, L.K. Heong, A. and Gregory, C.Y. PID control system analysis and Design-problems, Remedies and Future Directions. IEEE control system magazine, February 2006 P.P. 32-41. 0 20 40 60 80 100 120 0 50 VolumetricFlowRate Temperature Regression Line of Volumetric Flow Rate (y) on Microprocessor-controlled FET Temperature (x) y=13.55+2. 01x Linear (y=13.55+2. 01x) y1=56 y9=90 y2=65 y10=93 y3=66 y11=97 y4=68 y12=100 y5=71 y13=98 y6=74 y14=97 y7=79 y15=92 y8=84
  • 9. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 05 | May-2014, Available @ http://www.ijret.org 799 [3]. Theraja (2002) Electrical Measurements and Instrumentation, New Age International Publishers, New Delhi, India. [4]. Sawhney, A.K, and Sawhney, P. (2007) Electrical and Electronic Measurements and Instrumentation 17th Edition, Dhnpat Rai and Co. (P) Ltd educational and technical Publishers Delhi, India [5]. Broadcast Electronics inc, (2008), Solid state Amplification, (www.bdcast.com), Accessed 5th Sept 2010. [6]. AVRStudio4, 2006, Atmel Corporation (www.atmel.com), Accessed 12th Dec 2010. [7]. Chao M, Qingli L, Zhongyuan L, Yu J. Low cost AVR Microcontroller development kit for undergraduate laboratory and take-home pedagogies. 2nd international conference on education Technology and Computer (ICETC), Shangai, 2010; 1:35-38 [8]. Korber S, James V, interesting Application of Atmel AVR microcontrollers. IEEE Euromicro symposium on Digital system Design (DS D04). France. 2004 [9]. Intercooled STATA 8.0 (2003), (www.stata.com), Accessed 5th August 2011. [10]. Kothari, C.R (2008), Research Methodology: Methods and Techniques, New age International (P) Limited, Publishers, New Delhi