SlideShare a Scribd company logo
1 of 3
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. II (Nov - Dec .2015), PP 95-97
www.iosrjournals.org
DOI: 10.9790/2834-10629597 www.iosrjournals.org 95 | Page
Review of Online Monitoring of status of air for Automation with
alarm
Miss. Manaswi M. Latthe, Dr. Mrs. S B Patil
Asst. Professor Dr. JJMCOE Jaysingpur
Professor Dr. JJMCOE Jaysingpur
Abstract: Safety is the most vital part of any type of industry. Negligence in the safety part may cause
damaging of high quality equipment or may cause loss of human life. In industry safety and security is a
fundamental aspect. To avoid unwanted phenomena all industries follows some basic precaution [1].
Communication is the most vital key factor today, to monitor different parameters continuously and to take
necessary actions to avoid any types of hazards related to production and security. To avoid loss of material
and human health, security and safety system and reliable continuous faithful communication system is
essential. To improve security, safety and productivity a reliable communication system must be established.
The communication network must not be interrupted at any moment and at any condition. Inside factory, the
wired communication network system is not so effective. The reliability and long life of conventional
communications systems in harsh environments has always been a problem. Inside factory due to uncomfortable
situation the installation cost and maintenance cost is high for wired communication networks.
I. Introduction
Compressed air is an important component of many industries. It affects the quality of the process and
the end product. Compressed air often comprises the highest use of electricity in a plant. Since the importance of
clean, dry compressed air and the cost associated with it is very high, carefully managing and monitoring of it
becomes an important task for any plant. Dew point is one of the most important parameters associated with the
quality of compressed air.Dew point is the quantity of moisture in air. Industries needs dry air that is less
moisture. „Power Tool‟ division is one of the divisions of „Kulkarni Power Tools‟. This division requires high
pressured air of „certain‟ pressure with „certain‟ moisture in that air. Wrong pressure or wrong moisture can
harm the machinery. Compressor is used to control the pressure and dryer is used to control the moisture of that
air. That is, HIGH pressured DRY air is used for production. To avoid such harms and to avoid separate man
power to control these things, company has started this „automation‟ based project. After completion of this
project user can see parameters of compressor and dryer on display, also higher authority can see this on PC.To
take care of pressure, moisture, temperature of compressor and dryer a separate man power is needed. Though
man power is made available, there are still chances of accidents and human made errors. In such situations,
instead of investing in a „man power‟ company could invest in „machinery (automation)‟.
II. Methodology
Block Diagram for Display Unit–
Review of Online Monitoring of status of air for Automation with alarm
DOI: 10.9790/2834-10629597 www.iosrjournals.org 96 | Page
Sensors will sense the current status of air. Output of these sensors is given to signal conditioners.
Signal conditioning means manipulating an analog signal in such a way that it meets the requirements of the
next stage for further processing. Output of sensors is given to PIC Microcontroller 16F877A.Output of three
sensors Temperature, Pressure and Dew point will be displayed on LCD by PIC Microcontroller. Output of
vibration sensor will be given to alarm by PIC Microcontroller. If compressor or dryer is not in proper
condition, that may create vibrations. If vibrations are beyond limits, that may turn ON alarm. Thus “Prevention
is better than Cure”. Same data which is displayed on LCD can be displayed on PC also. Here in this paper,
this communication between PC and PIC Microcontroller is done by Zigbee.
Block Diagram for Control Unit-
In control unit parameters of air like pressure, temperature and dew point are controlled by PC.
Message is sent by PC to max 232 and max 232 to Zigbee. Zigbee sends that messages to Microcontroller. Max
232 is used to send and receive the signals given by the PC and microcontroller . It is used for the serial
communication between Zigbee and PC. It also converts the data into serial manner and send to the
microcontroller as well as Zigbee transceiver.
III. Hardware Used-
a.Sensors- A sensor is a converter that measures a physical quantity and converts it into a signal which can be
read by an observer or by an instrument. In this paper we have used 4 types of sensors-pressure, temperature,
dew point and vibration sensor.
b. Signal Conditioners- In electronics, signal conditioning means manipulating an analog signal in such a way
that it meets the requirements of the next stage for further processing. Most common use is in analog-to-digital
converters. Signal conditioning can include amplification, filtering, converting, range matching, isolation and
any other processes required to make sensor output suitable for processing after conditioning.
c. PIC 16F877A- PIC is a family of RISC (Reduced Instruction Set Computer) microcontroller. While 8051
falls somewhat in between RISC and CISC (Complex Instruction Set Computer). PICs are faster, more reliable
(high noise immunity) and code-efficient than 8051s. It has internal memory.
d.Buzzer- A buzzer is an audio signaling device, which may be mechanical, electromechanical, or
piezoelectric. Typical uses of buzzers and beepers include alarm devices, timers and confirmation of user input
such as a mouse click or keystroke.
e. Relay- A relay is an electro-magnetic switch which can be used to turn ON or OFF of any machine. Relays
allow one circuit to switch a second circuit which is completely separated from the first. In this paper, current
situation of compressor and dryer will be displayed on PC along with status of air. From PC user can turn OFF
any machine from ON condition by using zigbee without any wired connections. PC will send message to PIC
by zigbee. PIC will perform that operation using relay.
f. Zigbee- zigbee is used for wireless communication.
4. Software Used-
a. X-CTU- For PIC to computer interface, a terminal program such as X-CTU needs to be used. Although other
terminal programs might work as well, X-CTU software was designed specifically for the ZigBee, and in
addition to its terminal functions, it also has functions for testing signal strength, reading, saving, and writing the
state of the ZigBee, and updating firmware. The X-CTU program is run on the PC while connected to a Zig-Bee
via a serial port.
b. mikroC- In this software, libraries are provided with diagram and coding. It gives easiest possible solution
for developing applications for embedded system.
c. Proteus- Proteus is software for microprocessor simulation, schematic capture, and printed circuit board
(PCB) design.
d. Visual Basics- To show results on user‟s PC, visual basic software is used.
Review of Online Monitoring of status of air for Automation with alarm
DOI: 10.9790/2834-10629597 www.iosrjournals.org 97 | Page
3. Algorithm-
1. Initialization of microcontroller kit and display is to be completed.
2. Sensors (Temperature, Pressure, Dew point and Vibration) will generate data by sensing situation of
compressed air and compressor respectively.
3. O/P of Temperature, Pressure and Dew point sensor will be displayed on LCD along with ON/OFF conditions
of compressor and dryer.
4. The same data which has displayed on LCD is sent to PC by zigbee.
5. Output of vibration sensor is not displayed on LCD. Its output is connected to buzzer.
6. If output of vibration sensor goes beyond limit it will turn ON buzzer so that user would check fitted screws
of compressor.
7. User could see ON/OFF conditions of compressor and dryer on his PC along with O/P of sensors.
8. User can change ON/OFF conditions of dryer and compressor from PC. These instructions are sent by zigbee
from PC to PIC. PIC will control ON/OFF of dryer and compressor.
IV. Conclusion
„Automation‟ is the „main‟ key of success of any industry. This kind of automation is beneficial to
those industries where compressed dry air plays important role. This automation is safe to use and correct for
output. It doesn‟t need high investment and maintenance. It also has high lifetime. X-CTU software is used for
zigbee, mikroC is used for programming and using proteus user can check his circuit before mounting. As
shown in above pictures we get results.
References
[1] Purnima and S.R.N. Reddy., “Design of Remote Monitoring and Control System with Automatic Irrigation System using GSM-
Bluetooth,”International Journal of Computer Application, June 2012.
[2] N. Baker, “Zigbee and bluetooth strengths and weaknesses for industrial applications,” Computing & Control Engineering Journal,
vol. 16, pp. 20–25, Apr./May 2005.
[3] N. M. Z. Hashim, M. S. Sizali, “Wireless Patient Monitoring System”, International Journal of Science and Research (IJSR)
Volume 2 Issue 8, pp 250-255, 2013.
[4] Zigbee Development Kit Users Guide (2008), MeshNetics Doc. S-ZDK-451-01 v.1.10.
[5] K.F.Tsang,H.Y.Tung,K.L.Lam,(2009)“Zigbee:From Basics to Designs and Applications”, Prentice Hall.
[6] N. M. Z. Hashim, N. A. Ali, A. S. Jaafar , N. R. Mohamad, L. Salahuddin, N. A. Ishak, “Smart Ordering System via Bluetooth”,
International Journal of Computer Trends and Technology (IJCTT) – volume 4 Issue 7, pp. 2253 2256, 2013.
[7] N. M. Z. Hashim, S. H. Husin, A. S. Ja‟afar, N. A. A. Hamid, “Smart Wiper Control System”, International Journal of Application
or Innovation in Engineering & Management (IJAIEM) Volume 2 Issue 7, pp. 409-415, 2013.
[8] Y. Y. David Flowers, Kim Otten and N. Rajbharti. (2006, 12) Microchip stack for the zigbee protocol. Microchip Technology Inc.
[Online]. Available: http://www.microchip.com
[9] D. Flowers. (2006) Microcontroller Technology Inc. [Online]. Available: http://www.microcontroller.com
[10] Microchip technology Inc, (2002), MPLAB C18 C COMPILER USER‟s GUIDE.pdf.
[11] Transfer Multisort Elektronik Company (1990), DISPLAY ELEKTRONIK DEM16217-SYH-LY - Display: LCD; alphanumeric;
STN Positive; 16x2; LED; (84x44x8.5mm) Datasheet, pdf.
[12] N. M. Z. Hashim, S. N. K. S. Mohamed, “Development of Student Information System”, International Journal of Science and
Research (IJSR) Volume 2 Issue 8, pp 256-260, 2013.
[13] N. M. Z. Hashim, N. A. M. M. Arifin, “Laboratory Inventory System”, International Journal of Science and Research (IJSR)
Volume 2 Issue 8, pp 261-264, 2013.

More Related Content

What's hot

Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemAssociate Professor in VSB Coimbatore
 
IRJET- Warehouse Management using Iot
IRJET-  	  Warehouse Management using IotIRJET-  	  Warehouse Management using Iot
IRJET- Warehouse Management using IotIRJET Journal
 
IRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET Journal
 
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET Journal
 
H041035154
H041035154H041035154
H041035154IOSR-JEN
 
IRJET - Smart Crop Protection System from Animals using PIC
IRJET -  	  Smart Crop Protection System from Animals using PICIRJET -  	  Smart Crop Protection System from Animals using PIC
IRJET - Smart Crop Protection System from Animals using PICIRJET Journal
 
B04011 03 1318
B04011 03 1318B04011 03 1318
B04011 03 1318IJMER
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET Journal
 
IRJET- Gesture Controlled Drone for Agricultural Assistance
IRJET- Gesture Controlled Drone for Agricultural AssistanceIRJET- Gesture Controlled Drone for Agricultural Assistance
IRJET- Gesture Controlled Drone for Agricultural AssistanceIRJET Journal
 
IRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET Journal
 
IRJET- Smart Agriculture Monitoring System Based on Internet of Things
IRJET- Smart Agriculture Monitoring System Based on Internet of ThingsIRJET- Smart Agriculture Monitoring System Based on Internet of Things
IRJET- Smart Agriculture Monitoring System Based on Internet of ThingsIRJET Journal
 
An electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring systemAn electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring systemZac Darcy
 
Iot for smart agriculture
Iot for smart agricultureIot for smart agriculture
Iot for smart agricultureAtit Patumvan
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoTIRJET Journal
 
IRJET- Smart Army Jacket
IRJET-  	  Smart Army JacketIRJET-  	  Smart Army Jacket
IRJET- Smart Army JacketIRJET Journal
 
@Smart farming using io t
@Smart farming using io t@Smart farming using io t
@Smart farming using io tArun Singh
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET Journal
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for AndroidIRJET Journal
 

What's hot (20)

Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation System
 
IRJET- Warehouse Management using Iot
IRJET-  	  Warehouse Management using IotIRJET-  	  Warehouse Management using Iot
IRJET- Warehouse Management using Iot
 
IRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection System
 
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
 
H041035154
H041035154H041035154
H041035154
 
IRJET - Smart Crop Protection System from Animals using PIC
IRJET -  	  Smart Crop Protection System from Animals using PICIRJET -  	  Smart Crop Protection System from Animals using PIC
IRJET - Smart Crop Protection System from Animals using PIC
 
B04011 03 1318
B04011 03 1318B04011 03 1318
B04011 03 1318
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile Technology
 
IRJET- Gesture Controlled Drone for Agricultural Assistance
IRJET- Gesture Controlled Drone for Agricultural AssistanceIRJET- Gesture Controlled Drone for Agricultural Assistance
IRJET- Gesture Controlled Drone for Agricultural Assistance
 
IRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring SystemIRJET - IoT based Smart Agriculture Monitoring System
IRJET - IoT based Smart Agriculture Monitoring System
 
IRJET- Smart Agriculture Monitoring System Based on Internet of Things
IRJET- Smart Agriculture Monitoring System Based on Internet of ThingsIRJET- Smart Agriculture Monitoring System Based on Internet of Things
IRJET- Smart Agriculture Monitoring System Based on Internet of Things
 
C010331428
C010331428C010331428
C010331428
 
An electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring systemAn electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring system
 
Iot for smart agriculture
Iot for smart agricultureIot for smart agriculture
Iot for smart agriculture
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoT
 
Introduction
IntroductionIntroduction
Introduction
 
IRJET- Smart Army Jacket
IRJET-  	  Smart Army JacketIRJET-  	  Smart Army Jacket
IRJET- Smart Army Jacket
 
@Smart farming using io t
@Smart farming using io t@Smart farming using io t
@Smart farming using io t
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 

Viewers also liked

Secure System based on Dynamic Features of IRIS Recognition
Secure System based on Dynamic Features of IRIS RecognitionSecure System based on Dynamic Features of IRIS Recognition
Secure System based on Dynamic Features of IRIS Recognitionijsrd.com
 
Bucket Elevator Basics: Definitions & Details
Bucket Elevator Basics: Definitions & DetailsBucket Elevator Basics: Definitions & Details
Bucket Elevator Basics: Definitions & DetailsWebster Industries Inc.
 
Project presentation
Project presentationProject presentation
Project presentationRobin Neupane
 
Bucket elevator-o&m-5-21-13
Bucket elevator-o&m-5-21-13Bucket elevator-o&m-5-21-13
Bucket elevator-o&m-5-21-13Edisson Valencia
 
Turning fixtures
Turning  fixturesTurning  fixtures
Turning fixturesGuhan M
 
Design and Model of Bucket Elevator
Design and Model of Bucket ElevatorDesign and Model of Bucket Elevator
Design and Model of Bucket ElevatorUtkarsh Amaravat
 
Jigs & fixtures by LeLogix CAD Training Center
Jigs & fixtures  by LeLogix CAD Training CenterJigs & fixtures  by LeLogix CAD Training Center
Jigs & fixtures by LeLogix CAD Training Centerlelogixdesign
 
Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...IOSR Journals
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Study of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 composite
Study of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 compositeStudy of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 composite
Study of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 compositeIOSR Journals
 
Touchpad Monitored Car
Touchpad Monitored Car Touchpad Monitored Car
Touchpad Monitored Car IOSR Journals
 

Viewers also liked (20)

Secure System based on Dynamic Features of IRIS Recognition
Secure System based on Dynamic Features of IRIS RecognitionSecure System based on Dynamic Features of IRIS Recognition
Secure System based on Dynamic Features of IRIS Recognition
 
CC-S Elevator Bucket Presentation
CC-S Elevator Bucket PresentationCC-S Elevator Bucket Presentation
CC-S Elevator Bucket Presentation
 
Bucket Elevator Basics: Definitions & Details
Bucket Elevator Basics: Definitions & DetailsBucket Elevator Basics: Definitions & Details
Bucket Elevator Basics: Definitions & Details
 
Bucket elevator
Bucket elevator  Bucket elevator
Bucket elevator
 
Ropeway
RopewayRopeway
Ropeway
 
Project presentation
Project presentationProject presentation
Project presentation
 
Bucket elevator-o&m-5-21-13
Bucket elevator-o&m-5-21-13Bucket elevator-o&m-5-21-13
Bucket elevator-o&m-5-21-13
 
Mini cutoff machine
Mini cutoff machineMini cutoff machine
Mini cutoff machine
 
Turning fixtures
Turning  fixturesTurning  fixtures
Turning fixtures
 
Design and Model of Bucket Elevator
Design and Model of Bucket ElevatorDesign and Model of Bucket Elevator
Design and Model of Bucket Elevator
 
Bucket Elevator
Bucket ElevatorBucket Elevator
Bucket Elevator
 
Jigs & fixtures by LeLogix CAD Training Center
Jigs & fixtures  by LeLogix CAD Training CenterJigs & fixtures  by LeLogix CAD Training Center
Jigs & fixtures by LeLogix CAD Training Center
 
C011111523
C011111523C011111523
C011111523
 
Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...
 
B010620508
B010620508B010620508
B010620508
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
P01262101104
P01262101104P01262101104
P01262101104
 
Study of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 composite
Study of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 compositeStudy of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 composite
Study of the Tribological behavior of as cast Al-4.2%Cu-Al2O3 composite
 
Touchpad Monitored Car
Touchpad Monitored Car Touchpad Monitored Car
Touchpad Monitored Car
 
I010114657
I010114657I010114657
I010114657
 

Similar to M010629597

IRJET- IoT based Industrial Pollution Monitoring System
IRJET-  	  IoT based Industrial Pollution Monitoring SystemIRJET-  	  IoT based Industrial Pollution Monitoring System
IRJET- IoT based Industrial Pollution Monitoring SystemIRJET Journal
 
shubham seminar report.pptx
shubham seminar report.pptxshubham seminar report.pptx
shubham seminar report.pptxfakeacc28
 
Annunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature ControlAnnunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature ControlIOSR Journals
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMIRJET Journal
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality MonitorIRJET Journal
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET Journal
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET Journal
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy SavingIRJET Journal
 
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield FarmersRain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield FarmersIRJET Journal
 
Industrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTIndustrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTAyush Chhangani
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Mahira Banu
 
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMAAN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMAIRJET Journal
 
Industrial monitoring and control system using android application
Industrial monitoring and control system using android applicationIndustrial monitoring and control system using android application
Industrial monitoring and control system using android applicationAvinash Vemula
 
Presentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptxPresentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptxMukulRawat37
 
Intelligent Industrial Helmet
Intelligent Industrial HelmetIntelligent Industrial Helmet
Intelligent Industrial HelmetIRJET Journal
 
IRJET- Industrial Automation with a Smart Robot and Mobile Control
IRJET- Industrial Automation with a Smart Robot and Mobile ControlIRJET- Industrial Automation with a Smart Robot and Mobile Control
IRJET- Industrial Automation with a Smart Robot and Mobile ControlIRJET Journal
 

Similar to M010629597 (20)

IRJET- IoT based Industrial Pollution Monitoring System
IRJET-  	  IoT based Industrial Pollution Monitoring SystemIRJET-  	  IoT based Industrial Pollution Monitoring System
IRJET- IoT based Industrial Pollution Monitoring System
 
shubham seminar report.pptx
shubham seminar report.pptxshubham seminar report.pptx
shubham seminar report.pptx
 
Annunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature ControlAnnunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature Control
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
 
4. 8484 1-pb
4. 8484 1-pb4. 8484 1-pb
4. 8484 1-pb
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality Monitor
 
M44096368
M44096368M44096368
M44096368
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety System
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy Saving
 
[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.,
 
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield FarmersRain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
 
Industrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTIndustrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOT
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)
 
Journal ishe
Journal isheJournal ishe
Journal ishe
 
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMAAN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
AN ADVANCED MONITORING AND HEALTH CARE FOR ASTHMA
 
Industrial monitoring and control system using android application
Industrial monitoring and control system using android applicationIndustrial monitoring and control system using android application
Industrial monitoring and control system using android application
 
Presentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptxPresentation on minor[1]-1.pptx
Presentation on minor[1]-1.pptx
 
Intelligent Industrial Helmet
Intelligent Industrial HelmetIntelligent Industrial Helmet
Intelligent Industrial Helmet
 
IRJET- Industrial Automation with a Smart Robot and Mobile Control
IRJET- Industrial Automation with a Smart Robot and Mobile ControlIRJET- Industrial Automation with a Smart Robot and Mobile Control
IRJET- Industrial Automation with a Smart Robot and Mobile Control
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

M010629597

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. II (Nov - Dec .2015), PP 95-97 www.iosrjournals.org DOI: 10.9790/2834-10629597 www.iosrjournals.org 95 | Page Review of Online Monitoring of status of air for Automation with alarm Miss. Manaswi M. Latthe, Dr. Mrs. S B Patil Asst. Professor Dr. JJMCOE Jaysingpur Professor Dr. JJMCOE Jaysingpur Abstract: Safety is the most vital part of any type of industry. Negligence in the safety part may cause damaging of high quality equipment or may cause loss of human life. In industry safety and security is a fundamental aspect. To avoid unwanted phenomena all industries follows some basic precaution [1]. Communication is the most vital key factor today, to monitor different parameters continuously and to take necessary actions to avoid any types of hazards related to production and security. To avoid loss of material and human health, security and safety system and reliable continuous faithful communication system is essential. To improve security, safety and productivity a reliable communication system must be established. The communication network must not be interrupted at any moment and at any condition. Inside factory, the wired communication network system is not so effective. The reliability and long life of conventional communications systems in harsh environments has always been a problem. Inside factory due to uncomfortable situation the installation cost and maintenance cost is high for wired communication networks. I. Introduction Compressed air is an important component of many industries. It affects the quality of the process and the end product. Compressed air often comprises the highest use of electricity in a plant. Since the importance of clean, dry compressed air and the cost associated with it is very high, carefully managing and monitoring of it becomes an important task for any plant. Dew point is one of the most important parameters associated with the quality of compressed air.Dew point is the quantity of moisture in air. Industries needs dry air that is less moisture. „Power Tool‟ division is one of the divisions of „Kulkarni Power Tools‟. This division requires high pressured air of „certain‟ pressure with „certain‟ moisture in that air. Wrong pressure or wrong moisture can harm the machinery. Compressor is used to control the pressure and dryer is used to control the moisture of that air. That is, HIGH pressured DRY air is used for production. To avoid such harms and to avoid separate man power to control these things, company has started this „automation‟ based project. After completion of this project user can see parameters of compressor and dryer on display, also higher authority can see this on PC.To take care of pressure, moisture, temperature of compressor and dryer a separate man power is needed. Though man power is made available, there are still chances of accidents and human made errors. In such situations, instead of investing in a „man power‟ company could invest in „machinery (automation)‟. II. Methodology Block Diagram for Display Unit–
  • 2. Review of Online Monitoring of status of air for Automation with alarm DOI: 10.9790/2834-10629597 www.iosrjournals.org 96 | Page Sensors will sense the current status of air. Output of these sensors is given to signal conditioners. Signal conditioning means manipulating an analog signal in such a way that it meets the requirements of the next stage for further processing. Output of sensors is given to PIC Microcontroller 16F877A.Output of three sensors Temperature, Pressure and Dew point will be displayed on LCD by PIC Microcontroller. Output of vibration sensor will be given to alarm by PIC Microcontroller. If compressor or dryer is not in proper condition, that may create vibrations. If vibrations are beyond limits, that may turn ON alarm. Thus “Prevention is better than Cure”. Same data which is displayed on LCD can be displayed on PC also. Here in this paper, this communication between PC and PIC Microcontroller is done by Zigbee. Block Diagram for Control Unit- In control unit parameters of air like pressure, temperature and dew point are controlled by PC. Message is sent by PC to max 232 and max 232 to Zigbee. Zigbee sends that messages to Microcontroller. Max 232 is used to send and receive the signals given by the PC and microcontroller . It is used for the serial communication between Zigbee and PC. It also converts the data into serial manner and send to the microcontroller as well as Zigbee transceiver. III. Hardware Used- a.Sensors- A sensor is a converter that measures a physical quantity and converts it into a signal which can be read by an observer or by an instrument. In this paper we have used 4 types of sensors-pressure, temperature, dew point and vibration sensor. b. Signal Conditioners- In electronics, signal conditioning means manipulating an analog signal in such a way that it meets the requirements of the next stage for further processing. Most common use is in analog-to-digital converters. Signal conditioning can include amplification, filtering, converting, range matching, isolation and any other processes required to make sensor output suitable for processing after conditioning. c. PIC 16F877A- PIC is a family of RISC (Reduced Instruction Set Computer) microcontroller. While 8051 falls somewhat in between RISC and CISC (Complex Instruction Set Computer). PICs are faster, more reliable (high noise immunity) and code-efficient than 8051s. It has internal memory. d.Buzzer- A buzzer is an audio signaling device, which may be mechanical, electromechanical, or piezoelectric. Typical uses of buzzers and beepers include alarm devices, timers and confirmation of user input such as a mouse click or keystroke. e. Relay- A relay is an electro-magnetic switch which can be used to turn ON or OFF of any machine. Relays allow one circuit to switch a second circuit which is completely separated from the first. In this paper, current situation of compressor and dryer will be displayed on PC along with status of air. From PC user can turn OFF any machine from ON condition by using zigbee without any wired connections. PC will send message to PIC by zigbee. PIC will perform that operation using relay. f. Zigbee- zigbee is used for wireless communication. 4. Software Used- a. X-CTU- For PIC to computer interface, a terminal program such as X-CTU needs to be used. Although other terminal programs might work as well, X-CTU software was designed specifically for the ZigBee, and in addition to its terminal functions, it also has functions for testing signal strength, reading, saving, and writing the state of the ZigBee, and updating firmware. The X-CTU program is run on the PC while connected to a Zig-Bee via a serial port. b. mikroC- In this software, libraries are provided with diagram and coding. It gives easiest possible solution for developing applications for embedded system. c. Proteus- Proteus is software for microprocessor simulation, schematic capture, and printed circuit board (PCB) design. d. Visual Basics- To show results on user‟s PC, visual basic software is used.
  • 3. Review of Online Monitoring of status of air for Automation with alarm DOI: 10.9790/2834-10629597 www.iosrjournals.org 97 | Page 3. Algorithm- 1. Initialization of microcontroller kit and display is to be completed. 2. Sensors (Temperature, Pressure, Dew point and Vibration) will generate data by sensing situation of compressed air and compressor respectively. 3. O/P of Temperature, Pressure and Dew point sensor will be displayed on LCD along with ON/OFF conditions of compressor and dryer. 4. The same data which has displayed on LCD is sent to PC by zigbee. 5. Output of vibration sensor is not displayed on LCD. Its output is connected to buzzer. 6. If output of vibration sensor goes beyond limit it will turn ON buzzer so that user would check fitted screws of compressor. 7. User could see ON/OFF conditions of compressor and dryer on his PC along with O/P of sensors. 8. User can change ON/OFF conditions of dryer and compressor from PC. These instructions are sent by zigbee from PC to PIC. PIC will control ON/OFF of dryer and compressor. IV. Conclusion „Automation‟ is the „main‟ key of success of any industry. This kind of automation is beneficial to those industries where compressed dry air plays important role. This automation is safe to use and correct for output. It doesn‟t need high investment and maintenance. It also has high lifetime. X-CTU software is used for zigbee, mikroC is used for programming and using proteus user can check his circuit before mounting. As shown in above pictures we get results. References [1] Purnima and S.R.N. Reddy., “Design of Remote Monitoring and Control System with Automatic Irrigation System using GSM- Bluetooth,”International Journal of Computer Application, June 2012. [2] N. Baker, “Zigbee and bluetooth strengths and weaknesses for industrial applications,” Computing & Control Engineering Journal, vol. 16, pp. 20–25, Apr./May 2005. [3] N. M. Z. Hashim, M. S. Sizali, “Wireless Patient Monitoring System”, International Journal of Science and Research (IJSR) Volume 2 Issue 8, pp 250-255, 2013. [4] Zigbee Development Kit Users Guide (2008), MeshNetics Doc. S-ZDK-451-01 v.1.10. [5] K.F.Tsang,H.Y.Tung,K.L.Lam,(2009)“Zigbee:From Basics to Designs and Applications”, Prentice Hall. [6] N. M. Z. Hashim, N. A. Ali, A. S. Jaafar , N. R. Mohamad, L. Salahuddin, N. A. Ishak, “Smart Ordering System via Bluetooth”, International Journal of Computer Trends and Technology (IJCTT) – volume 4 Issue 7, pp. 2253 2256, 2013. [7] N. M. Z. Hashim, S. H. Husin, A. S. Ja‟afar, N. A. A. Hamid, “Smart Wiper Control System”, International Journal of Application or Innovation in Engineering & Management (IJAIEM) Volume 2 Issue 7, pp. 409-415, 2013. [8] Y. Y. David Flowers, Kim Otten and N. Rajbharti. (2006, 12) Microchip stack for the zigbee protocol. Microchip Technology Inc. [Online]. Available: http://www.microchip.com [9] D. Flowers. (2006) Microcontroller Technology Inc. [Online]. Available: http://www.microcontroller.com [10] Microchip technology Inc, (2002), MPLAB C18 C COMPILER USER‟s GUIDE.pdf. [11] Transfer Multisort Elektronik Company (1990), DISPLAY ELEKTRONIK DEM16217-SYH-LY - Display: LCD; alphanumeric; STN Positive; 16x2; LED; (84x44x8.5mm) Datasheet, pdf. [12] N. M. Z. Hashim, S. N. K. S. Mohamed, “Development of Student Information System”, International Journal of Science and Research (IJSR) Volume 2 Issue 8, pp 256-260, 2013. [13] N. M. Z. Hashim, N. A. M. M. Arifin, “Laboratory Inventory System”, International Journal of Science and Research (IJSR) Volume 2 Issue 8, pp 261-264, 2013.