SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 372
A LOW COST SHORT RANGE WIRELESS EMBEDDED SYSTEM FOR
MULTIPLE PARAMETER CONTROL
Sudhindra F1
, Annarao. S. J2
, Vani R. M3
, P.V. Hungund4
1
Technical Officer-I, U.S.I.C, Gulbarga University, Gulbarga, Karnataka, India
2
Head, Dept. of Electronics, HKE’s Women’s Polytechnic, Gulbarga, Karnataka, India
3
Head, USIC, Gulbarga University, Gulbarga, Karnataka, India
4
Professor, Dept. of Applied Electronics, Gulbarga University, Gulbarga, Karnataka, India
Abstract
It is well established fact that the process atomization offers the advantages like high accuracy, power saving, manpower saving,
reduction in wastage, high & efficient production volumes. In the modern industries precise monitoring, & controlling of temperatures
& fluid level of various chemicals in storage tanks at various places is an essential requirement. This paper describes the development
of Wireless Embedded System by using Atmel’s 89C51 microcontroller for monitoring & control of process parameters from remote
site .The system utilizes ASK transmitter & receiver for transmission and reception of reference values i.e., temperature and fluid
levels from transmitter to receiver. Interaction with transmitter is done through matrix keypad. A TRIAC AC power controller circuit
is used in the receiver which controls the flow of power to the heater. The fluid level is maintained by a water feed pump .User
friendly Software is developed using 8051’s Assembly language to control the transmitter and receiver units.
Keywords: ASK/RF transceiver, Temperature sensor, Triac, Fluid level sensor and Microcontroller etc…
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
Microcontrollers have been used in the recent past in various
industrial applications and R & D for controlling and
monitoring various parameters. Automated monitoring and
controlling of various process parameters, through the use of
electronic techniques are in use since a long time. Such
systems have become essential and it has always yielded better
results over their manual counterparts. However such systems
suffer from some disadvantages like the overshoots and
undershoot in the controlled parameters, since they use relay
type control and they allow the monitoring and control of
process parameters only from close vicinity. Besides to adjust
set points and periodic recording of parameters, an operator is
required. Microcontroller applications in dedicated system
assumed an important place in engineering, especially the
large scale industries.
With the advancement in techniques for control systems and
additional requirement of miniaturization, microcontrollers
have become the most suitable components. We find such
application [1], in which microcontroller based temperature
indicator & controller was developed which can be used in
process industry for monitoring & control of temperature. In
the other application A. Rajendran et al, have developed a data
acquisition system with AT89C52 microcontroller & PID
algorithm [2].
In another work J. Jayapandian et al, has developed single
chip embedded temperature controller and they have used
Programmable System on Single Chip (PSOC). The
LabVIEW is used to implement the control program.[3],
Our proposed work aims at designing a wireless embedded
system for multiple parameter monitoring and control using
thyristors and microcontrollers. An attempt is made to design
hardware and software for a compact, reliable, and low cost
system to achieve remote process automation. In this system
process automation is implemented for the temperature and
fluid level measurement. However, any other physical
parameters like pressure, flow, illumination, DC motor speed,
AC motor speed, conveyer belt speed etc can also be easily
implemented.
2. SYSTEM DESCRIPTION
The block diagram of the Wireless Embedded System for
multiple parameter control is shown fig.1 and fig. 2. The
system hardware consists of two sections i.e. Transmitter Unit
(TU) and Receiver Unit (RU).
The Transmitter Unit consists of an AT89C51 microcontroller,
4X4 matrix keyboard, 16 X 2 LCD display unit, ASK/RF
transmitter, ASK/RF receiver, buzzer. The microcontroller
continuously scans the keypad and checks for the key
pressings. If any key is pressed then it sends the information to
LCD display unit and to the SBUF register which will be
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 373
transmitted through the TxD line of the serial port. The data
will be converted into ASK tones by ASK modulator which is
then converted into electromagnetic waves by an antenna and
transmitted to open space at 433 MHz frequency (license free
ISM Band).
Fig-1: Block diagram of Transmitter Unit
The Receiver Unit consists of an AT89C51 microcontroller,
ASK/RF receiver, LCD display unit, analog to digital
converter (ADC), digital to analog converter (DAC), TRIAC
AC power controller circuit and optical isolator, temperature
& level sensors, signal conditioner, pump & pump driver
relay and a container attached with heater.
The receiver intercepts electromagnetic waves in the 433 MHz
band by the receiving antenna and recovers the ASK tones
after demodulation to obtain the original digital data. The
microcontroller processes these data and utilizes it to display
the set point values. Then it reads present values of both
parameters through ADC, compares both values and changes
the firing angle in order to adjust present values equal to set
point .The DAC is used to adjust the conduction period of the
TRIAC by controlling the PWM signal. The binary value sent
to the DAC is dynamically adjusted by the microcontroller
corresponding to the error signal. The microcontroller in RU
displays the present parameter values, conduction angle and
other status information locally and also sends this in the form
of electromagnetic waves towards TU. The TU recovers this
information and displays it in real time.
Fig-2: Block diagram of Receiver Unit
3. HARDWARE FEATURES
The different blocks of the system are discussed in this
section.
3.1 Microcontroller
Microcontrollers are the most important part of this system.
They perform measurement and control functions. This
scheme uses two Atmel‟s AT89C51microcontrollers. The
microcontroller in the Transmitter Unit controls Matrix
Keypad, ASK/RF transmitter/receiver, and LCD display. The
microcontroller in the Receiver Unit controls the ADC,
DAC, LCD display ASK/RF Receiver/transmitter and relay.
3.2 Matrix Keypad
The matrix keypad is used by the operator to interact with the
system. It is a 4x4 matrix hex keypad designed using 16 soft
push button keys.
3.3 ASK/RF Transmitter
This unit modulates the serial data from the microcontroller
with a high frequency carrier signal in the license free ISM
band of 433 MHz to produce ASK signals and then radiates
them into the free space in the form of electromagnetic waves
with the help of a short antenna and it is used both in TU &
RU sections.
3.4 ASK/RF Receiver
The receiver intercepts the electromagnetic waves from the
free space. Then selects the 433 MHz signals and demodulates
them with its built-in demodulator to get the original serial
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 374
data and then sends it to the microcontroller on serial input
line. The microcontroller reconstructs and identifies the code
and then takes action to control the devices. This receiver is
used both in TU & RU sections.
3.5 LCD Display
LCD module is used as the main output unit for displaying
process parameter values. It displays the Present temperature
value and Set point temperature values. It also displays the
present value of firing angle. A 2-line, 16 Character type LCD
modules with backlit facility is used in this work. The
microcontroller sends the signals to LCD module through its
ports and is used in both TU & RU sections.
3.6 Buzzer Driver Circuit
Buzzer is used to issue warning signal to the operator if the
parameters are above the threshold values. It uses a peizo-
electric buzzer and a driver transistor.
3.7 Digital to Analog Converter (DAC)
Digital to analog converter (DAC-0800) is used to convert 8-
bit binary number sent by the microcontroller into an analog
DC voltage. The microcontroller sends an appropriate binary
count to DAC to set the required firing angle. This DC voltage
is fed to the inverting input of comparator to adjust the firing
angle. The firing angle increases as the DC voltage from the
DAC increases and the firing angle decreases as the DC
voltage from DAC decreases. The power flow to the heater
varies with the firing angle.
3.8 Comparator
The comparator produces a Pulse Width Modulated (PWM)
signal, which controls the firing angle of TRIAC to control the
amount of load current. The comparator circuit receives the
ramp signal as one input and variable DC voltage produced
from the DAC as another input. The comparator‟s output
remains low as long as the ramp amplitude is below the DC
voltage level. It becomes high when the ramp amplitude
crosses the DC voltage level. This variation in the DC voltage
changes the firing angle and permits the AND gate to pass
firing pulses to TRIAC to turn on the heater.
3.9 Firing Pulse Generator
It is an astable-multivibrator built using NE555 timer IC. It
produces high frequency square wave pulses at TTL level.
These pulses are used to fire the thyristors. Pulse Width
Modulated (PWM) signal generated by a comparator and ramp
generator controls these firing pulses.
3.10 Zero-Cross-Detector (ZCD)
Since phase control technique is used in order to supply only
required amount of power to the load. The microcontroller
requires ZCD pulses to synchronize with AC mains. Zero-
cross-detector circuit is used to provide reference pulses to
synchronize with every half cycle of AC mains voltage. The
differentiated pulses are fed to a ramp generator. It uses
LM324 Op-Amp.
3.11 Ramp Generator
Ramp generator circuit is used to produce a ramp signal,
which is synchronized with A.C mains. The ramp is used to
fix the required firing angle. It uses a transistor to produce a
ramp signal and the amplitude of this ramp is adjusted to 10
Volts. The ramp signal from this stage is fed to non-inverting
input of the comparator. The inverting input of the comparator
receives a D.C voltage produced by DAC. Ramp signal is
compared with the D.C voltage, and a PWM signal is
generated at the output of the comparator. The duty cycle of
the PWM signal is adjusted to provide required firing and
conduction angles.
3.12 Triac
The TRIAC BT136 is used to control the flow of AC power to
the heater. The conduction of TRIAC in each half cycle starts
when it receives a firing pulse at it‟s gate. The conduction
continues till the end of that half cycle.. The microcontroller
controls the firing pulse which in turn controls the power
delivered to the heater according to the difference between
reference values and actual values. A RC snubber circuit is
provided to protect the TRIAC against transient.
3.13 Temperature Sensor
The temperature sensor chosen used here is LM35D. It is an
industry standard semiconductor temperature transducer
suitable for the temperature range of -50C to +150C. It is a
voltage o/p device. It produces a DC voltage proportional to
surrounding temperature. This voltage is internally calibrated
to provide 10mVolts/degree centigrade.
3.14 Fluid Level Sensor
The fluid level sensor is used to sense the current fluid level in
the storage tank. It is basically a potentiometer with a floating
ball attached to its spindle with a lever mechanism. The
floating ball always floats over the fluid surface and rotates
the potentiometer in either direction as the fluid level changes.
The part of the DC excitation voltage applied across the
potentiometer is available at the centre terminal of the
potentiometer. This provides a voltage proportional to the
fluid level in the tank. This voltage is an analog signal and
hence it is converted into a digital value by using an ADC.
3.15 Signal Conditioner
LM 324 Operational Amplifier is used as signal conditioner.
It provides the required gain to the temperature signal before it
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 375
is fed into the ADC. It also facilitates for the calibration of the
sensor output signal.
3.16 Analog to Digital Converter
The analog to digital converter converts the analog signal into
an equivalent digital value. The analog values of temperature
and fluid levels are fed to ADC converter to get digital values.
The microcontroller reads the digital data from ADC. An 8-
bit, successive approximation type ADC 0809 is used in this
system.
3.17 Fluid Container and Pump Relay
The fluid container is attached with heater, pump outlet,
temperature and fluid level sensors. The pump is controlled by
an electromagnetic relay. The microcontroller controls this
relay in order to turn ON or OFF the pump motor.
Fig.3: Photograph of Wireless Transmitter Unit
Fig.4: Photograph of Wireless Receiver Unit
4. SOFTWARE FEATURES
User friendly software is written in 8051 assembly language
which will ensure the compact code size. The program in the
microcontroller of transmitter unit initializes the serial ports,
LCD display unit, buzzer and scans the matrix keypad and
displays an initial message on the LCD display. Then it waits
for the operator to enter reference values through the keypad.
When the operator enters the reference values for both
parameters, it displays these values locally on the LCD unit,
and also sends it to SBUF register of the serial port from
where it is sent serially to ASK transmitter. Then it waits for
the data pockets to be received on its serial port from the
Receiver unit. Once the packets of data from the receiver
terminal are received, it decodes it and recovers the present
values of both parameters and displays them on LCD. If the
present values exceed the reference values it sounds the
buzzer.
The receiver unit microcontroller is programmed to initialize
the LCD, ADC, DAC, buzzer and pump relay. It waits for the
reference values to be received by its serial port through ASK
receiver. When packets of data are received, it decodes and
recovers the reference values, stores and displays them on
LCD. Then it activates ADC to obtain current values of
parameters and compares them with their respective reference
values and changes the firing angle in order to adjust the
current values to reference values. The DAC then changes the
conduction period of triac by controlling the PWM signal. The
binary values sent to the DAC are dynamically adjusted by the
microcontroller corresponding to the error signals. Mean while
it sends the present values to the serial port from there they are
sent to ASK transmitter and this will be received by the
transmitter unit. The microcontroller does the above
operations through the program stored in it.
5. EXPERIMENTAL RESULTS & DISCUSSIONS
The designed work mainly concentrates on atomization,
remote processing, power saving. The real time display of
current values of the physical parameters from receiver unit to
transmitter unit constantly and which leads to minimization of
human interference. The individual system components as
well as the integrated units are thoroughly tested in the
laboratory for different reference values of physical
parameters i.e. temperature and % of fluid level.
The two graphs shown in fig.5 & fig.6 are the data from the
RU. The fig.3 is the graph of temperature versus time. Here
the exponential portion of the curve indicates that the
temperature starts rising from initial value i.e.28 deg. C to
reference value i.e. 50 deg. C. When it reaches to reference
value, slowly the power input to heater is reduced and the
heater comes to off position. The fig.4 shows the graph for %
of fluid level versus time in the storage tank. The motor is
made on for initial value of fluid level & is kept ON during the
exponential portion of the curve. When the fluid level reaches
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 376
to reference value (here it is 60% of the container), the relay
turns off the pump motor.
0
10
20
30
40
50
60
1 2 3 4 5 6 7 8
Time in seconds
Temperatureindeg.c
set points
current values of
temperature
Scale : x axis = 1 x 10
Fig-5: Temperature VS Time in Sec
It has been observed that the designed system works properly
as per the control logic. From the above discussions it is clear
that the system is automatic, wireless, real time monitoring
and does the control of parameters within the range of 300ft
even in the hazard industrial environment.
0
10
20
30
40
50
60
70
1 2 3 4 5 6 7 8
Time in seconds
Percentageoffluid
set point
% of fluid level
under motor
off
position
Scale : x axis = 1 x 10
Increase in %
of fluid level
under motor
On position
Fig-6: % of Fluid VS Time in Sec
CONCLUSIONS
The wireless embedded system for multiple parameter control
using Atmel‟s 89C51 microcontroller is designed and
developed successfully in the laboratory. The developed
system is simple, low cost, and suitable for multiple process
parameter control. This design permits the user to adjust
process parameters from the remote transmitter unit. As it is a
real time system it will display both reference and current
values of the parameters on the LCD of transmitter
continuously. The developed system also issues warning
signals to the operator within the vicinity of transmitter so that
he can interact with the system. The system is wireless and the
distance between TU & RU can be up to 300ft. The system
with minor modifications can be used for various types of
process parameter control and suitable for Industrial
applications where remote control is necessary.
REFERENCES
[1]. R.G. Jamkar and R.H. Chile “Microcontroller based
Temperature Indicator and Controller”, J. Instrum. Soc . India
34(3) 180-186, Sept-2004.
[2]. A.Rajendran and P. Neelamegam “Design of AT89C52
Microcontroller based system for the measurement of
Temperature and control”, J. Instrum. Soc , India
35(I)99-105, March-2005.
[3]. J. Jayapandian and Usha Rani Ravi “An Embedded
Single Chip Temperature Controller Design” J. Instrum,
Soc. India 38(2) 132-136, June-2008.
[4]. Kenneth J. Ayala, “The 8051 Microcontroller –
Architecture , Programming and Applications”, 2nd Edition ,
Penaram International Publishing ( India) , 1996.
[5]. Ramakant Gaikwad, “Op-amps and linear integrated
circuits”, 3rd Edition Prentice- Hall of India Pvt. Ltd, New
Delhi.
[6]. Muhammad Ali Mazidi, Janice Gillispie and Rolin D.
McKinlay “The 8051 Microcontroller and Embedded Systems
using Assembly and „C‟., Prentice – Hall of India, New Delhi,
2nd Edition .
BIOGRAPHIES
Sudhindra F. Received his B.E (E&CE)
from Gulbarga University, Gulbarga and
Master‟s degree from KSOU , Mysore. He is
working as Technical Officer-I in University
Science Instrumentation Centre, Gulbarga
University, Gulbarga since 1995. He has
completed his M.Phil from Gulbarga
University, Gulbarga. He has attended many seminars,
workshops and conferences. His areas of interest are digital
electronics, Embedded Controllers and Wireless
communication. He has serviced and repaired more than 500
laboratory instruments.
Annarao.S.J. received his B.Tech (E&CE)
from Guru Ghasidas University, Bilaspur
Chattisgarh and pursuing Master‟s degree
from KSOU, Mysore. He is working as Head
of Department in Electronics and
Communication Engineering Department of
HKE Society‟s women‟s polytechnic, Gulbarga. He has
attended many seminars, workshops and conferences. His
areas of interest are embedded systems, Biomedical, RFID,
GSM, GPS, Wireless communication and Computers. He has
guided more than 500 live projects for diploma, BE and
M.Tech students.
Vani R. M. received her B.E. in Electrical and
Electronics from the B.I.ET., Davanagere and
M.Tech in Industrial Electronics from
S.J.C.E., Mysore, Karnataka. She has received
her Ph.D in Applied Electronics from
Gulbarga University, Gulbarga, India, in year
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 377
2005. She is working as Reader & Head, University Science
Instrumentation Center, Gulbarga University, Gulbarga, since
1995. She has more than 85 research publications in national
and international reputed journals/Conference proceedings.
she presented the research papers in National/ International
conferences in India and abroad. She has conducted several
courses, workshops for the benefits of faculties and field
engineers. Her areas of interest are microwave antennas, PC
based instrumentation, embedded controllers and Wireless
communication. She has one UGC major research project to
her credit
P. V. Hunagund, received his M.Sc and
Ph.D from the Dept. of Applied electronics,
Gulbarga University, Gulbarga, in the year
1982 and 1992 respectively. He is working as
professor and chairman of Applied
Electronics department, Gulbarga University,
Gulbarga. He has more than 100 research publications in
national and international reputed journals, more than 150
research publications in international symposium/Conferences.
He has presented the research papers in National/International
conferences in India and abroad. He has guided many Ph.D
and M.Phil students. He has three major research projects at
his credit. He has worked as a committee member in various
selection committees for selection of Associate Professor and
Professor in different Universities.

More Related Content

PPSX
Power system automation introduction
PPTX
Power system automation
PPT
Scada monitoring system
PDF
Parameter controlling of boiler in power plants using fuzzy logic controller
PDF
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
PPTX
Substation Automation
PPTX
Dhiraj seminar # power system automation
PDF
Iskra Medium Voltage Automation and Protection (Protection relays)
Power system automation introduction
Power system automation
Scada monitoring system
Parameter controlling of boiler in power plants using fuzzy logic controller
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
Substation Automation
Dhiraj seminar # power system automation
Iskra Medium Voltage Automation and Protection (Protection relays)

What's hot (18)

PPTX
Scada substation automation prnsnt
PDF
E044081720
PDF
Power system automation
PPTX
Gsm based garbage disposal
PPTX
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
PDF
Cockpit White Box
PDF
High power transmitter monitoring & control using gsm
PDF
An automatic wave probe reference setting mechanism
PDF
An automatic wave probe reference setting mechanism in a high speed towing tank
PDF
substation automation
PDF
The Intellectual Automated Substation
PDF
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
PDF
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
PDF
Designing and Controlling of Motor by Interfacing RS232 with Microcontroller
DOC
Scada
PDF
Programmable Limit Alarm Trips with Intrinsically-Safe Field Connections
PDF
Automation and Calibration for Discrete Transducer: A Survey
PDF
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Scada substation automation prnsnt
E044081720
Power system automation
Gsm based garbage disposal
AUTOMATION ,SCADA AND POWER SYSTEM AUTOMATION
Cockpit White Box
High power transmitter monitoring & control using gsm
An automatic wave probe reference setting mechanism
An automatic wave probe reference setting mechanism in a high speed towing tank
substation automation
The Intellectual Automated Substation
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
Designing and Controlling of Motor by Interfacing RS232 with Microcontroller
Scada
Programmable Limit Alarm Trips with Intrinsically-Safe Field Connections
Automation and Calibration for Discrete Transducer: A Survey
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Ad

Viewers also liked (19)

PDF
A comprehensive survey on security issues in cloud computing and data privacy...
PDF
Study and comparison of emission characteristics of n butanol diesel blend i...
PDF
Effects of filtering on ber performance of an ofdm system
PDF
The measurement model for outsourcing worker performance by middle and big cl...
PDF
Wireless lan intrusion detection by using statistical timing approach
PDF
Position characterization of electro pneumatic closed loop control valve
PDF
Design and analysis of different digital communication systems and determinat...
PDF
Computational model to design circular runner conduit for plastic injection m...
PDF
Enhancement of power quality in a
PDF
Selection of optimal air pollution control strategies
PDF
Scene text recognition in mobile applications by character descriptor and str...
PDF
An efficient approach to query reformulation in web search
PDF
Causes of delay in indian transportation infrastructure projects
PDF
Trust management in p2 p systems
PDF
Bounds on inverse domination in squares of graphs
PDF
Measurement and model validation of specific heat of xanthan gum using joules...
PDF
Evaluation on different approaches of cyclic association rules
PDF
Performance analysis of new proposed window for the improvement of snr & ...
PDF
Co axial fed microstrip rectangular patch antenna design for bluetooth applic...
A comprehensive survey on security issues in cloud computing and data privacy...
Study and comparison of emission characteristics of n butanol diesel blend i...
Effects of filtering on ber performance of an ofdm system
The measurement model for outsourcing worker performance by middle and big cl...
Wireless lan intrusion detection by using statistical timing approach
Position characterization of electro pneumatic closed loop control valve
Design and analysis of different digital communication systems and determinat...
Computational model to design circular runner conduit for plastic injection m...
Enhancement of power quality in a
Selection of optimal air pollution control strategies
Scene text recognition in mobile applications by character descriptor and str...
An efficient approach to query reformulation in web search
Causes of delay in indian transportation infrastructure projects
Trust management in p2 p systems
Bounds on inverse domination in squares of graphs
Measurement and model validation of specific heat of xanthan gum using joules...
Evaluation on different approaches of cyclic association rules
Performance analysis of new proposed window for the improvement of snr & ...
Co axial fed microstrip rectangular patch antenna design for bluetooth applic...
Ad

Similar to A low cost short range wireless embedded system for multiple parameter control (20)

PDF
Application of Microcontroller in Transmitter Section of Wireless System
PDF
B41012015
PDF
M44096368
PDF
Micro processor based temperature controller on power transistors
DOC
Wireless appliances control report
PDF
Real-Time Monitoring and Control System for Industry
PPTX
Industrial monitoring and control systems using andriod application
PDF
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULE
PPTX
Tracking and breaking system for vehicles
PDF
V01 i010403
PDF
International Journal of Embedded Systems and Applications (IJESA)
PDF
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
PDF
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
PDF
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
PDF
Overheat and smoke detection with gsm
PDF
Design and Implementation of Automatic Fire Fighting for Building using Perip...
PPT
ELECTRICAL ENGINEERING PROJECT
PPT
electrical engineering project
PDF
Education set for collecting and visualizing data using sensor system based ...
PPTX
Wireless fuel level sensor using rfid
Application of Microcontroller in Transmitter Section of Wireless System
B41012015
M44096368
Micro processor based temperature controller on power transistors
Wireless appliances control report
Real-Time Monitoring and Control System for Industry
Industrial monitoring and control systems using andriod application
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULE
Tracking and breaking system for vehicles
V01 i010403
International Journal of Embedded Systems and Applications (IJESA)
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
Overheat and smoke detection with gsm
Design and Implementation of Automatic Fire Fighting for Building using Perip...
ELECTRICAL ENGINEERING PROJECT
electrical engineering project
Education set for collecting and visualizing data using sensor system based ...
Wireless fuel level sensor using rfid

More from eSAT Journals (20)

PDF
Mechanical properties of hybrid fiber reinforced concrete for pavements
PDF
Material management in construction – a case study
PDF
Managing drought short term strategies in semi arid regions a case study
PDF
Life cycle cost analysis of overlay for an urban road in bangalore
PDF
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
PDF
Laboratory investigation of expansive soil stabilized with natural inorganic ...
PDF
Influence of reinforcement on the behavior of hollow concrete block masonry p...
PDF
Influence of compaction energy on soil stabilized with chemical stabilizer
PDF
Geographical information system (gis) for water resources management
PDF
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
PDF
Factors influencing compressive strength of geopolymer concrete
PDF
Experimental investigation on circular hollow steel columns in filled with li...
PDF
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
PDF
Evaluation of punching shear in flat slabs
PDF
Evaluation of performance of intake tower dam for recent earthquake in india
PDF
Evaluation of operational efficiency of urban road network using travel time ...
PDF
Estimation of surface runoff in nallur amanikere watershed using scs cn method
PDF
Estimation of morphometric parameters and runoff using rs & gis techniques
PDF
Effect of variation of plastic hinge length on the results of non linear anal...
PDF
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Mechanical properties of hybrid fiber reinforced concrete for pavements
Material management in construction – a case study
Managing drought short term strategies in semi arid regions a case study
Life cycle cost analysis of overlay for an urban road in bangalore
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of compaction energy on soil stabilized with chemical stabilizer
Geographical information system (gis) for water resources management
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Factors influencing compressive strength of geopolymer concrete
Experimental investigation on circular hollow steel columns in filled with li...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Evaluation of punching shear in flat slabs
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of operational efficiency of urban road network using travel time ...
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of morphometric parameters and runoff using rs & gis techniques
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of use of recycled materials on indirect tensile strength of asphalt c...

Recently uploaded (20)

PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Structs to JSON How Go Powers REST APIs.pdf
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
PPT on Performance Review to get promotions
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPT
Project quality management in manufacturing
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
Welding lecture in detail for understanding
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
bas. eng. economics group 4 presentation 1.pptx
Structs to JSON How Go Powers REST APIs.pdf
CYBER-CRIMES AND SECURITY A guide to understanding
Internet of Things (IOT) - A guide to understanding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPT on Performance Review to get promotions
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Model Code of Practice - Construction Work - 21102022 .pdf
Project quality management in manufacturing
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Lesson 3_Tessellation.pptx finite Mathematics
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Mechanical Engineering MATERIALS Selection
Strings in CPP - Strings in C++ are sequences of characters used to store and...
Welding lecture in detail for understanding
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx

A low cost short range wireless embedded system for multiple parameter control

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 372 A LOW COST SHORT RANGE WIRELESS EMBEDDED SYSTEM FOR MULTIPLE PARAMETER CONTROL Sudhindra F1 , Annarao. S. J2 , Vani R. M3 , P.V. Hungund4 1 Technical Officer-I, U.S.I.C, Gulbarga University, Gulbarga, Karnataka, India 2 Head, Dept. of Electronics, HKE’s Women’s Polytechnic, Gulbarga, Karnataka, India 3 Head, USIC, Gulbarga University, Gulbarga, Karnataka, India 4 Professor, Dept. of Applied Electronics, Gulbarga University, Gulbarga, Karnataka, India Abstract It is well established fact that the process atomization offers the advantages like high accuracy, power saving, manpower saving, reduction in wastage, high & efficient production volumes. In the modern industries precise monitoring, & controlling of temperatures & fluid level of various chemicals in storage tanks at various places is an essential requirement. This paper describes the development of Wireless Embedded System by using Atmel’s 89C51 microcontroller for monitoring & control of process parameters from remote site .The system utilizes ASK transmitter & receiver for transmission and reception of reference values i.e., temperature and fluid levels from transmitter to receiver. Interaction with transmitter is done through matrix keypad. A TRIAC AC power controller circuit is used in the receiver which controls the flow of power to the heater. The fluid level is maintained by a water feed pump .User friendly Software is developed using 8051’s Assembly language to control the transmitter and receiver units. Keywords: ASK/RF transceiver, Temperature sensor, Triac, Fluid level sensor and Microcontroller etc… ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION Microcontrollers have been used in the recent past in various industrial applications and R & D for controlling and monitoring various parameters. Automated monitoring and controlling of various process parameters, through the use of electronic techniques are in use since a long time. Such systems have become essential and it has always yielded better results over their manual counterparts. However such systems suffer from some disadvantages like the overshoots and undershoot in the controlled parameters, since they use relay type control and they allow the monitoring and control of process parameters only from close vicinity. Besides to adjust set points and periodic recording of parameters, an operator is required. Microcontroller applications in dedicated system assumed an important place in engineering, especially the large scale industries. With the advancement in techniques for control systems and additional requirement of miniaturization, microcontrollers have become the most suitable components. We find such application [1], in which microcontroller based temperature indicator & controller was developed which can be used in process industry for monitoring & control of temperature. In the other application A. Rajendran et al, have developed a data acquisition system with AT89C52 microcontroller & PID algorithm [2]. In another work J. Jayapandian et al, has developed single chip embedded temperature controller and they have used Programmable System on Single Chip (PSOC). The LabVIEW is used to implement the control program.[3], Our proposed work aims at designing a wireless embedded system for multiple parameter monitoring and control using thyristors and microcontrollers. An attempt is made to design hardware and software for a compact, reliable, and low cost system to achieve remote process automation. In this system process automation is implemented for the temperature and fluid level measurement. However, any other physical parameters like pressure, flow, illumination, DC motor speed, AC motor speed, conveyer belt speed etc can also be easily implemented. 2. SYSTEM DESCRIPTION The block diagram of the Wireless Embedded System for multiple parameter control is shown fig.1 and fig. 2. The system hardware consists of two sections i.e. Transmitter Unit (TU) and Receiver Unit (RU). The Transmitter Unit consists of an AT89C51 microcontroller, 4X4 matrix keyboard, 16 X 2 LCD display unit, ASK/RF transmitter, ASK/RF receiver, buzzer. The microcontroller continuously scans the keypad and checks for the key pressings. If any key is pressed then it sends the information to LCD display unit and to the SBUF register which will be
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 373 transmitted through the TxD line of the serial port. The data will be converted into ASK tones by ASK modulator which is then converted into electromagnetic waves by an antenna and transmitted to open space at 433 MHz frequency (license free ISM Band). Fig-1: Block diagram of Transmitter Unit The Receiver Unit consists of an AT89C51 microcontroller, ASK/RF receiver, LCD display unit, analog to digital converter (ADC), digital to analog converter (DAC), TRIAC AC power controller circuit and optical isolator, temperature & level sensors, signal conditioner, pump & pump driver relay and a container attached with heater. The receiver intercepts electromagnetic waves in the 433 MHz band by the receiving antenna and recovers the ASK tones after demodulation to obtain the original digital data. The microcontroller processes these data and utilizes it to display the set point values. Then it reads present values of both parameters through ADC, compares both values and changes the firing angle in order to adjust present values equal to set point .The DAC is used to adjust the conduction period of the TRIAC by controlling the PWM signal. The binary value sent to the DAC is dynamically adjusted by the microcontroller corresponding to the error signal. The microcontroller in RU displays the present parameter values, conduction angle and other status information locally and also sends this in the form of electromagnetic waves towards TU. The TU recovers this information and displays it in real time. Fig-2: Block diagram of Receiver Unit 3. HARDWARE FEATURES The different blocks of the system are discussed in this section. 3.1 Microcontroller Microcontrollers are the most important part of this system. They perform measurement and control functions. This scheme uses two Atmel‟s AT89C51microcontrollers. The microcontroller in the Transmitter Unit controls Matrix Keypad, ASK/RF transmitter/receiver, and LCD display. The microcontroller in the Receiver Unit controls the ADC, DAC, LCD display ASK/RF Receiver/transmitter and relay. 3.2 Matrix Keypad The matrix keypad is used by the operator to interact with the system. It is a 4x4 matrix hex keypad designed using 16 soft push button keys. 3.3 ASK/RF Transmitter This unit modulates the serial data from the microcontroller with a high frequency carrier signal in the license free ISM band of 433 MHz to produce ASK signals and then radiates them into the free space in the form of electromagnetic waves with the help of a short antenna and it is used both in TU & RU sections. 3.4 ASK/RF Receiver The receiver intercepts the electromagnetic waves from the free space. Then selects the 433 MHz signals and demodulates them with its built-in demodulator to get the original serial
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 374 data and then sends it to the microcontroller on serial input line. The microcontroller reconstructs and identifies the code and then takes action to control the devices. This receiver is used both in TU & RU sections. 3.5 LCD Display LCD module is used as the main output unit for displaying process parameter values. It displays the Present temperature value and Set point temperature values. It also displays the present value of firing angle. A 2-line, 16 Character type LCD modules with backlit facility is used in this work. The microcontroller sends the signals to LCD module through its ports and is used in both TU & RU sections. 3.6 Buzzer Driver Circuit Buzzer is used to issue warning signal to the operator if the parameters are above the threshold values. It uses a peizo- electric buzzer and a driver transistor. 3.7 Digital to Analog Converter (DAC) Digital to analog converter (DAC-0800) is used to convert 8- bit binary number sent by the microcontroller into an analog DC voltage. The microcontroller sends an appropriate binary count to DAC to set the required firing angle. This DC voltage is fed to the inverting input of comparator to adjust the firing angle. The firing angle increases as the DC voltage from the DAC increases and the firing angle decreases as the DC voltage from DAC decreases. The power flow to the heater varies with the firing angle. 3.8 Comparator The comparator produces a Pulse Width Modulated (PWM) signal, which controls the firing angle of TRIAC to control the amount of load current. The comparator circuit receives the ramp signal as one input and variable DC voltage produced from the DAC as another input. The comparator‟s output remains low as long as the ramp amplitude is below the DC voltage level. It becomes high when the ramp amplitude crosses the DC voltage level. This variation in the DC voltage changes the firing angle and permits the AND gate to pass firing pulses to TRIAC to turn on the heater. 3.9 Firing Pulse Generator It is an astable-multivibrator built using NE555 timer IC. It produces high frequency square wave pulses at TTL level. These pulses are used to fire the thyristors. Pulse Width Modulated (PWM) signal generated by a comparator and ramp generator controls these firing pulses. 3.10 Zero-Cross-Detector (ZCD) Since phase control technique is used in order to supply only required amount of power to the load. The microcontroller requires ZCD pulses to synchronize with AC mains. Zero- cross-detector circuit is used to provide reference pulses to synchronize with every half cycle of AC mains voltage. The differentiated pulses are fed to a ramp generator. It uses LM324 Op-Amp. 3.11 Ramp Generator Ramp generator circuit is used to produce a ramp signal, which is synchronized with A.C mains. The ramp is used to fix the required firing angle. It uses a transistor to produce a ramp signal and the amplitude of this ramp is adjusted to 10 Volts. The ramp signal from this stage is fed to non-inverting input of the comparator. The inverting input of the comparator receives a D.C voltage produced by DAC. Ramp signal is compared with the D.C voltage, and a PWM signal is generated at the output of the comparator. The duty cycle of the PWM signal is adjusted to provide required firing and conduction angles. 3.12 Triac The TRIAC BT136 is used to control the flow of AC power to the heater. The conduction of TRIAC in each half cycle starts when it receives a firing pulse at it‟s gate. The conduction continues till the end of that half cycle.. The microcontroller controls the firing pulse which in turn controls the power delivered to the heater according to the difference between reference values and actual values. A RC snubber circuit is provided to protect the TRIAC against transient. 3.13 Temperature Sensor The temperature sensor chosen used here is LM35D. It is an industry standard semiconductor temperature transducer suitable for the temperature range of -50C to +150C. It is a voltage o/p device. It produces a DC voltage proportional to surrounding temperature. This voltage is internally calibrated to provide 10mVolts/degree centigrade. 3.14 Fluid Level Sensor The fluid level sensor is used to sense the current fluid level in the storage tank. It is basically a potentiometer with a floating ball attached to its spindle with a lever mechanism. The floating ball always floats over the fluid surface and rotates the potentiometer in either direction as the fluid level changes. The part of the DC excitation voltage applied across the potentiometer is available at the centre terminal of the potentiometer. This provides a voltage proportional to the fluid level in the tank. This voltage is an analog signal and hence it is converted into a digital value by using an ADC. 3.15 Signal Conditioner LM 324 Operational Amplifier is used as signal conditioner. It provides the required gain to the temperature signal before it
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 375 is fed into the ADC. It also facilitates for the calibration of the sensor output signal. 3.16 Analog to Digital Converter The analog to digital converter converts the analog signal into an equivalent digital value. The analog values of temperature and fluid levels are fed to ADC converter to get digital values. The microcontroller reads the digital data from ADC. An 8- bit, successive approximation type ADC 0809 is used in this system. 3.17 Fluid Container and Pump Relay The fluid container is attached with heater, pump outlet, temperature and fluid level sensors. The pump is controlled by an electromagnetic relay. The microcontroller controls this relay in order to turn ON or OFF the pump motor. Fig.3: Photograph of Wireless Transmitter Unit Fig.4: Photograph of Wireless Receiver Unit 4. SOFTWARE FEATURES User friendly software is written in 8051 assembly language which will ensure the compact code size. The program in the microcontroller of transmitter unit initializes the serial ports, LCD display unit, buzzer and scans the matrix keypad and displays an initial message on the LCD display. Then it waits for the operator to enter reference values through the keypad. When the operator enters the reference values for both parameters, it displays these values locally on the LCD unit, and also sends it to SBUF register of the serial port from where it is sent serially to ASK transmitter. Then it waits for the data pockets to be received on its serial port from the Receiver unit. Once the packets of data from the receiver terminal are received, it decodes it and recovers the present values of both parameters and displays them on LCD. If the present values exceed the reference values it sounds the buzzer. The receiver unit microcontroller is programmed to initialize the LCD, ADC, DAC, buzzer and pump relay. It waits for the reference values to be received by its serial port through ASK receiver. When packets of data are received, it decodes and recovers the reference values, stores and displays them on LCD. Then it activates ADC to obtain current values of parameters and compares them with their respective reference values and changes the firing angle in order to adjust the current values to reference values. The DAC then changes the conduction period of triac by controlling the PWM signal. The binary values sent to the DAC are dynamically adjusted by the microcontroller corresponding to the error signals. Mean while it sends the present values to the serial port from there they are sent to ASK transmitter and this will be received by the transmitter unit. The microcontroller does the above operations through the program stored in it. 5. EXPERIMENTAL RESULTS & DISCUSSIONS The designed work mainly concentrates on atomization, remote processing, power saving. The real time display of current values of the physical parameters from receiver unit to transmitter unit constantly and which leads to minimization of human interference. The individual system components as well as the integrated units are thoroughly tested in the laboratory for different reference values of physical parameters i.e. temperature and % of fluid level. The two graphs shown in fig.5 & fig.6 are the data from the RU. The fig.3 is the graph of temperature versus time. Here the exponential portion of the curve indicates that the temperature starts rising from initial value i.e.28 deg. C to reference value i.e. 50 deg. C. When it reaches to reference value, slowly the power input to heater is reduced and the heater comes to off position. The fig.4 shows the graph for % of fluid level versus time in the storage tank. The motor is made on for initial value of fluid level & is kept ON during the exponential portion of the curve. When the fluid level reaches
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 376 to reference value (here it is 60% of the container), the relay turns off the pump motor. 0 10 20 30 40 50 60 1 2 3 4 5 6 7 8 Time in seconds Temperatureindeg.c set points current values of temperature Scale : x axis = 1 x 10 Fig-5: Temperature VS Time in Sec It has been observed that the designed system works properly as per the control logic. From the above discussions it is clear that the system is automatic, wireless, real time monitoring and does the control of parameters within the range of 300ft even in the hazard industrial environment. 0 10 20 30 40 50 60 70 1 2 3 4 5 6 7 8 Time in seconds Percentageoffluid set point % of fluid level under motor off position Scale : x axis = 1 x 10 Increase in % of fluid level under motor On position Fig-6: % of Fluid VS Time in Sec CONCLUSIONS The wireless embedded system for multiple parameter control using Atmel‟s 89C51 microcontroller is designed and developed successfully in the laboratory. The developed system is simple, low cost, and suitable for multiple process parameter control. This design permits the user to adjust process parameters from the remote transmitter unit. As it is a real time system it will display both reference and current values of the parameters on the LCD of transmitter continuously. The developed system also issues warning signals to the operator within the vicinity of transmitter so that he can interact with the system. The system is wireless and the distance between TU & RU can be up to 300ft. The system with minor modifications can be used for various types of process parameter control and suitable for Industrial applications where remote control is necessary. REFERENCES [1]. R.G. Jamkar and R.H. Chile “Microcontroller based Temperature Indicator and Controller”, J. Instrum. Soc . India 34(3) 180-186, Sept-2004. [2]. A.Rajendran and P. Neelamegam “Design of AT89C52 Microcontroller based system for the measurement of Temperature and control”, J. Instrum. Soc , India 35(I)99-105, March-2005. [3]. J. Jayapandian and Usha Rani Ravi “An Embedded Single Chip Temperature Controller Design” J. Instrum, Soc. India 38(2) 132-136, June-2008. [4]. Kenneth J. Ayala, “The 8051 Microcontroller – Architecture , Programming and Applications”, 2nd Edition , Penaram International Publishing ( India) , 1996. [5]. Ramakant Gaikwad, “Op-amps and linear integrated circuits”, 3rd Edition Prentice- Hall of India Pvt. Ltd, New Delhi. [6]. Muhammad Ali Mazidi, Janice Gillispie and Rolin D. McKinlay “The 8051 Microcontroller and Embedded Systems using Assembly and „C‟., Prentice – Hall of India, New Delhi, 2nd Edition . BIOGRAPHIES Sudhindra F. Received his B.E (E&CE) from Gulbarga University, Gulbarga and Master‟s degree from KSOU , Mysore. He is working as Technical Officer-I in University Science Instrumentation Centre, Gulbarga University, Gulbarga since 1995. He has completed his M.Phil from Gulbarga University, Gulbarga. He has attended many seminars, workshops and conferences. His areas of interest are digital electronics, Embedded Controllers and Wireless communication. He has serviced and repaired more than 500 laboratory instruments. Annarao.S.J. received his B.Tech (E&CE) from Guru Ghasidas University, Bilaspur Chattisgarh and pursuing Master‟s degree from KSOU, Mysore. He is working as Head of Department in Electronics and Communication Engineering Department of HKE Society‟s women‟s polytechnic, Gulbarga. He has attended many seminars, workshops and conferences. His areas of interest are embedded systems, Biomedical, RFID, GSM, GPS, Wireless communication and Computers. He has guided more than 500 live projects for diploma, BE and M.Tech students. Vani R. M. received her B.E. in Electrical and Electronics from the B.I.ET., Davanagere and M.Tech in Industrial Electronics from S.J.C.E., Mysore, Karnataka. She has received her Ph.D in Applied Electronics from Gulbarga University, Gulbarga, India, in year
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 377 2005. She is working as Reader & Head, University Science Instrumentation Center, Gulbarga University, Gulbarga, since 1995. She has more than 85 research publications in national and international reputed journals/Conference proceedings. she presented the research papers in National/ International conferences in India and abroad. She has conducted several courses, workshops for the benefits of faculties and field engineers. Her areas of interest are microwave antennas, PC based instrumentation, embedded controllers and Wireless communication. She has one UGC major research project to her credit P. V. Hunagund, received his M.Sc and Ph.D from the Dept. of Applied electronics, Gulbarga University, Gulbarga, in the year 1982 and 1992 respectively. He is working as professor and chairman of Applied Electronics department, Gulbarga University, Gulbarga. He has more than 100 research publications in national and international reputed journals, more than 150 research publications in international symposium/Conferences. He has presented the research papers in National/International conferences in India and abroad. He has guided many Ph.D and M.Phil students. He has three major research projects at his credit. He has worked as a committee member in various selection committees for selection of Associate Professor and Professor in different Universities.