DESIGN OF WIRELESS SENSOR NETWORK (WSN) BASED LIFE SAVE SYSTEM FOR SCAVENGING & FIRE FIGHTING OPERATIONS

Size: px
Start display at page:

Download "DESIGN OF WIRELESS SENSOR NETWORK (WSN) BASED LIFE SAVE SYSTEM FOR SCAVENGING & FIRE FIGHTING OPERATIONS"

Transcription

1 Volume 118 No , ISSN: (printed version); ISSN: (on-line version) url: doi: /ijpam.v118i11.61 ijpam.eu DESIGN OF WIRELESS SENSOR NETWORK (WSN) BASED LIFE SAVE SYSTEM FOR SCAVENGING & FIRE FIGHTING OPERATIONS 1 Wisemin Lins, 2 T.R.Premila, 3 N.Janaki Assistant professor Dept. of EEE, Vels Institute of Science, Technology and Advanced Studies, Chennai, India 1 wisemin.se@velsuniv.ac.in Abstract: Yearly there are 250+ deaths are occurring due to scavenging and fire fighting operations. Most of the deaths are due to presence of poisonous gases being present in the scavenging digs and fire fighting areas. If we able to inform fire fighter or scavenging worker about the presence of gases and hazardous situation, we can able to save their lives. Wireless sensor networks (WSN) have been employed to collect data about physical phenomena in various applications such as habitat monitoring, and ocean monitoring, and surveillance. As an emerging technology brought about rapid advances in modern wireless telecommunication, Internet of Things (IOT) has attracted a lot of attention and is expected to bring benefits to numerous application areas including Industrial WSN systems, and healthcare systems manufacturing.wsn systems are well-suited for longterm industrial environmental data acquisition for IOT representation. The proposed design of Wireless Sensor Network based Life Save System collects the data from the remote sensors and streams the hazardous situation live on a network using Wi-Fi network. Data will be received by through Mobile or any other device connected to Wi-Fi network through Secures Shell (SSH) network protocol. The data enable user to come know about presence of poisonous gases and hazardous situation. The system uses Arduino Uno for logging data, webcam for live video stream Raspberry Pi booted with Raspbian Jessie Lite operating system for Wi-Fi client and live stream. Keywords: Wireless Sensor Network, Wi-Fi, Arduino Uno, Raspberry Pi, SSH, Live Stream 1. Introduction extent. Safety in scavenging and fire fighting areas requires continuous attention of parameters such as temperature and some noxious gases such as CO, CO2, CH4, LPG and Smoke. There is an existence of specific systems or schemes which are put into place for these hazardous environments in order to protect the worker from harm. The higher level term for these systems/schemes is the Occupational Health and Safety. The International Organization of Standardization or ISO have a standard namely the ISO This standard aims to reduce the liability of occupational injuries and diseases not only to benefit the workers but also the economy upon which this work builds [1]. As the situation is hazardous monitoring the data near from the operating location is putting life at risk. The proposed design WSN based Life Save System gives a complete replica of situation in a hazardous place. Without nearing the place, Scavengers and Fire Fighters can know about the hazardous situation by using the proposed system. They can arrange protective equipment, corrective measures accordingly. 2. Effect of Noxic Gases on Human Body A. Effect of Carbon Mono Oxide CO Carbon Monoxide (CO), is often called the Silent Killer because of its ability to take lives quickly and quietly when its victims never even knew they were at risk. It is in detectable to humans, being both tasteless and odorless, and in high enough concentrations it can kill within minutes [2]. Scavengers and Fire Fighters are being exposed to various hazardous situations. In most of the situations they may not know exact scenario of their working place. The protective equipment can protect them up to a certain 487

2 Table 1. Effect of Carbon Monoxide on Human Body Level CO 0 PPM of Health Effects, and Other Information Ambient Air. 9 PPM Safe limit for indoor level 200 PPM Head ache and fatigue PPM 12,800 PPM Nausea, Loss of Consciousness, long time exposure may lead death Death within minutes. B. Effect of Carbon DiOxide CO2 CO2 is a naturally occurring atmospheric gas that is considered safe at levels below 0.5% according to OSHA standards. However, occupational hazards related to CO2 exposure may occur under certain conditions. The American Society of Heating, Refrigerating, and Air Conditioning Engineer, Inc., recommends that indoor air CO2 levels be less than 700 ppm above the outdoor air concentration of CO2 [3]. Table 2. Effect of Carbon Di Oxide on Human Body Level of CO PPM 9 PPM 2,000-5,000 PPM >40,000 PPM Health Effects, and Other Information Normal background concentration in outdoor ambient air Concentrations typical of occupied indoor spaces with good air exchange Headaches, sleepiness and stagnant, stale, stuffy air. Poor concentration, loss of attention, increased heart rate. Exposure may lead to serious oxygen deprivation resulting in permanent brain damage, coma, even death. C. Effect of LPG and Smoke on Human Body LPG in gaseous form acts as a simple asphyxiant and a central nervous system depressant. Over exposure to LPG Can cause lightheadedness and drowsiness. Greater exposure may also cause unconsciousness and death. Contact with the liquid may also cause frostbite and irritation. The permissible limit for LPG is 1000 ppm during 8 hour work shift [4]. The smoke is a mixture of particles and chemicals produced by incomplete burning of carbon-containing materials. All smoke contains carbon monoxide, carbon dioxide and particulate matter (PM or soot). Frequent exposure to smoke for brief periods may also cause longterm health effects. Firefighters, who are exposed frequently to smoke, have been examined for long-term health effects (for example, cancer, lung disease, and cardiovascular disease) of repeated smoke exposures. The findings from these studies are not consistent or conclusive. Some studies show an increased frequency of these diseases among firefighters [5]. 3. System Overview The design uses Arduino Uno for data logging from sensors. The Arduino Uno acts as a sensors node. Arduino Uno sends the data logged from sensors CO (MQ-7), CO2 (MQ-135) and LPG/Smoke (MQ -2) to Raspberry Pi B using serial interface cable. Raspberry Pi B is comes as a low cost handy computer, which runs on variety of RTOS. This Raspberry Pi B makes data logging and remote monitoring much easier through Wi-Fi IEEE Standard. Raspberry Pi B has built-in graphical processor makes video live stream smoother and easier. The video will be recorded using web cam that is fixed on a raspberry pi. The Raspberry Pi B streams the video live on the network through its IP address thus by acting as a webcam sever. The data received by Raspberry Pi B will be saved to a text file the same info will be displayed on a SSH Client device that is connected to a network. This is achieved by Python program that is written on Raspberry Pi B. For accessing the Wi-Fi network Pi is connected to Wi-Fi Adaptor. The proposed design deals with critical parameters which may risk lives and also it uses Wi-Fi network so, the need of network security is inevitable. The proposed design uses Secure Shell Client (SSH) to authenticate user to login over the network. The Raspberry Pi B acts as a SSH Server. Through SSH any device which is on the network and has password can login and get data from the Raspberry Pi B. The live stream video can also be viewed by accessing the IP address of the Pi. 488

3 U=RL/(RL+Rs)*Vc R is an external resistor, Vc is the loop voltage, in other words the power supply voltage of sensor. U is the output voltage of the sensor, Rs is the volume resistivity of the sensor and RL is the load resistance. If the gas concentration rises will lead to decline in Rs. If the value of Rs decreases due to presence of Carbon Mono Oxide the output voltage of the sensor increases. The output voltage varies linearly with the concentration of Carbon Mono Oxide [6]. B. Measurement of CO2 Figure 1. System Overview 4. Design of Data Logging System for Sensors The design uses MQ-7 for Measuring CO, MQ135-for measuring LPG/Smoke, MQ-2 for measuring CO2 and ultrasonic sensor for distance measurement. The sensor modules are connected to Arduino Uno Analog Inputs. Arduino acts as a Sensor Node. Arduino logs this sensor values and communicates serially to Raspberry Pi B+ board. The MQ-135 gas sensor more sensitive to Carbon Di Oxide. The operating voltage of this gas sensor is from 2.5V to 5.0V. The MQ-3 gas sensor has a lower conductivity to clean the air. The atmosphere has polluting gases. The output voltage of gas sensor increases as the concentration of polluting gas increases. MQ-135 gas sensor also can be implemented to detect the other harmful gases such as smoke, benzene. It has different potential to for hazardous gases. The MQ-135 gas sensor is low cost to purchase. A. Measurement of CO Working of MQ-7 Sensor MQ-2-type sensor is a tin dioxide semiconductor gas materials used in the design, surface-ion N-type semiconductor. When at 200 ~ 300 C temperature, tin dioxide adsorption of oxygen in the air, the formation of oxygen anion adsorption so that the decrease in the electron density in the semiconductor and its resistance value increases. When in contact with the smoke, if the potential barrier at the grain boundaries by the modulation of the smoke varies, it will cause changes in the conductivity of the table. [6]. Figure 1.3 MQ 135 Sensor Figure 2. MQ 7 Sensor According to the working principle of MQ-7, the following formula can be obtained Figure 4. Sensitivity Characteristics of MQ 135 Sensor 489

4 The graphic above seems a power function of CO2 So, CO2 ppm=x*(rs/ro)^y By using power regression we can obtain scaling factor (x), and exponent (y), for the Carbon Di Oxide. For calibrating the CO2 sensor, we need to know amount CO2 at the test area. If we know that we can read the resistance output value from the sensor Rs, and we can adjust RL so, as to calibrate the sensor. The known amount of CO2 in the atmosphere is 392ppm at test area. For CO2, the measured points graph and by using power regression we can obtain the function CO2 ppm = (Rs/Ro)^ [7] By using the formulae Arduino Uno was programmed so as to give ppm output of CO2. C. Measurement of LPG/Smoke MQ-2 is sensitive to LPG/Smoke. The MQ-2 is has Sensitive Resistance Rs and Load Resistance R. The MQ- 2 sensor can also measures butane, methane, alcohol & propane. MQ-2 Sensor widely used in industry and domestic for finding gas leakage. The sensitive resistance changes with respect to various gas concentrations. The sensitive resistance may vary from 4.7K, the load resistance is adjustable. The sensitive resistance and load resistance acts like a voltage divider. With output voltage variations we can able to predict the ppm values of LPG/Smoke. For better accuracy if characteristic curve readings for different gas concentrations are found and if curve slope values are to be taken into consideration. In the clean air value of R can be found out during the calibration. The aim of the calibration is to measure R by sampling and by using averaged readings. Once sensor is calibrated, then ppm values of Smoke, LPG can be derived by measuring the output voltage using ADC in Arduino Uno. [8] D. Measurement of Distance Using Ultrasonic Sensor In case of underground operations measurement of depth is necessary and toxic gases may present at any depth. Ultrasonic sensor employed here is to measure depth of the underground. Ultrasonic sensors sends the ultrasonic waves, from the reflected echo waves it calculates the distance using formulae. Distance= (Speed*Time)/2 Speed refers to speed of the air i.e. 340 m/s. For demonstration purpose the design uses 4m range sensor, for real time application the higher range can be used. The sensor sends 40 khz signals for a time period of 10µseconds. 5. Design of network The design uses Raspberry Pi B+, it is a mini computer. The Raspberry Pi booted with Raspbian Jessie Lite Operating System. Raspberry Pi having 512 MB RAM, 4 USB Ports, 40 GPIO pins, Video out pin, 3.5mm Audio jack, SoC Broadcom 2835 and supports Wi-Fi through USB Wi-Fi adaptor, LAN through Ethernet Socket [9]. A. Wi-Fi Network The design uses Mobile Wi-Fi hotspot to set a portable Wi-Fi Network u IEEE standard. The Wi-Fi hotspot is secured with Wi-Fi Protected Access Pre Shared Key (WPA-PSK) client authentication method. The Wi-Fi network Service Set Identified (SSID), Network Security Key is configured with Raspberry Pi B+ module. B. SSH The design uses Secure Socket Shell (SSH) to connect remote computer through a secured access in an insecure network. SSH provides strong authentication and encrypted data communication between devices on the network. SSH is cryptographic network protocol which uses client-server model. The Design uses Raspberry Pi B+ as a SSH-Server. The SSH-Client application is installed in the mobile, which allows user to login to terminal of the Raspberry Pi B+. From the terminal user will able to execute the commands and programs. C. Live Stream Network The video is recorded using Webcam, the webcam communicates to Raspberry Pi B+ using USB Cable [10]. The resolution of the webcam can be fixed up to 6048*4032 and maximum frame rate 30fps. The video is recorded using webcam. The webcam communicates Raspberry Pi B+ using USB Communication protocol. The video is live video is streamed on the network by using Real time Streaming Protocol (RTSP), Real time Transport Control Protocol (RTCP). Open source software package called Motion is installed in Raspberry Pi B+. The motion software is configured to broadcast the live stream through the Raspberry Pi B+ (local host) IP Address on the network and it is configured for video for video codec, frame rate, port and resolution etc. The design uses video codec-mpeg4, port-8081, framesrate-100fps, resolution 640*480. The live stream can be stopped or started from the terminal using SSH- Client on the network. The live video stream can be 490

5 viewed by any device on the network by accessing IP address of Raspberry Pi B+. D. Sensor Data Logging and Monitoring The data from sensors are logged to Arduino Uno. The sensor data is communicated serially to Raspberry Pi B+ using USB serial cable. The Raspberry Pi B+ is configured to run a python program, which get the serial data and displays it on terminal and it writes the same to a specified text file. The text file can be viewed through terminal. Users who are on the same network can login through SSH can view the data by accessing the text file or terminal. The report contains suggestions & sensor data can be accessed by Firefighter or Scavenger by logging into Raspberry Pi B+ terminal from their mobile device. From the report & live stream Scavenger or Firefighters may able to know the hazardous gas levels and hazardous scenario. 7. Results and Observation The video is live streamed on Raspberry Pi B+ IP address. 6. Designed System Figure 6. Screen Capture of Live Video Stream For serial communication interface of Arduino Uno is monitored initially with the Serial Monitor in Arduino IDE (Integral Development Environment). Figure 5. View of Designed System The Raspberry Pi B+ will be connected to Wi-Fi Network that is specified in its configuration. The sensors will be calibrated initially this will be indicated by buzzer. The data from the MQ-7, MQ-135, MQ-2, Ultra Sonic sensors will be logged into Arduino Uno. Arduino Uno is programmed to such as to generate report with respect to the sensor data. The report will be transmitted serially to the Raspberry Pi B+ module. The Raspberry Pi B+ will receive this data. With the python program written on Raspberry Pi B+ it will store the report into specified text file. The Webcam will record the video sends it to Raspberry Pi B+ using USB serial cable. The Pi s USB port receives it. Using configured Motion Software formats the video and streams the live video on the IP address of Raspberry Pi B+ (local host). 491

6 Figure 7. Serial Interface Output Verification The System is kept in a room output received on the terminal of the Raspberry Pi B+ accessed through SSH Client application installed in the mobile. Figure 8. Output received at SSH Client Mobile App Figure 9. Output text file at Room Environment The system is exposed to smoke for 5 minutes, the results obtained in a text file is shown below. The report is stored as a text file in Raspberry Pi B+ memory. The output of the text file, when system is kept in a room. Figure 10. Output text file at Smoky Environment Results are obtained as follows, 492

7 Table 3. Room Environment Parameter Expected Outcome Level Actual Outcome Level CO 0 ppm 0 ppm CO ppm 262 ppm Smoke 0 ppm 0 ppm Table 4. Smoky Environment Parameter Expected Outcome Level Actual Outcome Level CO 2-3 ppm 2 ppm CO ppm 372 ppm Smoke 5-7 ppm 5.83 ppm From the above results the system proves 80%, 71%, 95% (approx.) accuracy to gases CO, CO2 & Smoke. The system over all accuracy 82% (approx.) 8. Future Aspects The essential information for firefighting is fire source, with the help of thermal imaging it is easy to understand about fire source, fire spreading direction. An additional thermal imaging system is going to be used in future. The cloud computing makes monitoring easy, also it is easy to integrate multiple sensor nodes. The system can also give accurate results by using data analytics and cloud computing techniques. In future system incorporating cloud computing & data analytics can be implemented. 9. Conclusion Therefore WSN based Life Save System was designed. The system is compact and can be fixed to any drone or mobile robot to monitor CO, CO2 gases and LPG, Smoke levels. The system will communicate data from sensor node and stream live video to user s mobile through Wi- Fi. The system will give exact scenario through the sensor data and video live stream. The can also be implemented in Mining and Chemical Industries for monitoring hazardous zones. References [1] Valdo Henriques, Reza Malekian Mine Safety System Using Wireless Sensor Network IEEE Access vol [2] Carbon Mono Oxide Health Issues retrieved from CarbonMonoOxide.com [3] U.S Department of the Interior Buraue of Land Management NEPA (National Environment Policy Act) [4] U.S Department of Health and Human Services- National Institute of Occupational Safety and Health Occupational Health Guidance for LPG-Retrieved from on 10th March [5] New York State Govt. Department of Health- Exposure to Smoke from Fires retrieved from the source on 10 th March oke_from_fire [6] Pan Jiru College Students Shenyang University of Technology Shenyang,China Design of Intelligent Monitoring System Third International Conference on Instrumentation, Measurement, Communication and Control [7] Davide Gironi - Design of cheap CO2 Monitor Using MQ135 Sensor Using AVR ATMega [8] Sandbox Electronics MQ-2 Smoke/LPG/CO Gas Sensor Module Product Datasheet [9] Kristoffer O. Flores, lsidro M. Butaslac, Jon Enric M. Gonzales, Samuel Matthew G. Dumlao, Rosula S.J. Reyes Precision Agriculture Monitoring System using Wireless Sensor Network and Raspberry Pi Local Server Region 10 Conference (TENCON), IEEE, Nov [10] Neel Oza, N. B. Gohil Implementation of Cloud Based Live Streaming for Surveillance 2016 International Conference on Communication and Signal Processing (ICCSP) April [11] Xing-qian LI,Yue ZHANG, Hong-wei ZHAO, XinDING Zhi-ping SUN Iot Family Robot Based on Raspberry Pi International Conference on Information System and Artificial Intelligence (ISAI) June 2016 [12] Olimex Ltd,MQ-2 Semiconductor Sensor for Combustible Gas- Data Sheet [13] Olimex Ltd,MQ-135 Gas Sensor Technical Data Sheet [14] TP Link WN821N Wi-Fi Adaptor Specification retrieved from 493

8 WN821N(US)_V5_User_Guide_ o.pdf on 08 March [15] Yogendra Singh Dohare, Tanmoy Maity, P. S. Paul, Hanuman Prasad Smart Low Power Wireless Sensor Network forunderground Mine Environment Monitoring International Conference on Recent Advances in Information Technology (RAIT) March [16] Rajesh, M., and J. M. Gnanasekar. "Path observation-based physical routing protocol for wireless ad hoc networks." International Journal of Wireless and Mobile Computing 11.3 (2016): [17] S.V.Manikanthan and T.Padmapriya Recent Trends In M2m Communications In 4g Networks And Evolution Towards 5g, International Journal of Pure and Applied Mathematics, ISSN NO: , Vol-115, Issue -8, Sep [18] T.Padmapriya and V.Saminadan, Utility based Vertical Handoff Decision Model for LTE-A networks, International Journal of Computer Science and Information Security, ISSN , vol.14, no.11, November

9 495

10 496

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Infrared Carbon Dioxide Gas Module ( single beam )

Infrared Carbon Dioxide Gas Module ( single beam ) Infrared Carbon Dioxide Gas Module ( single beam ) Wuhan Cubic Optoelectronics Co., Ltd Add:Fenghuang No.3 Road, Fenghuang Industrial Park,Eastlake Hi-tech Development Zone Wuhan 430205, China Tel: 86-27-81628831

More information

WIRELESS ROBOT FOR COAL MINES BASED ON MIXED SIGNAL PROCESSOR (MSP430)

WIRELESS ROBOT FOR COAL MINES BASED ON MIXED SIGNAL PROCESSOR (MSP430) WIRELESS ROBOT FOR COAL MINES BASED ON MIXED SIGNAL PROCESSOR (MSP430) Mr. M. Prashanth UG Student, Electronics and Communication Engineering, Knowledge Institute of Technology, Salem, Tamilnadu, India

More information

IoT Based Monitoring of Industrial Safety Measures

IoT Based Monitoring of Industrial Safety Measures IoT Based Monitoring of Industrial Safety Measures K.Shiva Prasad Sphoorthy Engineering College E-mail: shiva13b71d5516@gmail.com A.Shashikiran Sphoorthy Enginnering College E-mail: shashi.kiran5190@gmail.com

More information

Arduino-Based Real Time Air Quality and Pollution Monitoring System

Arduino-Based Real Time Air Quality and Pollution Monitoring System International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-6, Issue-4, July 2018 DOI: 10.21276/ijircst.2018.6.4.8 Arduino-Based Real Time Air Quality

More information

IOT Based Secure System For Monitoring And Control of Coal Mine Environment of Robotics.

IOT Based Secure System For Monitoring And Control of Coal Mine Environment of Robotics. IOT Based Secure System For Monitoring And Control of Coal Mine Environment of Robotics. 1 K.Jhansi Rani, 2 K.Niranjan Reddy 1 PG Student (M.Tech ES), Dept. of ECE, Mallareddy Engineering College for women,

More information

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach

Teleoperated Robot Controlling Interface: an Internet of Things Based Approach Proc. 1 st International Conference on Machine Learning and Data Engineering (icmlde2017) 20-22 Nov 2017, Sydney, Australia ISBN: 978-0-6480147-3-7 Teleoperated Robot Controlling Interface: an Internet

More information

Security Management System for Oilfield Using GSM & Zigbee Communication

Security Management System for Oilfield Using GSM & Zigbee Communication Security Management System for Oilfield Using GSM & Zigbee Communication Pushkar elave 1, Pravin Gawhale 2, Abhilash Jawlekar 3, Mr. R. S. Sahu 4 Student, Dept. of Electronics and Telecommunication Engineering,

More information

An IoT Based Automated Noise and Air Pollution Monitoring System

An IoT Based Automated Noise and Air Pollution Monitoring System An IoT Based Automated Noise and Air Pollution Monitoring System Palaghat Yaswanth Sai Department of Computer Science and Engineering, Narayana Engineering College Gudur, India Abstract: In the present

More information

Design and Implementation of Smart Car Driving Kulkarni S.D.

Design and Implementation of Smart Car Driving Kulkarni S.D. Design and Implementation of Smart Car Driving Kulkarni S.D. Shendge P.S Dixit P.K. Raut S.A Jadhav D.A. Department of Electronics & Telecommunication Engineering, BMIT, Solapur Abstract In this paper

More information

Research and Design of Embedded Vehicle Monitoring System Based on Web Technology

Research and Design of Embedded Vehicle Monitoring System Based on Web Technology Research and Design of Embedded Vehicle Monitoring System Based on Web Technology Miss.Kirti Bhausaheb Gavali 1 and Professor R.R.Bhambare 2 1,2 Department of Electronics and Telecommunication, SVIT Collage

More information

RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL

RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL RASPBERRY Pi BASED IRRIGATION SYSTEM BY USING WIRELESS SENSOR NETWORK AND ZIGBEE PROTOCOL K.Nireesha, A.Venkateswara Rao M.Tech, Department Of Electronics Communication and Engineering Sri Sivani Institute

More information

Vehicular pollution monitoring using IoT

Vehicular pollution monitoring using IoT Vehicular pollution monitoring using IoT Prof. Ghewari M. U 1, Tejaswini Mahamuni 2, Pooja Kadam 3, Anupama Pawar 4. 1 Asst. Prof. Department of Electronics and telecommunication engineering, AGTI S Dr.

More information

Irrigation System for Greenland using Soil Moisture Sensor

Irrigation System for Greenland using Soil Moisture Sensor Irrigation System for Greenland using Soil Moisture Sensor Ankit Singh¹, Devendra Kumar Pandey² ¹ ² Dept. of Electrical and Electronics, Pranveer Singh Institute of Technology, Kanpur, Uttar Pradesh, India

More information

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS SHAIK NASREEN 1, H.SOMASEKHAR 2 1 Shaik Nasreen, M-Tech Student, Dept Of ECE, Kottam College of Engineering, Chinna tekur, Kallur mandal,

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe Smart Shoe Vaishnavi Nayak, Sneha Prabhu, Sanket Madival, Vaishnavi Kulkarni, Vaishnavi. M. Kulkarni Department ofinstrumentation Technology, B V Bhoomaraddi College of Engineering and Technology, Hubli,

More information

Wireless Internet of Things-Based Air Quality Device for Smart Pollution Monitoring

Wireless Internet of Things-Based Air Quality Device for Smart Pollution Monitoring Wireless Internet of Things-Based Air Quality Device for Smart Pollution Monitoring Nurul Azma Zakaria 1, Zaheera Zainal Abidin 2, Norharyati Harum 3 Center for Advanced Computing Technology Durian Tunggal,

More information

REAL TIME MONITORING IN AGRICULTURAL WAREHOUSE USING IOT

REAL TIME MONITORING IN AGRICULTURAL WAREHOUSE USING IOT REAL TIME MONITORING IN AGRICULTURAL WAREHOUSE USING IOT Shreyas B 1, Nadeem 2, Sadhan 3, Pramod 4 U.G Students, Dept. Of Information Science Engineering, Dr. Ambedkar Institute of Technology, Bangalore,

More information

Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi

Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi Ei Ei Nyein, Hla Myo Tun, Zaw Min Naing, Win Khine Moe Abstract: This paper presents development and implementation

More information

Environmental parameter monitoring and Data acquisition for Aquaponics

Environmental parameter monitoring and Data acquisition for Aquaponics Environmental parameter monitoring and Data acquisition for Aquaponics Akhil Nichani B.Tech Student Suchet Iyer B.Tech Student Angad Kumar B.Tech Student Ms. A. Ramya Assistant Professor (O.G.) Abstract

More information

Design and Application of Architecture of Internet of Things Based on Open Source Hardware

Design and Application of Architecture of Internet of Things Based on Open Source Hardware 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Design and Application of Architecture of Internet of Things Based on Open Source Hardware

More information

Design and Implementation of Coal Mine Safety using IoT

Design and Implementation of Coal Mine Safety using IoT Design and Implementation of Coal Mine Safety using IoT P.Koteswara Rao 1, A.Hareesh 2, B.Vineendra Kumar 3, CH.Ravi Kiran 4, M.Hema 5 1 Asst. prof., ECE Department, ALIET, JNTUK,Vijayawada, Andhra Pradesh,

More information

Performance Analysis of Ultrasonic Mapping Device and Radar

Performance Analysis of Ultrasonic Mapping Device and Radar Volume 118 No. 17 2018, 987-997 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Performance Analysis of Ultrasonic Mapping Device and Radar Abhishek

More information

DEVELOPMENT OF A HARDWARE AND SOFTWARE SYSTEM FOR METEOROLOGICAL OBSERVATIONS

DEVELOPMENT OF A HARDWARE AND SOFTWARE SYSTEM FOR METEOROLOGICAL OBSERVATIONS DEVELOPMENT OF A HARDWARE AND SOFTWARE SYSTEM FOR METEOROLOGICAL OBSERVATIONS Mikhail Shcherbakov *, Alexey Borisov Altai State Technical University, 656000, Barnaul, Russia Abstract. Article is devoted

More information

Grove - HCHO Sensor. Release date: 9/20/2015. Version: 1.0. Wiki:

Grove - HCHO Sensor. Release date: 9/20/2015. Version: 1.0. Wiki: Grove - HCHO Sensor Release date: 9/20/2015 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/grove_-_hcho_sensor Bazaar: http://www.seeedstudio.com/depot/grove-hcho-sensor-p-1593.html 1 Document Revision

More information

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM Supriya 1, Ajayakumar Gooli 2, Harshitha.R 3, Harshitha S 4, Dilip Chandra E 5 12345 Electronics and Communication Engineering,

More information

Design and Development of Pre-paid electricity billing using Raspberry Pi2

Design and Development of Pre-paid electricity billing using Raspberry Pi2 International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 7 (2017) pp. 995-1005 Research India Publications http://www.ripublication.com Design and Development of Pre-paid

More information

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT Mr.C.SATHEESWARAN* 1, AYISHA.R* 2, BIBI FATHIMA.J* 3 *1 Assistant Professor, Department of ECE, Dhaanish Ahmed College of Engineering, Padappai.

More information

Coal Dust Controller on Indramayu Power Plants Conveyor Lane Based IoT

Coal Dust Controller on Indramayu Power Plants Conveyor Lane Based IoT Journal of Telematics and Informatics (JTI) Vol.6, No.1, March 2018, pp. 21~26 ISSN: 2303-3703 21 Coal Dust Controller on Indramayu Power Plants Conveyor Lane Based IoT Reza Yoga Diputra, Arief Marwanto,

More information

sdevelopment OF COAL MINE SAFETY SYSTEM USING WIRELESS SENSOR NETWORKS

sdevelopment OF COAL MINE SAFETY SYSTEM USING WIRELESS SENSOR NETWORKS sdevelopment OF COAL MINE SAFETY SYSTEM USING WIRELESS SENSOR NETWORKS 1 G.Ahalya, 2 P.Suresh Babu, 3 P.Prabhakar Rao, 1 M.Tech (ECE), ECE Department, Mother Theresa Institute of science &Technology,Sathupally,Andhra

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

Polyhouse Monitoring And Controlling Using Wireless Sensor Network

Polyhouse Monitoring And Controlling Using Wireless Sensor Network Polyhouse Monitoring And Controlling Using Wireless Sensor Network 1 Rohini N. Deokar, 2 Prof. P. R. THORAT 1 PG Research fellow, SPWEC-Aurangabad 2 Asso. Professor & PG Teacher Embedded System & VLSI

More information

Research on Intelligent Helmet for Safety Monitoring in Coal Mine

Research on Intelligent Helmet for Safety Monitoring in Coal Mine 2017 2 nd International Conference on Architectural Engineering and New Materials (ICAENM 2017) ISBN: 978-1-60595-436-3 Research on Intelligent Helmet for Safety Monitoring in Coal Mine Xiucai Guo and

More information

Product data sheet Palas Fidas 200 E

Product data sheet Palas Fidas 200 E Product data sheet Palas Fidas 200 E Applications Regulatory environmental monitoring in measuring networks Ambient air measurement campaigns Long-term studies Emission source classification Distribution

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS

Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of Heavy Metals Monitoring System in Water Based on WSN and GPRS Ke Lin, Ting-Lei Huang School of Computer Science

More information

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Nusrat Ansari 1, Himanshu Phatnani 2, Akash Yadav 3, Sanket Sakharkar 4, Akshay Khaladkar

More information

Coal Mine Monitoring System for Rescue and Protection using ZigBee

Coal Mine Monitoring System for Rescue and Protection using ZigBee ISSN: 2278 1323 All Rights Reserved 2015 IJARCET 3704 Coal Mine Monitoring System for Rescue and Protection using ZigBee Shilpa Lande1, Prof.Matte P.N2, 1PG student, E&TC Department, G. H. Raisoni College

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

More information

Industrial Wireless Training Kit

Industrial Wireless Training Kit Industrial Wireless Training Kit Global Wireless Standards IoT Focused Segments Intelligent Server group Operation, induction, comparison, analysis Information Sharing Interconnected 2G, 3G, 4G Wi-Fi Infrastructure

More information

SMART SECURITY SURVEILLANCE ROVER

SMART SECURITY SURVEILLANCE ROVER Volume 116 No. 12 2017, 67-75 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v116i12.8 ijpam.eu SMART SECURITY SURVEILLANCE ROVER N.Suganthi

More information

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY M. Papoutsidakis Dept. of Automation Engineering, Piraeus University A.S., Athens, Greece Rajneesh Tanwar Dept. of Information

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

Smart Cities Solutions for Disaster Management Based on Satellites and Wireless Sensor Networks

Smart Cities Solutions for Disaster Management Based on Satellites and Wireless Sensor Networks Smart Cities Solutions for Disaster Management Based on Satellites and Wireless Sensor Networks Presented by Dr. Krishna Dev Kumar Professor of Aerospace Engineering Director, Artificial Intelligence and

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 119 No. 15 2018, 921-925 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ REAL TIME HEALTH MONITORING SYSTEM OF TRANSFORMER USING IOT S.KARTHIK M.TECH

More information

SGAS707 Datasheet. Industrial Organic Chemical Sensor. Description. Features. Typical Applications. Examples of Target Gases.

SGAS707 Datasheet. Industrial Organic Chemical Sensor. Description. Features. Typical Applications. Examples of Target Gases. Industrial Organic Chemical Sensor SGAS707 Datasheet Description The IDT SGAS707 is a solid-state chemiresistor sensor designed to detect volatile organic chemicals (VOCs) in air. The sensor uses an integrated

More information

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785

[Kathar*, 5(2): February, 2016] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW ON DRIVER DROWSINESS AND ALCOHOL DETECTION SYSTEM Mr. Pandurang N. Kathar *, Prof. D.L.Bhuyar, Prof. A.M.Rawate * M.E.

More information

DESIGN AND IMPLEMENTATION OF SMART HOME CONTROL SYSTEMS USING POWER LINE COMMUNICATION

DESIGN AND IMPLEMENTATION OF SMART HOME CONTROL SYSTEMS USING POWER LINE COMMUNICATION Volume 115 No. 7 2017, 577-583 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu DESIGN AND IMPLEMENTATION OF SMART HOME CONTROL SYSTEMS USING POWER

More information

Smart Home Automation Using Internet of Things

Smart Home Automation Using Internet of Things Smart Home Automation Using Internet of Things Vignesh.A 1, Vignesh.B 1, Selva Bharathi.B 1, Vetrivel.S 1, N.RamyaRani 2 U.G Students, Department of Electrical & Electronics Engineering, Sri Krishna College

More information

2.4GHz/5GHz 300Mbps Outdoor CPE

2.4GHz/5GHz 300Mbps Outdoor CPE .4GHz/ 3Mbps Pharos CPE Series Datasheet Highlights -Wireless N speed up to 3Mbps -Selectable bandwidth of 5///4MHz -Adjustable transmission power by dbm -Broad operating frequency channels ensure less

More information

Wireless Sensor Network Assited Fire Detection And Prevention With Classification Algorithms

Wireless Sensor Network Assited Fire Detection And Prevention With Classification Algorithms International Journal of Emerging Trends in Science and Technology Wireless Sensor Network Assited Fire Detection And Prevention With Classification Algorithms Brinda.s Student of M.Tech Information and

More information

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Mr. T. P. Kausalya Nandan, S. N. Anvesh Kumar, M. Bhargava, P. Chandrakanth, M. Sairani Abstract In today s world working on robots

More information

Ultra-Low Power Analog Sensor Module for Sulfur Dioxide

Ultra-Low Power Analog Sensor Module for Sulfur Dioxide Ultra-Low Power Analog Sensor Module for Sulfur Dioxide BENEFITS 0 to 3 V Analog Signal Output Low Power Consumption < 45 µw Fast Response On-board Temperature Sensor Easy Sensor Replacement Standard 8-pin

More information

Data Transmission in Ships Based on Light Fidelity

Data Transmission in Ships Based on Light Fidelity Volume 114 No. 12 2017, 469-476 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Data Transmission in Ships Based on Light Fidelity Dr.A.Kalirasu Professor

More information

A Smart walking stick for visually impaired using Raspberry pi

A Smart walking stick for visually impaired using Raspberry pi Volume 119 No. 16 2018, 3485-3489 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ 1 A Smart walking stick for visually impaired using Raspberry pi 1 M.Vanitha,

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

NITROGEN DIOXIDE NO2 SS SOLID ELECTROCHEMICAL SENSOR

NITROGEN DIOXIDE NO2 SS SOLID ELECTROCHEMICAL SENSOR 1. DESCRIPTION OF TECHNOLOGY The NO 2 sensor is based on the principle of electrochemical gas detection. This technology is suitable for the detection of gases which can be oxidised or reduced by an electrochemical

More information

VOICE CONTROLLED ROBOT FOR SURVEILLANCE AND GAS LEAKAGE DETECTION

VOICE CONTROLLED ROBOT FOR SURVEILLANCE AND GAS LEAKAGE DETECTION VOICE CONTROLLED ROBOT FOR SURVEILLANCE AND GAS LEAKAGE DETECTION Mallikarjuna Gowda.C.P 1, Raju Hajare 2, Akhil Kumar 3,Manasa.R.E 4, Ramyashree.R 5, SmithaPatil 6 1,2 Associate professor, Department

More information

The MiCS-VZ-87 is an integrated sensor board for Indoor Air Quality monitoring.

The MiCS-VZ-87 is an integrated sensor board for Indoor Air Quality monitoring. The is an integrated sensor board for Indoor Air Quality monitoring. The combines state-of-the-art MOS sensor technology with intelligent detection algorithms to monitor VOCs and CO2 equivalent variations

More information

Autonomous Obstacle Avoiding and Path Following Rover

Autonomous Obstacle Avoiding and Path Following Rover Volume 114 No. 9 2017, 271-281 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu Autonomous Obstacle Avoiding and Path Following Rover ijpam.eu Sandeep Polina

More information

ULPSM-Ethanol

ULPSM-Ethanol Ultra-Low Power Analog Sensor Module for Ethanol BENEFITS 0 to 3 V Analog Signal Output Low Power Consumption < 45 µw Fast Response On-board Temperature Sensor Easy Sensor Replacement Standard 8-pin connector

More information

Make: Sensors. Tero Karvinen, Kimmo Karvinen, and Ville Valtokari. (Hi MAKER MEDIA SEBASTOPOL. CA

Make: Sensors. Tero Karvinen, Kimmo Karvinen, and Ville Valtokari. (Hi MAKER MEDIA SEBASTOPOL. CA Make: Sensors Tero Karvinen, Kimmo Karvinen, and Ville Valtokari (Hi MAKER MEDIA SEBASTOPOL. CA Table of Contents Preface xi 1. Raspberry Pi 1 Raspberry Pi from Zero to First Boot 2 Extract NOOBS*.zip

More information

FLOW RATE CORRECTION CALCULATOR GDR 1403

FLOW RATE CORRECTION CALCULATOR GDR 1403 FLOW RATE CORRECTION CALCULATOR GDR 1403 with Ethernet TCP/IP, Profibus-DP, MODBUS-RTU, MODBUS-TCP The correction calculator GDR 1403 measures volume or mass flow of flow rate sensors. Within volume flow

More information

ULPSM-NO August 2017

ULPSM-NO August 2017 Ultra-Low Power Analog Sensor Module for Nitrogen Dioxide BENEFITS NEW 110-507 NO 2 sensor with O 3 filter! 0 to 3 V Analog Signal Output Low Power Consumption < 45 µw Fast Response On-board Temperature

More information

Implementation of a Self-Driven Robot for Remote Surveillance

Implementation of a Self-Driven Robot for Remote Surveillance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 11, November 2015, PP 35-39 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Implementation of a Self-Driven

More information

Fine Dust Sensors Frequently Asked Questions FAQ

Fine Dust Sensors Frequently Asked Questions FAQ Fine Dust Sensors Frequently Asked Questions FAQ 1 Frequently Asked Questions (FAQ) Fine Dust - Background Information What are fine dust particles? Fine dust particles are contained in airborne particulate

More information

Real Time Safeguard of Workers in Coal Mining using Wireless Sensor Networks and RFID

Real Time Safeguard of Workers in Coal Mining using Wireless Sensor Networks and RFID International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Real

More information

IOT Based Intelligent Traffic Signal and Vehicle Tracking System

IOT Based Intelligent Traffic Signal and Vehicle Tracking System IOT Based Intelligent Traffic Signal and Vehicle Tracking System Srinuvasa Manikanta Adabala M.Tech (Embedded Systems), Department of ECE, Aditya College of Engineering(JNTUK), Surampalem, A.P -533437.

More information

Accident prevention and detection using internet of Things (IOT)

Accident prevention and detection using internet of Things (IOT) ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Accident prevention and detection using internet of Things (IOT) INSTITUTE OF

More information

Development of a High Speed Data Sensing System

Development of a High Speed Data Sensing System Development of a High Speed Data Sensing System Ms.Priyanka. B. Kor M.E EXTC Engg. Alamuri Ratnamala Institute of Engineering And Technology. A.S Rao Nagar, Sapgaon,Tal Shahapur, Dist. Thane Prof. Mujib.

More information

ULPSM-RESPIRR

ULPSM-RESPIRR Ultra-Low Power Analog Sensor Module for Respiratory Irritants BENEFITS 0 to 3 V Analog Signal Output Low Power Consumption < 45 µw Fast Response On-board Temperature Sensor Easy Sensor Replacement Standard

More information

NZQA unit standard version 1 Page 1 of 6. Demonstrate knowledge of the installation of electrotechnology systems on customer premises

NZQA unit standard version 1 Page 1 of 6. Demonstrate knowledge of the installation of electrotechnology systems on customer premises Page 1 of 6 Title Demonstrate knowledge of the installation of electrotechnology systems on customer premises Level 3 Credits 10 Purpose This unit standard covers basic principles and concepts and is intended

More information

2.4GHz/5GHz 300Mbps Outdoor CPE

2.4GHz/5GHz 300Mbps Outdoor CPE .4GHz/ 3Mbps Pharos CPE Series Datasheet Highlights -Wireless N speed up to 3Mbps -Selectable bandwidth of 5///4MHz -Adjustable transmission power by dbm -Broad operating frequency channels ensure less

More information

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO K. Sindhuja 1, CH. Lavanya 2 1Student, Department of ECE, GIST College, Andhra Pradesh, INDIA 2Assistant Professor,

More information

Supersensory computers for measurement and analysis of biologically dangerous factors of environment

Supersensory computers for measurement and analysis of biologically dangerous factors of environment Supersensory computers for measurement and analysis of biologically dangerous factors of environment R. Varzar, A. Anoprienko Development questions of gathering, storage and data processing systems with

More information

Archit Agarwal 1, Rajesh Singh 1, Anita Gehlot 1, Gautam Gupta 1 and Mohit Choudhary 1

Archit Agarwal 1, Rajesh Singh 1, Anita Gehlot 1, Gautam Gupta 1 and Mohit Choudhary 1 I O T E n a b l e d H o m e A u t o m a t i o n t h r o u g h N o d e r em d Q atn Td IOT Enabled Home Automation through Nodered and MQTT Archit Agarwal 1, Rajesh Singh 1, Anita Gehlot 1, Gautam Gupta

More information

R S / R 100ppb 0.1. Fig. 1: R S /R 0 as a function of gas concentration at 50% RH and 25 C.

R S / R 100ppb 0.1. Fig. 1: R S /R 0 as a function of gas concentration at 50% RH and 25 C. MiCS-2610 O 3 Sensor This datasheet describes the use of the MiCS-2610 in ozone detection applications. The package and the mode of operation described in this document target the detection of the oxidising

More information

GSM BASED REAL TIME DISASTER RESCUE SYSTEM

GSM BASED REAL TIME DISASTER RESCUE SYSTEM Volume 115 No. 7 2017, 293-297 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu GSM BASED REAL TIME DISASTER RESCUE SYSTEM Senthil Kumar.R 1, Harshavardhan

More information

instruments, however, is that they are large in size, heavy and quite expensive.

instruments, however, is that they are large in size, heavy and quite expensive. 2018 IJSRST Volume 5 Issue 3 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Real Time Analysis of Pollutants invehicles [R.T.A.P.V] Yash Bhardwaj, Shakti Ratan Information

More information

IoT based Heart Attack Detection, Heart Rate and Temperature Monitor

IoT based Heart Attack Detection, Heart Rate and Temperature Monitor IoT based Heart Attack Detection, Heart Rate and Temperature Monitor Gowrishankar S., PhD Professor Department of CSE B.M.S. College of Engineering Prachita M. Y. Student Department of CSE B.M.S. College

More information

Automated Internet of Things for Underground Drainage and Manhole Monitoring System for Metropolitan Cities

Automated Internet of Things for Underground Drainage and Manhole Monitoring System for Metropolitan Cities International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 12 (2014), pp. 1211-1220 International Research Publications House http://www. irphouse.com Automated Internet

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 Measurement of NPK from PH value Mr. Khakal V.S. 1, Mr. Deshpande. N. M 2,

More information

Design and Implementation of a Wireless Sensor Network on Precision Agriculture

Design and Implementation of a Wireless Sensor Network on Precision Agriculture I J C T A, 9(37) 2016, pp. 103-108 International Science Press Design and Implementation of a Wireless Sensor Network on Precision Agriculture Kedari Sai Abhishek * and S. Malarvizhi ** Abstract: The main

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

Implementation of Smart Home System Based on Internet of Things Using Wireless Sensor Networks

Implementation of Smart Home System Based on Internet of Things Using Wireless Sensor Networks I J C T A, 9(4), 2016, pp. 1891-1897 International Science Press Implementation of Smart Home System Based on Internet of Things Using Wireless Sensor Networks Manivannan K. 1, Janaki Rani M. 2 and Anandhi

More information

Thermo-Vision Scanning Of Vital Nodes in a Substation Using Image Processing

Thermo-Vision Scanning Of Vital Nodes in a Substation Using Image Processing Thermo-Vision Scanning Of Vital Nodes in a Substation Using Image Processing HariharaVarma I 1, Namitha R M 1, Sunil G N 1, Dr. H. V. Kumaraswamy 2 UG Student, Dept. of Telecommunication, R.V College of

More information

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING Aaron R. Rababaah* 1, Ahmad A. Rabaa i 2 1 arababaah@auk.edu.kw 2 arabaai@auk.edu.kw Abstract Traditional

More information

2.4GHz/5GHz 300Mbps Outdoor CPE

2.4GHz/5GHz 300Mbps Outdoor CPE .4GHz/5GHz 3Mbps Pharos CPE Series Datasheet Highlights -Wireless N speed up to 3Mbps -Selectable bandwidth of 5///4MHz -Adjustable transmission power by dbm -Broad operating frequency channels ensure

More information

RAK831 Pilot Gateway Product Specification V1.0

RAK831 Pilot Gateway Product Specification V1.0 RAK831 Pilot Gateway Product Specification V1.0 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2018 Rakwireless all rights reserved. in this document, the actual company

More information

Computer Control System Application for Electrical Engineering and Electrical Automation

Computer Control System Application for Electrical Engineering and Electrical Automation IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Computer Control System Application for Electrical Engineering and Electrical Automation To cite this article: Weigang Liu 2018

More information

IMPLEMENTATION OF MAGIC MIRROR USING RASPBERRY PI 3. SRM Institute of Science and Technology, Kattankulathur, Tamil Nadu, India

IMPLEMENTATION OF MAGIC MIRROR USING RASPBERRY PI 3. SRM Institute of Science and Technology, Kattankulathur, Tamil Nadu, India Volume 118 No. 22 2018, 451-455 ISSN: 1314-3395 (on-line version) url: http://acadpubl.eu/hub ijpam.eu IMPLEMENTATION OF MAGIC MIRROR USING RASPBERRY PI 3 1 Suryansh Chandel, 2 Ashay Mandwarya, 3 S.Ushasukhanya

More information

KAPPA M. Radio Modem Module. Features. Applications

KAPPA M. Radio Modem Module. Features. Applications KAPPA M Radio Modem Module Features Intelligent RF modem module Serial data interface with handshake Host data rates up to 57,600 baud RF Data Rates to 115Kbps Range up to 500m Minimal external components

More information

EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID

EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID B.Gopinathan 1,Rohith.R 2,Harish.M 3,Jagapathibabu.BM 4. 1 Professor & 2 Students Department of Computer Science and Engineering Adhiyamaan College of Engineering,

More information

SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM

SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM SENSOR NETWORK FOR ENVIRONMENT MONITORING SYSTEM USING IOT AND DEVICE CONTROL SYSTEM ASHWINI B. BOBADE M.E. Student, Department of E&TC, DIEMS, Aurangabad, India PROF. A. R. WADHEKAR Department of E&TC,

More information

System Design of a Simulation System for Hazardous. Chemicals Leakage

System Design of a Simulation System for Hazardous. Chemicals Leakage System Design of a Simulation System for Hazardous Chemicals Leakage Yajie Zhu 1, Qi Li 1, Huanfa Chen 1 1 Institute of Remote Sensing and GIS, Peking University, Beijing, China. Telephone: +86 13331159023

More information

Cutting-edge Technology for Data and Communications

Cutting-edge Technology for Data and Communications Cutting-edge Technology for Data and Communications PAGE 1 Guido Perez Business Development Manager 617-671-5747 g.perez@mstglobal.com Table of Contents TUNNEL & COMMUNICATION EVOLUTION CHALLENGES IN TUNNELS

More information

Msystems Ltd. 2.4GHz/5GHz 300Mbps Outdoor CPE. Highlights. Pharos CPE Series Datasheet. -Wireless N speed up to 300Mbps

Msystems Ltd. 2.4GHz/5GHz 300Mbps Outdoor CPE. Highlights. Pharos CPE Series Datasheet.   -Wireless N speed up to 300Mbps .4GHz/5GHz 3Mbps Pharos CPE Series Datasheet Highlights -Wireless N speed up to 3Mbps -Selectable bandwidth of 5///4MHz -Adjustable transmission power by dbm -Broad operating frequency channels ensure

More information

Controlling LED Smartphone using Arduino

Controlling LED Smartphone using Arduino ISSN(Online) : 9-875 ISSN (Print) : 7-670 (An ISO 97: 007 Certified Organization) Vol. 6, Issue 7, July 07 Controlling LED Smartphone using Arduino and Wifi with RSSI Rahul Raikwar Teaching and Research

More information

SPEED MONITORING AND CONTROLLING OF MOTOR USING INTERNET OF THINGS (IOT) ENHANCED WITH WI-FI

SPEED MONITORING AND CONTROLLING OF MOTOR USING INTERNET OF THINGS (IOT) ENHANCED WITH WI-FI SPEED MONITORING AND CONTROLLING OF MOTOR USING INTERNET OF THINGS (IOT) ENHANCED WITH WI-FI 1 Mr.P.Balaji, 2 Mr.A.Karthick, 3 Mr.R.Murali, 4 Mr.M.Sudhakaran, 1,2 UG Student,Dept. of EEE, GanadipathyTulis

More information