SlideShare a Scribd company logo
1 of 9
Download to read offline
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

What's hot

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
 
IRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and SecurityIRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and SecurityIRJET Journal
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultreBhushan Deore
 
Environmental monitoring26
Environmental monitoring26Environmental monitoring26
Environmental monitoring26praveenenbd
 
Microprocessor for microwave oven
Microprocessor for microwave ovenMicroprocessor for microwave oven
Microprocessor for microwave ovenAkash Lal
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET Journal
 
Introduction to Digital Computer Control System
Introduction to Digital Computer Control SystemIntroduction to Digital Computer Control System
Introduction to Digital Computer Control Systemturna67
 
Plc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelPlc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelIAEME Publication
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensorijsrd.com
 
Design of a low cost temperature controller for high temperature furnaces use...
Design of a low cost temperature controller for high temperature furnaces use...Design of a low cost temperature controller for high temperature furnaces use...
Design of a low cost temperature controller for high temperature furnaces use...eSAT Publishing House
 
Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...ijtsrd
 
Hardware and logic implementation of multiple alarm system for gsm bts rooms
Hardware and logic implementation of multiple alarm system for gsm bts roomsHardware and logic implementation of multiple alarm system for gsm bts rooms
Hardware and logic implementation of multiple alarm system for gsm bts roomsZac Darcy
 
Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...
Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...
Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...Alexander Decker
 
Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronicsJeremyJebaSamuel
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIOSR Journals
 

What's hot (19)

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
 
IRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and SecurityIRJET-WSN Based Power Management with Automation and Security
IRJET-WSN Based Power Management with Automation and Security
 
4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre4 realtime wether station for monitoring and control of agricultre
4 realtime wether station for monitoring and control of agricultre
 
Environmental monitoring26
Environmental monitoring26Environmental monitoring26
Environmental monitoring26
 
Microprocessor for microwave oven
Microprocessor for microwave ovenMicroprocessor for microwave oven
Microprocessor for microwave oven
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
 
Introduction to Digital Computer Control System
Introduction to Digital Computer Control SystemIntroduction to Digital Computer Control System
Introduction to Digital Computer Control System
 
Plc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelPlc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and level
 
I45015153
I45015153I45015153
I45015153
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensor
 
[IJCT-V3I3P3] Authors: L.Navaneeth M.E, V.Rukkumani M.E.,Ph.D.,
[IJCT-V3I3P3] Authors: L.Navaneeth M.E, V.Rukkumani M.E.,Ph.D.,[IJCT-V3I3P3] Authors: L.Navaneeth M.E, V.Rukkumani M.E.,Ph.D.,
[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...
Design of a low cost temperature controller for high temperature furnaces use...Design of a low cost temperature controller for high temperature furnaces use...
Design of a low cost temperature controller for high temperature furnaces use...
 
Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...
 
E04834649
E04834649E04834649
E04834649
 
Hardware and logic implementation of multiple alarm system for gsm bts rooms
Hardware and logic implementation of multiple alarm system for gsm bts roomsHardware and logic implementation of multiple alarm system for gsm bts rooms
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...
Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...
Comparative study of a fuzzy logic based controller and a neuro fuzzy logic b...
 
Introduction to mechatronics
Introduction to mechatronicsIntroduction to mechatronics
Introduction to mechatronics
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEW
 

Viewers also liked

Once Upon A Time............
Once Upon A Time............Once Upon A Time............
Once Upon A Time............stephen connell
 
Fern paradise Architect Green House : Niwat Architects
Fern paradise Architect Green House : Niwat ArchitectsFern paradise Architect Green House : Niwat Architects
Fern paradise Architect Green House : Niwat ArchitectsNiwat Architect Co.,ltd.
 
Wipo.36 Patent Data Services
Wipo.36 Patent Data ServicesWipo.36 Patent Data Services
Wipo.36 Patent Data ServicesLihua Gao
 
Integrating flow simulation for injection moulding component basetta tu base
Integrating flow simulation for injection moulding component basetta tu baseIntegrating flow simulation for injection moulding component basetta tu base
Integrating flow simulation for injection moulding component basetta tu baseeSAT Publishing House
 
Hybrid approach for generating non overlapped substring using genetic algorithm
Hybrid approach for generating non overlapped substring using genetic algorithmHybrid approach for generating non overlapped substring using genetic algorithm
Hybrid approach for generating non overlapped substring using genetic algorithmeSAT Publishing House
 
Computer integrated
Computer integratedComputer integrated
Computer integratednirmal304
 
Rookie Mistakes and Resources AARP TUG
Rookie Mistakes and Resources AARP TUGRookie Mistakes and Resources AARP TUG
Rookie Mistakes and Resources AARP TUGEmily Kund
 
Pa geh tanpa nama
Pa geh tanpa namaPa geh tanpa nama
Pa geh tanpa namafahrisyah
 
Content writing by goigi
Content writing by goigiContent writing by goigi
Content writing by goigigoiginivedita
 
Lesson plan
Lesson planLesson plan
Lesson plangeenadon
 
Image resolution enhancement using blind technique
Image resolution enhancement using blind techniqueImage resolution enhancement using blind technique
Image resolution enhancement using blind techniqueeSAT Publishing House
 
Credit Profile and Rating Migration of Banks in Latin America
Credit Profile and Rating Migration of Banks in Latin AmericaCredit Profile and Rating Migration of Banks in Latin America
Credit Profile and Rating Migration of Banks in Latin AmericaPinakyPaliwal
 
Rhetorical communication
Rhetorical communicationRhetorical communication
Rhetorical communicationCecili Anitha
 
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Potential of corn husk leaves for the co removal of phenol and cyanide from w...Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Potential of corn husk leaves for the co removal of phenol and cyanide from w...eSAT Publishing House
 
Easybib Tutorial
Easybib Tutorial Easybib Tutorial
Easybib Tutorial 18arche
 
Constitutional reform -economist
Constitutional reform -economistConstitutional reform -economist
Constitutional reform -economistbroszek13
 
Blog writing by goigi
Blog writing by goigiBlog writing by goigi
Blog writing by goigigoiginivedita
 

Viewers also liked (19)

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

Similar to Micro processor based temperature controller on power transistors

Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.IRJET Journal
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...eSAT Publishing House
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...eSAT Journals
 
Fuzzy based control using labview for miso temperature process
Fuzzy based control using labview for miso temperature processFuzzy based control using labview for miso temperature process
Fuzzy based control using labview for miso temperature processeSAT Journals
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...eSAT Journals
 
Mechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industriesMechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industrieseSAT Journals
 
Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring systemtheijes
 
Zigbee based weather monitoring system
Zigbee based weather monitoring systemZigbee based weather monitoring system
Zigbee based weather monitoring systemtheijes
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIRJET Journal
 
River monitoring through wireless sensor network
River monitoring through wireless sensor networkRiver monitoring through wireless sensor network
River monitoring through wireless sensor networkeSAT Journals
 
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...IRJET Journal
 
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEWTEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEWIAEME Publication
 
IJSRED-V2I3P91
IJSRED-V2I3P91IJSRED-V2I3P91
IJSRED-V2I3P91IJSRED
 
IJSRED-V2I3P91
IJSRED-V2I3P91IJSRED-V2I3P91
IJSRED-V2I3P91IJSRED
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditioneSAT Publishing House
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationIRJET Journal
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoTIRJET Journal
 
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...IRJET Journal
 

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

Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.Seasonable IOT Based Dehydration System for Agri Products.
Seasonable IOT Based Dehydration System for Agri Products.
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
Fuzzy based control using labview for miso temperature process
Fuzzy based control using labview for miso temperature processFuzzy based control using labview for miso temperature process
Fuzzy based control using labview for miso temperature process
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...
 
Mechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industriesMechatronic based energy management and automation system for agro industries
Mechatronic based energy management and automation system for agro industries
 
Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring system
 
Zigbee based weather monitoring system
Zigbee based weather monitoring systemZigbee based weather monitoring system
Zigbee based weather monitoring system
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN Network
 
River monitoring through wireless sensor network
River monitoring through wireless sensor networkRiver monitoring through wireless sensor network
River monitoring through wireless sensor network
 
Di34672675
Di34672675Di34672675
Di34672675
 
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
 
Transformer
TransformerTransformer
Transformer
 
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEWTEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
 
IJSRED-V2I3P91
IJSRED-V2I3P91IJSRED-V2I3P91
IJSRED-V2I3P91
 
IJSRED-V2I3P91
IJSRED-V2I3P91IJSRED-V2I3P91
IJSRED-V2I3P91
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic condition
 
A Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android ApplicationA Review on Smart Generator Control using Android Application
A Review on Smart Generator Control using Android Application
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
 
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
IRJET- Solar Power Based Remote Monitoring and Control of Industrial Paramete...
 

More from eSAT Publishing House

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

More from eSAT Publishing House (20)

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

Recently uploaded

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 

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