Microcontroller based design for Tele-sensing and extinguishing fire

Size: px
Start display at page:

Download "Microcontroller based design for Tele-sensing and extinguishing fire"

Transcription

1 Microcontroller based design for Tele-sensing and extinguishing fire Hany abdelhady Almedhegi 1, Ameen babekr abdelnaby 2, Abdelrasoul Jabar Alzubaidi 3 1 Sudan Academy of Sciences (SAS); Council of Engineering Researches & Industrial Technologies almedhegi@yahool.com 2 Engineering College Alneelain University-Sudan 3 Electronics Dept- Engineering College Sudan University of science and Technology Rasoul46@live.com Abstract: Remote sensing (or Tele-sensing) have a wide variety of applications. Security is one of these applications.different design technologies are implemented. This paper sheds the light on this challenging issue to steady and propose an intelligent electronic circuit design solutions for the remote sensing operations. An electronic circuit design based on using a microcontroller is proposed. A real time sensing and response electronic circuit is implemented to fulfill this task.the system design is programmable (i.e. intelligent) and hence the electronic actions established in the design can be modified easily. An electronic interface circuit is deigned to be connected to the microcontrollers.the task of the electronic interface circuit is to acquire data from the sensors and to give commands to the electronic and electrical devices connected to the circuit. Keywords : microcontrollers, remote control, Tele-sensing, interface circuit, smart sensors. I. INTRODUCTION Tele-sensing allows to sense and evaluate remote locations using telecommunications technology. It also allows users to access expertise quickly, efficiently and without travel. Tele-sensing offers a reduced cost solution to delivering remote services when and where it is needed. Tele-sensing can be used in many fields such as, medical field, security, industry, education,and so on. Tele-sensing faces many demand in security applications. It offers a real time sensing of remote locations. Hence remote sensing can provide high security to the vital locations. In industrial applications, an electronic control facilities should be added to the Tele-sensing in order to achieve remote industry. Fire attack System is one of the applications used to prevent, extinguish, localize, or 200

2 block fires in enclosed spaces. Automatic fire-fighting systems are installed in buildings and rooms where the fire hazard is comparatively high. A distinction is made between systems that are actuated automatically and operate according to a predetermined program and those that are actuated by an operator. An automatic firefighting system includes a sensor capable of detecting combustion, alarm signaling devices, fire-extinguishing equipment, starting and stopping devices, and feeders for the fire-extinguishing substance. Atomizers, foam generators, and pipe nozzles form and direct the stream of the fire-extinguishing substance, which may be a liquid, foam, powder, or gas. Fireextinguishing substances are fed into the system from a centralized supply, such as a water supply, or from self-contained or combined feeders. The most widely used systems employ water (sprinkler and drencher systems), carbon dioxide, aerosols, or powders. A sprinkler system consists of a grid of pipelines located on the ceiling of the room, with sprinkler heads attached to the pipes by threaded connections. Drencher systems, which use nozzles without thermal locks, are actuated either by a sprinkler installed in a trigger air line or by a cable-type thermal lock. Automatic fire protection systems are classified according to the time elapsed between the start of the fire and the actuation of the system. The fireextinguishing substance can be applied for periods ranging from 30 second to 3600 second. II. APPROACH The system is divided into parts; hardware and software. In the hardware, a large and complex sensor circuitry is to be designed to develop system awareness and capability to detect over-temperature, smoke and flame. A microcontroller (ATmega 32) is used to process the various sensor signals and control the system actuators accordingly. A firefighting pump will be interfaced to the microcontroller, and a GSM module (SIM900) will be interconnected to the system and used to send and receive SMS indicating the environment status and for issuing extinguishing commands when needed. A software code is developed to control the overall system functions. The code is written in BASIC language using Basic Compiler for AVR (BASCOM-AVR). 201

3 III. SYSTEM LAYOUT AND COMPONENTS The block diagram of the hardware implementation of the entire system is shown in Figure (1). The aim of the design is to illustrate the usage of the fire attack applications and the minimum equipments required to construct the fire fighting system.these equipments include a microcontroller, pump water, smoke sensor, temperature sensor, flame sensor, LCD, GSM modem. DATA ACQUISIT. INTERFACE SMOKE SENSOR FLAME SENSOR TEMP. SENSOR WATER PUMP i MICROCON TROLLER INTERFACE SIREN LCD GSM MOD. PC + GSM MODEM Figure (1) Block diagram of the wireless fire fighting system 202

4 The input system consists of three - Smoke Sensor sensors.the system issues continuously the A smoke detector is a device that status of the location and operates by a detects smoke, typically as an indicator of command when the fire is affirmative. The fire. Smoke detectors are typically housed in mechanism of the system operation is based a disk-shaped plastic enclosure. Most smoke on equation (1) giving true value which detectors work either by optical detection confirms the happening of fire. (photoelectric) or by physical process (ionization), while others use both detection Fire = [ (temperature sensor) ON AND methods to increase sensitivity to smoke. (flame sensor) ON AND (smoke sensor) ON ]. (1) - LM35 Temperature Sensor The hardware components are : - Microcontroller: It is the heart of the system which controls all the activities of transmitting and receiving. A microcontroller (also MCU or µc) is a functional computer system-on-a chip. It contains a processor core, memory, and programmable input/output peripherals. Microcontrollers include an integrated CPU, memory (a small amount of RAM, program memory, or both) and peripherals capable of input and output. The IC used is ATmega 32. It is an 8-bit microcontroller with 32 Kbytes of In-System Programming Flash Memory. BASCOM_AVR programmers Notepad is used. The code after compilation generates. hex file which is a hardware level code. These sensors use a solid-state technique to determine the temperature.. They use the fact as temperature increases, the voltage across a diode increases at a known rate. (Technically, this is actually the voltage drop between the base and emitter - the Vbe - of a transistor). By precisely amplifying the voltage change, it is easy to generate an analog signal that is directly proportional to temperature. There have been some improvements on the technique but, essentially that is how temperature is measured. Because these sensors have no moving parts, they are precise, never wear out, don't need calibration, work under many environmental conditions, and are consistent between sensors and readings. Moreover they are easy to use. 203

5 - Flame Sensor This Flame Sensor can be used to detect fire source or other light sources of the wave length in the range of (760nm nm). It is based on the YG1006 sensor which is a high speed and high sensitive NPN silicon phototransistor. Due to its black epoxy, the sensor is sensitive to infrared radiation. Institute (ETSI). It is controlled via AT commands. - Siren : It is used to generate alarm sound whenever any of the sensors become active. - LCD : It is used for display. IV. ALGORITHM - Pump water Pump is a device used to move fluids (liquids or gases) or sometimes slurries by mechanical action. Pumps can be classified into three major groups according to the method they use to move the fluid direct lift, displacement, and gravity pumps. Pumps must have a mechanism which operates them, and consume energy to perform mechanical work by moving the fluid. The activating mechanism is often reciprocating or rotary. - GSM (Global System for Mobile Communications) GSM is a standard developed by the European Telecommunications Standards The microcontroller algorithm is based on performing the following steps :.. Polling the sensors... If the temperature sensor gives high reading, it is an indication of possible fire.... If the flame sensor gives abnormal reading, it is an indication of possible fire... If the smoke sensor gives a smoke alarm, it is an indication of possible fire... If the two sensors give abnormal readings, it is an indication of high possibility of fire... If the.three sensors gives abnormal readings, it is a definite indication of fire.. Bascom programming language is used in programming the microcontroller The algorithm for the system is : Start Initialization :.. Put firefight pump to OFF. Display normal status on the screen of the LCD. Poll the sensors:.. If ( temperature > 50 ), then call temperature 204

6 .. If ( flame = ON ), then call flame.. If ( smoke = ON ), then call smoke.. If [( temperature > 50 ) AND ( flame = ON )], then call temperature-flame.. If [( temperature > 50 ) AND ( smoke = ON )], then call temperature-smoke.. If [( flame = ON ) AND ( smoke = ON )], then call flame-smoke.. If [( temperature > 50 ) AND ( flame = ON ) AND ( smoke = ON )], then call temperatureflame-smoke Go to Poll the sensors. Temperature : Display over temperature on the screen of the LCD.... Activate siren for 10 seconds. Flame : Display flame on the screen of the LCD.... Activate siren for 10 seconds. Smoke : Display smoke on the screen of the LCD.... Activate siren for 10 seconds. Temperature-flame : Display over temperature + flame on the screen of the LCD.... Activate siren for 20 seconds. temperature-smoke : Display over temperature + smoke on the screen of the LCD.... Activate siren for 210 seconds. flame-smoke : Display flame + smoke on the screen of the LCD.... Activate siren for 20 seconds. Temperature-flame-smoke : Display Fire on the screen of the LCD.... Activate siren for 30 seconds. V. RESULTS Fire fighting task happens when the system confirms the fire occurrence.table (1) below shows the results when operating the system.the table indicates the action taken for each happening. 205

7 Table (1) The results when operating the system Temp. sensor Flame sensor Smoke sensor ACTION Siren ON (10s.) Siren ON (10s.) Siren ON (10s.) Siren ON (20s.) Siren ON (20s.) Siren ON (20s.) Siren ON (30s.) +Firefighting Command NOTE : Logic 1 = sensor is activated, Logic 0 = sensor is idle (not activated). VI. CONCLUSION References : Remote sensing observation allows to keep an eye on any thing.. At the sensed location, data acquisition from the sensors is continuous. The design of the sensing system can gather real-time sensing, giving alarm, and communicate to a remote personnel computer. In this system a microcontroller is used to control and operate the whole system. The system is capable of indicating its status through SMS messages.. The ATmega32 microcontroller is used to process the sensor circuitry input and interface the system to GSM network to enable wireless communication. It is also used to control a firefighting pump to put out flames when detected. [1] Remote control control April.1O [2] Remote control by phone March [3] tector,accessed 05/04/2014. [4] Steven Steven Frank Barrett, Daniel J. Pack, Atmel AVR Microcontroller Primer: Programming and Interfacing, Morgan & Claypool Publishers, [5] [6] elecfreaks.com/wiki/index.php?title=efcom _pro_gprs/gsm_module, 206

Design and Implementation of Wireless Fire Fighting System

Design and Implementation of Wireless Fire Fighting System International Journal of Engineering Sciences Paradigms and Researches () Design and Implementation of Wireless Fire Fighting System Ahmed Abdelrahman 1 and Abdalbagy Ahmed M 2 1 Department of Electrical

More information

Intelligent monitoring system for automobiles

Intelligent monitoring system for automobiles RESEARCH ARTICLE OPEN ACCESS Intelligent monitoring system for automobiles M.PADMA LALITHA 1, M.MUNI KUMAR 2, K.NAGENDRA BABU 3, K.RAVI TEJA 4 Dept. of Electrical and Electronics Engineering, Annamacharya

More information

Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM

Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM Intelligent Fire Detection and Visual Guided Evacuation System Using Arduino and GSM Naresh Kumar 1,Poonam Kumari 2 1 M.Tech(Instrumentation), UCIM, Panjab University, Chandigarh, India 2 Assistant Professor,

More information

Portable Micro controlled Nephelometer (PMN) for Potassium Determination

Portable Micro controlled Nephelometer (PMN) for Potassium Determination Portable Micro controlled Nephelometer (PMN) for Potassium Determination Abdelrasoul jabar Alzubaidi 1 Sudan university of science and technology- Engineering Collage-School of electronic Khartoum- Sudan.

More information

Industrial and home safety Management using GSM

Industrial and home safety Management using GSM IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 30-34 www.iosrjournals.org Industrial and home safety Management using GSM Prof. Dr. Hanuman Prasad

More information

6367(Print), ISSN (Online) Volume (IJCET) 3, Issue 2, July- September (2012), IAEME

6367(Print), ISSN (Online) Volume (IJCET) 3, Issue 2, July- September (2012), IAEME INTERNATIONAL International Journal JOURNAL of Computer OF Engineering COMPUTER and Technology ENGINEERING (IJCET), & ISSN TECHNOLOGY 0976 6367(Print), ISSN 0976 6375(Online) Volume (IJCET) 3, Issue 2,

More information

Fire Detecting and Water Sprinkling Using Robotics

Fire Detecting and Water Sprinkling Using Robotics Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(8): 504-510 Research Article ISSN: 2394-658X Fire Detecting and Water Sprinkling Using Robotics D. Anjaneyulu,

More information

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING

ENACTMENT OF SCADA SYSTEM FOR JUDICIOUS DWELLING Int. J. Engg. Res. & Sci. & Tech. 2014 Mohammed Tabrez Ud Doula and G Kalaimagal, 2014 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 3, No. 2, May 2014 2014 IJERST. All Rights Reserved ENACTMENT OF

More information

LIQUEFIED PETROLEUM GAS DIFFUSER Home automation based fire security.

LIQUEFIED PETROLEUM GAS DIFFUSER Home automation based fire security. LIQUEFIED PETROLEU GAS DIFFUSER Home automation based fire security. 1 Hiren Dilip Patel, Trinity College 0f Engineering & Research, 2 Ameem Ahmed Khan, Saboo Siddik College of Engineering, Abstract: Gas

More information

XBee Based Industrial And Home Security System

XBee Based Industrial And Home Security System XBee Based Industrial And Home Security System Introduction: Home security is one of the essential requirements for everyone nowadays due to the high rate of crimes. People are intended to take certain

More information

Petrol Bunk Automation with Prepaid Card using GSM Identification

Petrol Bunk Automation with Prepaid Card using GSM Identification Petrol Bunk Automation with Prepaid Card using GSM Identification G.Janani 1 1 B.E-Electronics and Communication Engineering, A.V.C. College of Engineering, Mannanmpandal Abstract: In current days fuel

More information

Multi Security System

Multi Security System Page 1 TRIBHUVAN UNIVERSITY INSTITUTE OF ENGINEERING Pulchowk Campus A Project Report on Multi Security System Submitted to LOCUS 2014 Team Submitted By Manish Munikar 070-BCT-520 Kritish Pahi 070-BCT-517

More information

BURGLAR ALARM USING ARDUINO AND PIR SENSOR WITH SMS ALERT Burgoji Santhosh Kumar 1, S.Ramesh 2 1

BURGLAR ALARM USING ARDUINO AND PIR SENSOR WITH SMS ALERT Burgoji Santhosh Kumar 1, S.Ramesh 2 1 BURGLAR ALARM USING ARDUINO AND PIR SENSOR WITH SMS ALERT Burgoji Santhosh Kumar 1, S.Ramesh 2 1 Assistant Professor, Dept of ECE, Anurag Group of Institutions, Telangana, India. 2 Assistant Professor,

More information

Break-in Detector and Alarm System

Break-in Detector and Alarm System EE 318, Electronic Design Lab report, EE Dept, March 2007 Break-in Detector and Alarm System Group No. : B3 Abhijit Gupta(04007004) Chirag Singla(04007005)

More information

Android Operated Intelligent Fire Extinguishing Vehicle

Android Operated Intelligent Fire Extinguishing Vehicle Android Operated Intelligent Fire Extinguishing Vehicle Manish Kumar Jain, Manoj Kumar Ramawat, and Neha Khandelwal Poornima College of Engineering Abstract We design the fire discovery system using four

More information

A Cost Effective Embedded Design for Security and Automation in Industries

A Cost Effective Embedded Design for Security and Automation in Industries A Cost Effective Embedded Design for Security and Automation in Industries Sandeep Kumar Yerlanki Visakha Institute of Engineering and Technology Dept. of ECE Visakhapatnam, India - 530027 Praveen L. V.

More information

AUTOMATIC OIL LEAK DETECTION CONVEYED OVER GSM R.SUNDAR. Assistant Professor, Department of EEE Marine, AMET University, Chennai, Tamil Nadu, India

AUTOMATIC OIL LEAK DETECTION CONVEYED OVER GSM R.SUNDAR. Assistant Professor, Department of EEE Marine, AMET University, Chennai, Tamil Nadu, India International Journal of Mechanical and Production Engineering Research and Development (IJMPERD) ISSN (P): 2249-6890; ISSN (E): 2249-8001 Vol. 8, Issue 1, Feb 2018, 851-856 TJPRC Pvt. Ltd AUTOMATIC OIL

More information

Android Controlled Fire Fighting Robot

Android Controlled Fire Fighting Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Android Controlled Fire Fighting Robot S. Sakthi Priyanka R. Sangeetha Department

More information

International Journal Of Advanced Research In Engineering Technology & Sciences

International Journal Of Advanced Research In Engineering Technology & Sciences International Journal Of Advanced Research In Engineering Technology & Sciences Email: editor@ijarets.org March- 2015 Volume 2, Issue-3 www.ijarets.org Microcontroller Based Smart ROBO Using GSM Mohd Ozer,

More information

IOT Based Intelligent Bin for Smart Cities

IOT Based Intelligent Bin for Smart Cities IOT Based Intelligent Bin for Smart Cities Meghana K C Department of Electronics & Communication Engineering S. J. B Institute of Technology Bengaluru, India kccmmeghana@gmail.com Dr. K R Nataraj Department

More information

GSM Based Computer Lab Security System Using PIR Sensors

GSM Based Computer Lab Security System Using PIR Sensors Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Firefighting Robot. I. Introduction

Firefighting Robot. I. Introduction Firefighting Robot Mustafa Hamza Abd-Elhamed Khalid 1 and Dr. Eltaher Mohamed Hussein 2 1 Control Engineering, Alneelain University, mustafa099935@gmail.com 2 College of Engineering, Sudan University of

More information

International Journal of Scientific Research and Reviews

International Journal of Scientific Research and Reviews Research article Available online www.ijsrr.org ISSN: 2279 0543 International Journal of Scientific Research and Reviews Fire Accident Avoidance System by using GSM and GPS Technology in Trains Shahataj

More information

Smart Personal Security Alert Walking Stick For Visually Challenged People

Smart Personal Security Alert Walking Stick For Visually Challenged People Smart Personal Security Alert Walking Stick For Visually Challenged People Punitha.V Revathi.S Sathiya Priya.B.M Department of Information Technology, Adhiyamaan College of Engineering, Hosur, Tamilnadu,

More information

Smart Gas Booking and LPG Leakage Detection System

Smart Gas Booking and LPG Leakage Detection System IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 09-13 www.iosrjournals.org Smart Gas Booking and LPG Leakage Detection System Halavva Patil 1, Shreedhar Niradi 2,

More information

"Three Preventions" System Design Based On Single-Chip Microcomputer (SCM) Control Jiaxiong Wen

Three Preventions System Design Based On Single-Chip Microcomputer (SCM) Control Jiaxiong Wen 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) "Three Preventions" System Design Based On Single-Chip Microcomputer (SCM) Control Jiaxiong Wen

More information

Implementation of Auto Car Washing System Using Two Robotic Arms

Implementation of Auto Car Washing System Using Two Robotic Arms Implementation of Auto Car Washing System Using Two Robotic Arms Pranoti Utekar 1, Sayali Naik 2, Monika Wadekar 3, S.G. Watve 4 U.G. Students, Department of Electronics and Telecommunication Engineering,

More information

PES s College of Engineering Phaltan, Shivaji University Kolhapur, Maharashtra, India

PES s College of Engineering Phaltan, Shivaji University Kolhapur, Maharashtra, India Android based Advance Anti-Theft Security System Supriya K. Jadhav 1, Kajal P. Kharat 2, Gaurav A. Bobade 3,Amruta R. Devkar 4, Prof. Amarsinh A. Ranaware 5 1, 2, 3,4 Graduate student, 5 Assistant Professor,

More information

Break-in Detection and Alarm System

Break-in Detection and Alarm System EE318 Electronic Design Lab-I, Project Report, EE Dept., IIT Bombay, March 2007 Break-in Detection and Alarm System Group no: B6 Rohan Joshi (04007022) Sudhanshu Tungare (04007021)

More information

REAL TIME TRACKING AND HEALTH MONITORING OF SOLDIERS USING GPS AND GSM MODULE

REAL TIME TRACKING AND HEALTH MONITORING OF SOLDIERS USING GPS AND GSM MODULE REAL TIME TRACKING AND HEALTH MONITORING OF SOLDIERS USING GPS AND GSM MODULE Kumar kandukuri 1 and R.Sindhuja 2,D.Thasneem 2 International Journal of Latest Trends in Engineering and Technology Vol.(8)Issue(3),

More information

Real Time Smart House Data Logging System Using LabVIEW

Real Time Smart House Data Logging System Using LabVIEW Real Time Smart House Data Logging System Using LabVIEW Pooja Whon 1, Prof. V. M. Kulkarni 2 P.G. Student, Department of Electronics & communication, MIT, A BAD, Maharashtra, India 1 Associate Professor,

More information

Design of Microwave Anti-theft Alarm Based on Microcontroller

Design of Microwave Anti-theft Alarm Based on Microcontroller Design of Microwave Anti-theft Alarm Based on Microcontroller Hanhong Tan Guangdong University of Science & Technology,Dongguan,523083, China Abstract At present, most households use safety gates and install

More information

Wearable Carbon Monoxide Warning System Using Wireless Sensors

Wearable Carbon Monoxide Warning System Using Wireless Sensors IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. VIII (Mar - Apr. 2014), PP 25-29 Wearable Carbon Monoxide Warning System

More information

[Patil* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Patil* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY INTELLIGENT LIGHTING SYSTEM WITH ENERGY EFFICIENCY Neha Patil*, Prof.A.C.Wani * P. G.Student, M.E. [Digital Electronics], SSBT

More information

Cost Effective Home Automation System

Cost Effective Home Automation System Cost Effective Home Automation System Kiran Buktare 1, Ganesh Chainpure 2, Onkar Mamilwad 3, Pradip More 4 and R. A. Patil 5 1,2,3,4 B.Tech. Students, Department of Electrical Engineering, V.J.T.I., Mumbai

More information

Hazardous Gas Detection using ARDUINO

Hazardous Gas Detection using ARDUINO IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X Hazardous Gas Detection using ARDUINO Prof. K.R.Katole Bhagyashree Bangade Vrushali

More information

Designing A Home Automation System by Using RF Receivers

Designing A Home Automation System by Using RF Receivers Designing A Home Automation System by Using RF Receivers Md. Nasfikur R Khan 1, Md. Rakib Hasan 2 1 Department of Electrical and Electronic Engineering, Independent University, Dhaka, Bangladesh 2 Department

More information

The Design of Temperature Control System for Vegetable Greenhouse

The Design of Temperature Control System for Vegetable Greenhouse The Design of Temperature Control System for Vegetable Greenhouse Chao Tang Electronics and Information Engineering, Changchun University of science and technology, Jilin Changchun 300, China Abstract

More information

Smart Home: Controlling and Monitoring Households Appliances Using Gsm Network

Smart Home: Controlling and Monitoring Households Appliances Using Gsm Network Computer Engineering and Applications Vol. 5, No. 2, June 2016 Smart Home: Controlling and Monitoring Households Appliances Using Gsm Network Budi Rahmadya, Fahrul Ghazi, Derisma Department of Computer

More information

BOILED WATER TEMPERATURE MEASUREMENT SYSTEM USING PIC MICROCONTROLLER

BOILED WATER TEMPERATURE MEASUREMENT SYSTEM USING PIC MICROCONTROLLER BOILED WATER TEMPERATURE MEASUREMENT SYSTEM USING PIC MICROCONTROLLER A T. Karuppiah 1, Azha. Periasamy 2, P. Rajkumar 3 M.Phil Scholar, Dept. of Electronics and Instrumentation, Bharathiar University,

More information

901-M / 901-ML. Pulse Oximetry System. Technical Information and Service Manual

901-M / 901-ML. Pulse Oximetry System. Technical Information and Service Manual 901-M / 901-ML Pulse Oximetry System Technical Information and Service Manual CONTENTS 1. PRELIMINARY REMARK...... 4 2. FUNCTION DESCRIPTION......... 5 2.1. INTENDED USE...5 2.2. CONTRAINDICATION...5 2.3.

More information

Design of Classroom Intelligent Lighting System Based on SCM. Jiale Zheng1, a

Design of Classroom Intelligent Lighting System Based on SCM. Jiale Zheng1, a 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) Design of Classroom Intelligent Lighting System Based on SCM Jiale Zheng1, a 1 North China Electric

More information

Design of Intelligent Alarm System Based on GSM Network Shun Qing XU

Design of Intelligent Alarm System Based on GSM Network Shun Qing XU Applied Mechanics and Materials Online: 2013-08-30 ISSN: 1662-7482, Vols. 373-375, pp 1578-1582 doi:10.4028/www.scientific.net/amm.373-375.1578 2013 Trans Tech Publications, Switzerland Design of Intelligent

More information

Wearable Real Time Health and Security Monitoring Scheme for Coal mine Workers

Wearable Real Time Health and Security Monitoring Scheme for Coal mine Workers Wearable Real Time Health and Security Monitoring Scheme for Coal mine Workers S. Jayabratha PG Scholar Department of ECE Nandha Engineering College,Erode,TN India E-mail:jayabrathasomu@gmail.com Dr. C.

More information

A Novel Approach to Garbage Management Using Internet of Things for Smart Cities

A Novel Approach to Garbage Management Using Internet of Things for Smart Cities e-issn 2455 1392 Volume 2 Issue 5, May 2016 pp. 348 353 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com A Novel Approach to Garbage Management Using Internet of Things for Smart Cities Kasliwal

More information

II. METHODS AND MATERIALS

II. METHODS AND MATERIALS Smart Home using PLC Naveen Kumar P 1, Naveen Kumar K 2, Arvind M 3, Senthilraja S 4 1,2,3 U.G. Student, 4 Assistant Professor Department of Mechanical and Automation Engineering, Mahendra Engineering

More information

AUTOMATIC ROOM LIGHT AND FAN CONTROLLER WITH BI- DIRECTIONAL VISITOR COUNTER

AUTOMATIC ROOM LIGHT AND FAN CONTROLLER WITH BI- DIRECTIONAL VISITOR COUNTER AUTOMATIC ROOM LIGHT AND FAN CONTROLLER WITH BI- DIRECTIONAL VISITOR COUNTER R.R.Yuganandhine 1, Kiruthika.J 2, Manju.S 3, Mythili.K 4, Manikandan.R.K 5 1 Assistant Professor, 2,3,4,5 Student Members Department

More information

Virtual Boundary System Using Passive Infrared Sensor

Virtual Boundary System Using Passive Infrared Sensor International Journal of Education and Science Research Review E-ISSN 2348-6457 Volume-3, Issue-2 April- 2016 Virtual Boundary System Using Passive Infrared Sensor Saptarshi Gupta Assistant Professor SRM

More information

Design and Implementation of Wireless Gas Sensing Network for Preventing Industrial Calamity

Design and Implementation of Wireless Gas Sensing Network for Preventing Industrial Calamity Design and Implementation of Wireless Gas Sensing Network for Preventing Industrial Calamity 1 Dr.S.Padmapriya M.E,Ph.D Head of the Department(IT) 1 padmapriya.sha@gmail.com J.Omaana Assistant Professor

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18,   ISSN Birdawade Sonal 1,Gawade Ujwala 2, Shaikh Ayub 3, Patil Prajkta 4,Panchal Jagruti 5,Gunaware Nilesh 6 Department of Computer Engineering Department of Computer Engineering H.S.B.P.V.T s COE, Kashti ABSTRACT:

More information

SMART FIRE CURTAINS INTISI7. for invisible fire protection closures

SMART FIRE CURTAINS INTISI7. for invisible fire protection closures SMART FIRE CURTAINS INTISI7 for invisible fire protection closures 2 INTISI INTISI ı Fire Engineered FABRICS was founded with the aim of being a technological partner for the development and production

More information

International Journal of Scientific & Engineering Research Volume 9, Issue 2, February-2018 ISSN

International Journal of Scientific & Engineering Research Volume 9, Issue 2, February-2018 ISSN 62 IOT Based Air Pollution Monitoring System Harsh N. Shah 1, Zishan Khan 2, Abbas Ali Merchant 3, Moin Moghal 4, Aamir Shaikh 5, Priti Rane 6 1, 2, 3, 4,5 Student, Diploma in Computer Engineering, BGIT,

More information

Wireless Sensor Network Based Bank Monitoring System Using LabVIEW

Wireless Sensor Network Based Bank Monitoring System Using LabVIEW Proceedings of the 2015 International Conference on Industrial Engineering and Operations Management Dubai, United Arab Emirates (UAE), March 3 5, 2015 Wireless Sensor Network Based Bank Monitoring System

More information

Homework 5: Theory of Operation and Hardware Design Narrative

Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: DijiJock Home Security Group No. 7 Team Member Completing This Homework:

More information

GSM BASED GARBAGE AND WASTE COLLECTION BIN OVERFLOW INDICATOR

GSM BASED GARBAGE AND WASTE COLLECTION BIN OVERFLOW INDICATOR GSM BASED GARBAGE AND WASTE COLLECTION BIN OVERFLOW INDICATOR [1] Ishwarya C, [2] Jayashree S, [3] Yesodha P [1] Department of Electronics and Communication Engineering, Prince Shri Venkateshwara Padmavathy

More information

Title Page. Report Title: Downhole Power Generation and Wireless Communications. for Intelligent Completions Applications

Title Page. Report Title: Downhole Power Generation and Wireless Communications. for Intelligent Completions Applications Title Page Report Title: Downhole Power Generation and Wireless Communications for Intelligent Completions Applications Type of Report: Quarterly Progress Report Project Report Period: Start Date April

More information

Design and Development of Industrial Pollution Monitoring System using LabVIEW and GSM

Design and Development of Industrial Pollution Monitoring System using LabVIEW and GSM Design and Development of Industrial Pollution Monitoring System using LabVIEW and GSM Dr. Channappa Bhyri¹, Eliyaz Ahmed² 2 Student, Dept. of Electronics and Instrumentation, PDACE, Kalaburgi, Karnataka,

More information

Detection, and Suppression Systems

Detection, and Suppression Systems Fire Detection, Protection, ti and Suppression Systems Objectives (1 of 5) Explain why all fire fighters should have a basic understanding of fire protection systems. Describe the basic components and

More information

Directories. B.1 Keyword Directory B.2 Tables B.3 Figures B.4 End Notes Fire Safety Guide / Siemens Switzerland Ltd

Directories. B.1 Keyword Directory B.2 Tables B.3 Figures B.4 End Notes Fire Safety Guide / Siemens Switzerland Ltd B Directories B.1 Keyword Directory...326 B.2 Tables...329 B.3 Figures...330 B.4 End Notes...332 325 B.1 Keyword Directory A addressing (collective) 93, 125 addressing (individual) 93 aerosol 69, 70, 95

More information

Fire and Gas Monitoring Panel ST7-HV

Fire and Gas Monitoring Panel ST7-HV Fire and Gas Monitoring Panel ST7-HV INTRODUCTION TO THE ST7-HV SYSTEM The ST7-HV system is a programmable PLC suitable for safety and security installations with a high technological and economic content

More information

International Journal of Advancements in Research & Technology, Volume 2, Issue4, April ISSN

International Journal of Advancements in Research & Technology, Volume 2, Issue4, April ISSN International Journal of Advancements in Research & Technology, Volume 2, Issue4, April-2013 69 EFFECTIVE CONTROL OF ACCIDENTS USING ROUTING AND TRACKING SYSTEM WITH INTEGRATED NETWORK OF SENSORS R. MANOJ

More information

Automated Medication Kit

Automated Medication Kit Volume-5, Issue-2, April-2015 International Journal of Engineering and Management Research Page Number: 491-496 Automated Medication Kit V. L. Charishma 1, K. Harika 2, A. Kavya 3, Mr. T. P. Kausalya Nandan

More information

Wireless M2M Solutions

Wireless M2M Solutions Wireless M2M Solutions By Edge Power Wireless M2M Solution -Table of Contents Introduction M2M market Position on M2M market M2M Solution (by Edge Power) Deployments in Hong Kong System solution Current

More information

IoT Based Fire Alarm and Monitoring System

IoT Based Fire Alarm and Monitoring System IoT Based Fire Alarm and Monitoring System Saumya Tiwari 1, Shuvabrata Bandopadhaya 2 School of Engineering & Technology, BML Munjal University, Gurgaon, Haryana, India ABSTRACT This paper has proposed

More information

AUTOMATIC STREET LIGHT CONTROL SYSTEM USING MICROCONTROLLER

AUTOMATIC STREET LIGHT CONTROL SYSTEM USING MICROCONTROLLER AUTOMATIC STREET LIGHT CONTROL SYSTEM USING MICROCONTROLLER S.M.Ghayas Hasan 1, Fazil Alam 2, Amrish Dubey 3 1, 2 Students, Electrical Engineering Department Greater Noida Institutes of Technology, Gr.Noida,

More information

Design & Control of an Elevator Control System using PLC

Design & Control of an Elevator Control System using PLC Design & Control of an Elevator Control System using PLC Prof. Omkar M. Shete 1, Ms. Amrita A. Vitekar 2, Ms. Ashwini N. Patil 3 Assistant Professor, Electrical Engineering Department, NBN Sinhgad School

More information

Cold chain monitoring technologies. Facility monitoring

Cold chain monitoring technologies. Facility monitoring Cold chain monitoring technologies Facility monitoring Advanced wireless data logging system - Cobalt For various controlled environment facilities, equipments and transport conditions, real time monitoring

More information

International Journal of Advanced in Management, Technology and Engineering Sciences

International Journal of Advanced in Management, Technology and Engineering Sciences Smart Baton *S.Vimala 1, Sreeja Vijay 2, Madhavagiri Srinivasa Vishnu Teja 3, Kanikireddy Venkata Pavankumar Reddy 4 1 Associate Professor, Prathyusha Engineering College, Thiruvallur 2 Assistant Professor,

More information

TECHNICAL AND USER REQUIREMENTS FOR PERSONAL ALERT SAFETY SYSTEMS

TECHNICAL AND USER REQUIREMENTS FOR PERSONAL ALERT SAFETY SYSTEMS Centrum Naukowo Badawcze Ochrony PrzeciwpoŜarowej (Scientific and Research Centre for Fire Protection) Nadwiślańska 213, 05-420 Józefów, Poland Telephone (+48) 22 789 11 11 Fax.: (+48) 22 769 33 45 e-mail:

More information

STUDY OF AUTOMATED HOME SECURITY SYSTEM USING FPGA.

STUDY OF AUTOMATED HOME SECURITY SYSTEM USING FPGA. STUDY OF AUTOMATED HOME SECURITY SYSTEM USING FPGA. Author1:RuchikaBondreAuthor2:UrvashiDhawale Author3:PrityDwivedi Department of electronics engg.department of electronics engg. Department of electronics

More information

Design of Unmanned Monitoring and Automatic Monitoring System

Design of Unmanned Monitoring and Automatic Monitoring System Journal of Polymer Science and Engineering (2018) Original Research Article Design of Unmanned Monitoring and Automatic Monitoring System Xudong Ding,Hongyan Jiang,Weihua Zhou School of Mechanical Engineering

More information

GORAKSHAK : AN AUTOMATED FARM VIA IOT

GORAKSHAK : AN AUTOMATED FARM VIA IOT GORAKSHAK : AN AUTOMATED FARM VIA IOT PROJEC REFERENCE NO.: 40S_BE_1095 COLLEGE : JAWAHARLAL NEHRU NATIONAL COLLEGE OF ENGINEERING, SHIVAMOGGA : DEPARTMENT OF TELECOMMUNICATION ENGINEERING BRANCH GUIDE

More information

IOT ENABLED FOREST FIRE DETECTION AND ONLINE MONITORING SYSTEM

IOT ENABLED FOREST FIRE DETECTION AND ONLINE MONITORING SYSTEM e-issn 2455 1392 Volume 3 Issue 5, May 2017 pp. 50 54 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com IOT ENABLED FOREST FIRE DETECTION AND ONLINE MONITORING SYSTEM (BY USING ATMEGA 328-P

More information

Automobile Security System Based on Face Recognition Structure Using GSM Network

Automobile Security System Based on Face Recognition Structure Using GSM Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 6 (2013), pp. 733-738 Research India Publications http://www.ripublication.com/aeee.htm Automobile Security System Based

More information

A Real-Time Approach for Home Security and Alert System using CAN Protocol

A Real-Time Approach for Home Security and Alert System using CAN Protocol A Real-Time Approach for Home Security and Alert System using CAN Protocol Praveena K S 1, Bhargavi K 2 1Assistant Professor, Dept. of ECE, VVCE, Mysuru, Karnataka, India 2Asistant Professor, Dept. of

More information

HAZARDOUS GAS DETECTION AND ALERT SYSTEM USING IOT

HAZARDOUS GAS DETECTION AND ALERT SYSTEM USING IOT HAZARDOUS GAS DETECTION AND ALERT SYSTEM USING IOT Prof. Pramod Aswale 1, Pritam Bharati 2, Shubham Bharambe 3, Akshay Ghatol 4 1,2,3,4 Electronics and telecommunications department, SITRC Abstract Health

More information

Design and Development of General Purpose Alarm Generator for Automated System

Design and Development of General Purpose Alarm Generator for Automated System Design and Development of General Purpose Alarm Generator for Automated System Amit Pandey 1 1 CSIR-Central Scientific Instruments Organisation India Abstract: This paper presents a model for general purpose

More information

Wireless Notice Board using GSM with Fire Detector

Wireless Notice Board using GSM with Fire Detector Wireless Notice Board using GSM with Fire Detector Nishant Sharma 1, Monika Kaushik 2, Ankita Mishra 3, Mehul Narang 4, Saumya Pandey 5 1,3,4,5 B. Tech Students, E.C.E, BPIT, 2 Astt. Prof., Dept. of E.C.E,

More information

SAFETY PRE-ALARM MONITOR SYSTEM BASED ON GSM AND ARM

SAFETY PRE-ALARM MONITOR SYSTEM BASED ON GSM AND ARM Int. J. Elec&Electr.Eng&Telecoms. 2015 J M Bhagyalakshmi, 2015 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 4, No. 1, January 2015 2015 IJEETC. All Rights Reserved SAFETY PRE-ALARM MONITOR SYSTEM

More information

An Overview of Extinguishing Systems for Computer Equipment

An Overview of Extinguishing Systems for Computer Equipment Risk Solutions An Overview of Extinguishing Systems for Computer Equipment Various types of automatic suppression systems are available for protecting computer equipment. This report discusses the uses

More information

Indicate whether the statement is true or false.

Indicate whether the statement is true or false. Indicate whether the statement is true or false. 1. When the lock of a door fails and causes the the door become unlocked, it is classified as a fail-secure lock. 2. Water-based systems are inexpensive,

More information

SMS GSM Alarm Messenger

SMS GSM Alarm Messenger SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up

More information

Multi - Purpose Fire Fighter Robot

Multi - Purpose Fire Fighter Robot Multi - Purpose Fire Fighter Robot Sunil Kumar J P 1, Nagaraj K 2, Pravin Kumar M 3, Josephine J 4 1,2,3Student, Department of Engineering,G.K.M College of Engineering and Technology, Tamil Nadu, India.

More information

JOURNAL OF ADVANCEMENT IN ENGINEERING AND TECHNOLOGY

JOURNAL OF ADVANCEMENT IN ENGINEERING AND TECHNOLOGY JOURNAL OF ADVANCEMENT IN ENGINEERING AND TECHNOLOGY Journal homepage: http://scienceq.org/journals/jaet.php Research Article Open Access An Ionization Based Smoke Detection and Control System Ahmed, A

More information

BUILDING MANAGEMENT SYSTEMS. Introduction to Building Management Systems

BUILDING MANAGEMENT SYSTEMS. Introduction to Building Management Systems BUILDING MANAGEMENT SYSTEMS Introduction to Building Management Systems The Building Management System is used for all the functions carried out by the building including energy services security monitoring,

More information

Multi-sensor System For Indoor Environment Monitoring Zheng-yu Wanga, and Xiao-ru Zhangb

Multi-sensor System For Indoor Environment Monitoring Zheng-yu Wanga, and Xiao-ru Zhangb 2nd International Conference on Materials Science, Machinery and Energy Engineering (MSMEE 2017) Multi-sensor System For Indoor Environment Monitoring Zheng-yu Wanga, and Xiao-ru Zhangb Harbin Institute

More information

SMUGGLING PREVENTION SYSTEM FOR TREES IN FOREST USING IOT

SMUGGLING PREVENTION SYSTEM FOR TREES IN FOREST USING IOT SMUGGLING PREVENTION SYSTEM FOR TREES IN FOREST USING IOT Subhashini A 1, Shamini G 2 and Sarubashini K 3, 1 Department of Computer Science Engineering, Dhanalakshmi College of Engineering, Chennai 2 Department

More information

Design of Fire Suppression in Train Using GPS & IoT

Design of Fire Suppression in Train Using GPS & IoT Volume 119 No. 15 2018, 1683-1690 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Design of Fire Suppression in Train Using GPS & IoT 1* S. Dhananjeyan, 2

More information

Home Security and Safety System Using Arduino Mega 2560 Controller

Home Security and Safety System Using Arduino Mega 2560 Controller Home Security and Safety System Using Arduino Mega 2560 Controller G. Indraja, P.Ramesh & S.V.S Prasad M-Tech, Dept. of ECE,MLR Institute of Technology Hyderabad, India Email gannuindraja22@gmail.com Assistant

More information

Smoke Detector and Siren. Manual

Smoke Detector and Siren. Manual Smoke Detector and Siren Manual 004001 Smoke Detector and Siren Manual Quick Start... 2 Product Description... 2 Installation Guidelines... 3 Behavior within the Z-Wave Network... 3 Operating the Device...

More information

ATSTORM v2. The sensor with FCES technology is connected to the interface with a communication cable.

ATSTORM v2. The sensor with FCES technology is connected to the interface with a communication cable. ATSTORM v2 ATSTORM v2 is a storm detector that measures the environmental electric field. It is fully automatic, without mobile parts, robust and highly reliable The storm detector ATSTORM v2 basic configuration

More information

Design of Multi-Functional Alcohol Concentration Detecting System Zhang Chong, Zhang Yue

Design of Multi-Functional Alcohol Concentration Detecting System Zhang Chong, Zhang Yue 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) Design of Multi-Functional Alcohol Concentration Detecting System Zhang Chong, Zhang Yue School of Electrical

More information

MANUALLY OPERATED FIRE FIGHTING ALL- TERRAIN ROBOT WITH FIRE EXTINGUISHER USING ARDUINO MICRO CONTROLLER

MANUALLY OPERATED FIRE FIGHTING ALL- TERRAIN ROBOT WITH FIRE EXTINGUISHER USING ARDUINO MICRO CONTROLLER MANUALLY OPERATED FIRE FIGHTING ALL- TERRAIN ROBOT WITH FIRE EXTINGUISHER USING ARDUINO MICRO CONTROLLER Vijayalaxmi Department of ECE, Vignan Institute of Technology and Science, Deshmukhi ABSTRACT Robots

More information

POP_ Smoke Detector

POP_ Smoke Detector POP_004308 Smoke Detector Firmware Version : 1.0 Quick Start S This device is a wireless Z-Wave sensor. Exclusion, Inclusion are confirmed by hitting the programm button for 1 sec when the sensor is removed

More information

PROJECTS Ph: ,

PROJECTS Ph: , 1. RFID BASED OFFICE ATTENDANCE SYSTEM USING MICROCONTROLLER 2. BUS STOP AUTOMATION USING RFID 3. RFID BASED LIBRARY MANAGEMENT SYSTEM 4. CELL PHONE BASED VOTING MACHINE 5. POWER THEFT MONITORING SYSTEM

More information

DESIGN AND IMPLEMENTATION OF THE SMART FIRE EXTINGUISHER SYSTEM SHIN-HYEONG CHOI, GYU-HEE LEE, MIN-KYUNG KIM, MIN-JU KIM, JI-HAE DAN & HONG-HEE CHUN

DESIGN AND IMPLEMENTATION OF THE SMART FIRE EXTINGUISHER SYSTEM SHIN-HYEONG CHOI, GYU-HEE LEE, MIN-KYUNG KIM, MIN-JU KIM, JI-HAE DAN & HONG-HEE CHUN International Journal of Mechanical and Production Engineering Research and Development (IJMPERD) ISSN (P): 2249-6890; ISSN (E): 2249-8001 Vol. 7, Issue 3, Jun 2017, 79-86 TJPRC Pvt. Ltd. DESIGN AND IMPLEMENTATION

More information

Laser Alarm System based on GSM Module Family

Laser Alarm System based on GSM Module Family , pp. 41-50 http://dx.doi.org/10.14257/ijsh/2017.11.5.04 Laser Alarm System based on GSM Module Family Liu Ying-nan, Yi Shu-juan and TaoGui-xiang College of Information Technology, Heilongjiang Bayi Agricultural

More information

Consultant Specification AGILE Wireless Fire Detection System

Consultant Specification AGILE Wireless Fire Detection System Contents Scope of Work... 2 The EN54 Part 2 & 4 Fire System... 2 Standards... 2 Wireless Intelligent Photoelectric Smoke Detector Specification... 4 Wireless Intelligent Thermal Heat Detector Specification...

More information

School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6

School of Engineering Science Simon Fraser University Burnaby, BC V5A 1S6 January 27, 2013 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Re: ENSC 440 Functional Specification for the Real Time Gas Monitoring System

More information

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM Pranali Bedase, Mansi Chaudhari, Dnyaneshwari Patil, S.M.Kulkarni Department Of Electronics and Telecommunication, MAEER s MIT College of Engineering,

More information