SMUGGLING PREVENTION SYSTEM FOR TREES IN FOREST USING IOT

Size: px
Start display at page:

Download "SMUGGLING PREVENTION SYSTEM FOR TREES IN FOREST USING IOT"

Transcription

1 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 of Computer Science Engineering, Dhanalakshmi College of Engineering, Chennai,, Student Abstract The smuggling of trees is a very long and nostalgic issue. Trees are vulnerable to smugglers and cutting of trees like Red sanders, Teak wood, Sandal wood are still a great problem. In spite of growing technology, protection for trees in a large area like forest is difficult. It is also expensive to implement. We are making a system that can prevent the smuggling of trees in forest. The systems consist of Arduino UNO microcontroller interfaced with fire sensor, PIR (passive infrared) sensor, vibration sensor, and 3-axis accelerometer. In case of problems the tree unit will send an alert message to the forest officers using GSM module along with the exact geographical location using GPS. And also real time data is being updated from the tree unit to the monitoring section using IOT. This ensures data security and provides assurance for privacy. Keywords Arduino UNO, GSM, Forest officer, PIR, flame sensor, vibration sensor, 3- axis accelerometer, IOT

2 INTRODUCTION The smuggling of trees such as red sanders, sandal wood, and teak wood are still an existing problem. These trees are made used for medicinal purpose. Trees are cut down and sold in illegal market which threatens the rare tree species population. These trees are extremely costly and less possibly available in market. The sandalwood trees are said to be imperial in recent times of India, the Indian government has already set some measures to protect these trees from smugglers but implementing it over a large area like forest is ineffective. The already existing preventive measures are: Fencing the forest area. This is one of the oldest method used but the cost required to build it increases proportionally to the area of forest. Manual monitoring of forest by enforcing the security personals in specific forest region is one of the methods to control the cutting of trees. But it is hard to monitor the entire area by humans and providing continuous security over day and night is impossible. Tagging of trees using RFID just like tagging the animals is employed. However this does not provide real time information when the problem occurs. It leaves a message only when the tree is moved from its original position. CCTV camera installation in the forest is again very costly and hard to implement. Thus on noticing all the existing problem, a new system is developed to prevent smuggling of trees in forest using IOT. This system will be cheap, effective and will provide a real time monitoring of forest area. The project consists of a tree unit and a monitoring section. Every tree will be installed with a small unit which consists of Arduino UNO that is interfaced with fire sensor, passive infrared sensor (PIR), vibration sensor, and 3-axis accelerometer. We make use of GSM and IOT module. If there is a problem the tree unit will send an alert message to the forest officers using GSM module along with the exact geographical location provided by GPS. And also real time dataa is updated from the tree unit to the monitoring section using IOT. This data will be used by the forest officer to take a necessary action. This ensures data security and provides assurance for privacy. The entire process takes place within a few minutes. The already existing system was in wireless sensor network and it was using zigbee module for the transmission of data where the transmission takes place only within a short range. Here this problem is solved by implementing this in IOT. existing system is that on using IOT the data can be monitored from any part of the country and it can be stored for future reference. A. Block Diagram Fig. 1. Block Diagram of Proposed System 1) Sensing Unit: a) Fire sensor: A flame detector is a sensor which is designed to detect and respond to the presence of flame or fire. It allows the flame detection. The flame sensor is interfaced with Arduino by 16

3 the following connections: VCCC of flame sensor with 5v pin of Arduino, GND with GND pin of Arduino and D0 is connected with pin number 3 of Arduino. The specifications are: It takes input voltage of 3.3v to 5v VCC. PCB size - 30(mm) x15(mm) b) PIR sensor: A PIR-based motion detector is used to sense the movement of people, animals or other objects. A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view. They are most often used in PIR-based motion detectors. Here we use PIR sensor to detect the human movement in the restricted forest c) region. In this module this sensor is interfaced with arduino. And whenever the motion is detected, it checks for the other conditions and 3-axis accelerometer: 3axis accelerometer is an electro mechanical device that sense either static or dynamic force of acceleration. The static force includes gravity while dynamic force includes vibration and movement. It marks the changes with respect to 3axis(x, y and z axis). If the changes occur the reading will be updated automatically. provides intimation to the forest officers by a message through GSM. Connections with arduino: VCC of PIR sensor with the 5v pin of Arduino. GND of PIR sensor with the GND pin of Arduino. And D0 of PIR sensor with the pin no 2 of Arduino. d) Vibration sensor: Vibration sensor is used for testing the impact force. It has a high sensitivity towards vibration. It consists of piezoelectric element. It is suitable for measuring the flexibility, vibration impact and touch. When the vibration is sensed certain voltage will be generated and released to the micro controller. We can adjust the sensitivity by adjusting the on board potentiometer with the screw. The specifications are: operating temperature 30c~65c, dimensions: 45mm*38mm*20mm* VCC power supply 5v. 1) Processing Unit: a) Arduino UNO: Ardunio UNO is a microcontroller based on ATmega 328p. It has 14digital input/output pin, 6analog inputs and USB connection and power jack. Its operation voltage is 0 to 5v. The sensors are interfaced with the Arduino UNO with their analog and digital pins. It can be powered with USB connection or with the external power supply. The ATmega 228 as 32KB memory and it has 2KB of SRAM and 1KB of EPROM. 2) Output Unit: 17

4 a) GSM module: GSM (global system for mobile communication) it is a wireless modem that works with GSM wireless network. It sends and receives the data through radio waves. GSM module requires a SIM card to operate from a wireless carrier. The data are processed by the processing unit and if the problem is detected then the message alert is The sensors are used to detect the flame, vibration and also human motion in the forest. Here the flame sensor detects the fire in the forest and sends the data to the Arduino UNO. The PIR (passive infra- in the forest red) sensor is used to detect any motion area. This prevents the unauthorized people from entering into the restricted area. Once the motion is detected it checks for the other condition and sends the message alert. If the motion is detected then it checks for the vibration on the tree using vibration sensor and also fetches the tree statuss using 3-axis accelerometer. The microcontroller (Arduino UNO) fetches the geo-location from the GPS modem which is embedded with the Arduino UNO. Then the alert is sent in the form of message to forest officers and also the sensor values are updated in IOT continuously. The updated information is stored in the cloud server which can be accessed through the authorized specific website. Fig. 2. shows the proposed system architecture. sent to the module. forest officer using GSM and also it is B. Proposed System Architecture monitored on In this propo the cloud monitored using IOT server webpage C. Flow Chart using IOT detected then it continuously senses the inputs. osed system, the forest is 2) If motion is detected (PIR sensor) then it works on the next step. It reports the tree status and also checks whether there is a vibration on the tree. Now with the exact geo location it sends the message alert to the mobile phone and also update the data in the IOT webpage. If the motion is detected and if there is no vibration on the tree then it sends the alert message indicating the human motion along with the tree status and GPS. If motion is not detected then it goes back to the initial stage and sense the sensor inputs. Finally the process stops. The flow diagram for proposed system illustrates that sensing module is divided into two streams: 1) Fire detection 2) Motion detection. 1) Starts the process and sense the sensor inputs. If the fire is detected (flame sensor) then it fetches the geographical location (latitude and longitude) using GPS tracker. Then sends the fire alert to forest officials in the form of text message to their mobile phones. It also updated in the IOT cloud server webpage for every 30 seconds. Then the process stops. If the fire is not 18

5 Fig No 3 Flow chart 19

6 I. RESULT AND DISCUSSION In this section the results are observed and discussed. The tests have been performed to obtain the reading. With the help of GSM module whenever there is a forest fire or human motion in restricted area or any vibration (indicating the cutting of trees) we get the SMS on our registered mobile. Fig. 4. Fire Alert sent through GSM to mobile phone The message will contain the following information: Alert (fire/human motion/vibration/tree status), region number, tree number, latitude and longitude of the tree location. When there is a forest fire, a message alert is obtained in the mobile phone to corresponding authorities as shown in Fig. 4. Whenever there is a human motion in restricted area or any vibration then the message is obtained by the forest officer with the details regarding the alert, tree status and other informationn as shown in the Fig. 5. Fig. 5. Message alert indicating the cutting of trees Fig. 6. Screen shot of IOT cloud server webpage 20

7 Based on the reading the webpage is updated with the following details. Fig. 6. Shows the output screen of the IOT webpage. With the help of IOT module the details are updated on the webpage and stored on cloud for future reference. II. FUTURE SCOPE The futures scope of work is implementing the project in raspberry pi. If any vibration occur automatically camera capture image and upload live streaming in IOT or mail. In future we can use this system anywhere in the corporate field for monitoring multiple numbers of units. The system developed here is dedicated model specially design for preventing the smuggling. We can see complete picture of forest on server unit. And the location of tree cutting can be found easily. III. CONCLUSIONN This paper consist of a low cost and low power IOT based system to detect the smuggling of trees, where the human beings are not able to provide security. The forest is monitored under IOT system. Here the multiple sensors are placed in different places in forest. If there is any undesirable things occurred in any location of the forest. The sensor detects and updates that information to the Arduino microcontroller and these sensor values are continuously updated in the IOT system. The information which is updated also stored in the cloud server and it is also monitored by the authorized person through website. By this the forest officer can take necessary stepss against those kinds of undesirable activities. REFERENCES [1] Smita Gaikwad, Prof. Rajesh Patil Design WSN node for protection of forest trees against poaching based on zigbee IEEE [2] Bhabad Vishnu S, PathareSagar A Antismuggling System for Trees in Forest using Flex sensor with GSM and Zigbee network, International Journal of Advancedd Research in 21

8 Computer Engineering & Technology (IJARCET) ISSN: vol.5 issue 4, april [3] Narhari R. Kotkar Anti Smuggling System for Trees in Forest using Flex Sensor and Zigbee, International Journal of Advancedd Research in Computer and Communication Engineering (IJARCCE), volume 3, issue 9, September [4] Abhinav Kumar Sharma, Md Faiz Raza Ansari IOT enabled forest fire detection and online monitoring system, International Journal of Current Trends in Engineering & Research (IJCTER)-ISSN: volume 3 issue 5 may [5] Prasad R. Khandar, K. Deivanai Preventive system for forests, International Journal of Computer Science Trends and Technology (IJCST), volume 4 issue 1,jan-feb [6] Jamali Firmat Banzi A sensor based anti- parks, poaching system in Tanzania national International Journal of Scientific and Research Publications, ISSN: volume 4, issue 4, April [7] Yunjie xu Forest wireless monitoring system of internet of things based on zigbeee technology, Information Technology Journal, ISSN: [8] R.Dhayabarani, R.K..Chandralekha Antismuggling for trees in forest with solar power generation, International Journal of Innovative Research in Computer and Communication Engineering ISSN: volume 5 issue 3, march [9] Dipali M. Kulkarni, Komal V. Ghule WSN (wireless sensor network) based monitoring for illegal cutting trees, IJARIIE, ISSN: volume-3 issue

AN IOT BASED FOREST FIRE DETECTION AND PREVENTION SYSTEM USING RASPBERRY PI 3

AN IOT BASED FOREST FIRE DETECTION AND PREVENTION SYSTEM USING RASPBERRY PI 3 AN IOT BASED FOREST FIRE DETECTION AND PREVENTION SYSTEM USING RASPBERRY PI 3 RANJITH E 1, PADMABALAJI D 2, SIBISUBRAMANIAN S 3, Ms. RADHIKA S 4 1,2,3UG Scholars, Department of Computer Science and Engineering,

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

VEHICLE SAFETY WITH DIALLING SYSTEM AND AUTOMATED LOCATION TRACKER

VEHICLE SAFETY WITH DIALLING SYSTEM AND AUTOMATED LOCATION TRACKER VEHICLE SAFETY WITH DIALLING SYSTEM AND AUTOMATED LOCATION TRACKER K.N. Mohammed Mansoor 1, A.Shrikaanth 2, A.Karthick 3,P.Sivasakthy 4 1,2,3 Student, Electrical and Electronics Engineering, JEPPIAAR SRR

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

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

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

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

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

Advanced Driver Assistance System with Accident Detection

Advanced Driver Assistance System with Accident Detection Advanced Driver Assistance System with Accident Detection V.Hemamalini (1), H.Divya Bharathi (2), E.Suganya (3), R.Vinodhini (4) Assistant Professor, New Prince Shri Bhavani College of Engineering and

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

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

Comparative analysis of Garbage Management and Tracking System using IOT

Comparative analysis of Garbage Management and Tracking System using IOT Comparative analysis of Garbage Management and Tracking System using IOT Pallavi Chaudhari Manasi Gokhale Sonal Jadhav Rushikesh Wagh Prof. Smita Khairnar ABSTRACT There is a major shift of paradigm towards

More information

IOT Based Home Security System Using Raspberry Pi

IOT Based Home Security System Using Raspberry Pi IOT Based Home Security System Using Raspberry Pi Ruby Dinakar 1, Deepthi U Singh 2, Mir Mohammed Abbas 3, Mir Riya Alex 4 Abhishek Yadav 5 Assistant Professor, Department of Information Science and Engineering,

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

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

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

IJESRT: 7(11), November, 2018 ISSN:

IJESRT: 7(11), November, 2018 ISSN: IJESRT: 7(11), November, 2018 ISSN: 2277-9655 International Journal of Engineering Sciences & Research Technology (A Peer Reviewed Online Journal) Impact Factor: 5.164 IJESRT Chief Editor Dr. J.B. Helonde

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

International Journal of Scientific & Engineering Research, Volume 7, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 7, July ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 7, July-2016 554 Forest Fire Detection using Wireless Sensor Harjinder Singh Department of Instrumentation and Control Engineering,

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

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

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

MICROCONTROLLER BASED HOME AUTOMATION SYSTEMS

MICROCONTROLLER BASED HOME AUTOMATION SYSTEMS ISSN (Print) : 232 3765 (An ISO 3297: 27 Certified Organization) Vol. 4, Issue 4, April 25 MICROCONTROLLER BASED HOME AUTOMATION SYSTEMS Mr. Eswaravel, E [], Mr. Lokeshwaran, V [2], Mr. Prabu, D [3], Mr.

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

Smart Intrusion Detection

Smart Intrusion Detection 362 Smart Intrusion Detection Shubham Chopade 1, Atharva Kulkarni 2, Yash Chavan 3 1,2,3 Student, Department of Electronics and Telecommunication, PCCOE, Pune, India Abstract: With the exponential increase

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

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

Home-based Security System for Intruder detection using GSM module and PIR Sensors

Home-based Security System for Intruder detection using GSM module and PIR Sensors ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Home-based Security System for Intruder detection using GSM module and PIR Sensors Srieesh Padukone padukonesrieesh@gmail.com

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

INTELLIGENT FAULT IDENTIFICATION IN LED LIGHTING AND SECURITY SYSTEM USING GSM

INTELLIGENT FAULT IDENTIFICATION IN LED LIGHTING AND SECURITY SYSTEM USING GSM International Journal of Computer Network and Security(IJCNS) Vol 8. No.1 2016 Pp. 1-5 gopalax Journals, Singapore available at : www.ijcns.com ISSN: 0976-1345 INTELLIGENT FAULT IDENTIFICATION IN LED LIGHTING

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

Smart Surveillance System using Background Subtraction Technique in IoT Application

Smart Surveillance System using Background Subtraction Technique in IoT Application Smart Surveillance System using Background Subtraction Technique in IoT Application Norharyati binti Harum 1, Mohanad Faeq Ali 2, Nurul Azma Zakaria 3, Syahrulnaziah Anawar 4 Centre for Advanced Computing

More information

Risk Management Using Raspberry Pi and Sensors

Risk Management Using Raspberry Pi and Sensors RESEARCH ARTICLE International Journal of Engineering and Techniques - Volume 2 Issue 3, May June 2016 Risk Management Using Raspberry Pi and Sensors Sudha.H. Ayatti 1, D.Vamsi Krishna 2, Vishwajeet.R.

More information

AUTOMATIC CROP MONITORING USING EMBEDDED SYSTEM

AUTOMATIC CROP MONITORING USING EMBEDDED SYSTEM AUTOMATIC CROP MONITORING USING EMBEDDED SYSTEM Mr.Takkasila Akbar Saleem 1, Mr. K Sreenivasa Rao 2 1 M.Tech student, Embedded Systems, Dept of ECE 2M.Tech, MISTE, MIE, (PhD), Associate Professor, Dept

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

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

A Survey on implementation of Fire detection System Based on ZigBee Wi-Fi Networks

A Survey on implementation of Fire detection System Based on ZigBee Wi-Fi Networks Volume 118 No. 20 2018, 4249-4253 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A Survey on implementation of Fire detection System Based on ZigBee Wi-Fi Networks Mr.C.Santhana Krishnan

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

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

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

Toxic Gas and Radiation Detection Monitoring Using IOT

Toxic Gas and Radiation Detection Monitoring Using IOT Toxic Gas and Radiation Detection Monitoring Using IOT Kannappan.A 1 K. Hari Prasad 2 P.G Scholar, Mechatronics Engineering, Jeppiaar Engineering College, Chennai, India 1 ASSISTANT PROFESSOR, Mechanical

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 System for 360 Video Surveillance with Multiple Remote Control Access

A System for 360 Video Surveillance with Multiple Remote Control Access Copyright 2016 American Scientific Publishers All rights reserved Printed in the United States of America A System for 360 Video Surveillance with Multiple Remote Control Access Arnali Saha* Techno India

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

ROBOT: HOME AUTOMATION SYSTEM USING RASPBERRY PI AND SENSORS

ROBOT: HOME AUTOMATION SYSTEM USING RASPBERRY PI AND SENSORS ROBOT: HOME AUTOMATION SYSTEM USING RASPBERRY PI AND SENSORS Shete Kajal B. 1, Valhavankar Shraddha N. 2, More punam R. 3, Kakade Rachana R. 4 1,2,3,4 Department of Computer Engineering, JCOE, Pune university,

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

IOT BASED SMART GARBAGE COLLECTOR FOR SMART CITIES

IOT BASED SMART GARBAGE COLLECTOR FOR SMART CITIES International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 12, December 2018, pp. 435 439, Article ID: IJCIET_09_12_048 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=12

More information

International Journal of Intellectual Advancements and Research in Engineering Computations Smart gas assistant for a perfect kitchen

International Journal of Intellectual Advancements and Research in Engineering Computations Smart gas assistant for a perfect kitchen www.ijiarec.com ISSN:2348-2079 Volume-5 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Smart gas assistant for a perfect kitchen Siddharth SG Rameswari

More information

Home Security System for Controlling Theft using android ADK

Home Security System for Controlling Theft using android ADK Home Security System for Controlling Theft using android ADK B. Praveena 1, K. Rajganesh 2, B. Vinitha 3, S. Kandasamy 4, M. Chandraman 5 1, 2, 3, 4Bachelor of Electronics and Communication Engineering,Knowledge

More information

The design of automatic remote monitoring system for the temperature and humidity based on GPRS Hui ZHANG 1, a, Honghua WANG 2,a

The design of automatic remote monitoring system for the temperature and humidity based on GPRS Hui ZHANG 1, a, Honghua WANG 2,a Applied Mechanics and Materials Submitted: 2014-06-06 ISSN: 1662-7482, Vols. 599-601, pp 1102-1105 Accepted: 2014-06-09 doi:10.4028/www.scientific.net/amm.599-601.1102 Online: 2014-08-11 2014 Trans Tech

More information

IOT Based Centralized Bank Security System for Monitoring and Auto Arresting

IOT Based Centralized Bank Security System for Monitoring and Auto Arresting Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 11, Number 1 (2018), pp. 1-9 Research India Publications http://www.ripublication.com IOT Based Centralized Bank Security System for

More information

DESIGNING AND IMPLEMENTATION OF OUTDOOR TRANSFORMER SECURITY SYSTEM

DESIGNING AND IMPLEMENTATION OF OUTDOOR TRANSFORMER SECURITY SYSTEM DESIGNING AND IMPLEMENTATION OF OUTDOOR TRANSFORMER SECURITY SYSTEM Uğur Fidan, Naim Karasekreter Afyon Kocatepe University, Engineering Faculty, Afyonkarahisar Türkiye ufidan@aku.edu.tr, karasekreter@aku.edu.tr

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

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

Prototype of Gas Leak Detector System Using Microcontroller and SMS Gateway

Prototype of Gas Leak Detector System Using Microcontroller and SMS Gateway Prototype of Gas Leak 132 Prototype of Gas Leak Detector System Using Microcontroller and SMS Gateway Marchel Thimoty Tombeng Fakultas Ilmu Komputer, Universitas Klabat Jl. Arnold Mononutu Airmadidi, Minahasa

More information

Sensor technologies. Lin Zhong ELEC424, Fall 2010

Sensor technologies. Lin Zhong ELEC424, Fall 2010 Sensor technologies Lin Zhong ELEC424, Fall 2010 Elementary functions of computing Processing (a.k.a computing) Storage Communication Sensing: Interface between computers and the world 2 Principles of

More information

UNIVERSAL REMOTE CONTROL SYSTEM FOR KITCHEN AUTOMATION USING IoT

UNIVERSAL REMOTE CONTROL SYSTEM FOR KITCHEN AUTOMATION USING IoT . UNIVERSAL REMOTE CONTROL SYSTEM FOR KITCHEN AUTOMATION USING IoT Amita Thakare 1 Pooja R. Gandhe 2 1 Professor, Dept. of ECE, Priyadarshini Bhagwati College of Engineering. Nagpur, Maharashtra, India

More information

HOME AUTOMATION BASED PROJECTS

HOME AUTOMATION BASED PROJECTS ************************************************************************ INNOVATIVE & APPLICATION ORIENTED PROJECTS ON SVSEMBEDDED SYSTEMS (8051/AVR/ARM7/MSP430/RENESAS/ARM cortex M3) ************************************************************************

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

Complete FINAL YEAR PROJECT solution + Technical Training 1. ULTRASONIC BASED SAFETY OBSTACLE DETECTION STICK FOR THE BLIND.

Complete FINAL YEAR PROJECT solution + Technical Training 1. ULTRASONIC BASED SAFETY OBSTACLE DETECTION STICK FOR THE BLIND. Complete FINAL YEAR PROJECT solution + Technical Training 1. ULTRASONIC BASED SAFETY OBSTACLE DETECTION STICK FOR THE BLIND. 2. ULTRASONIC BASED OBSTACLE DISTANCE MEASUREMENT DEVICE. 3. FINGERPRINT BASED

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

Lesson 11 Internet Connected Environment (Weather, Air Pollution and Forest Fire) Monitoring

Lesson 11 Internet Connected Environment (Weather, Air Pollution and Forest Fire) Monitoring Lesson 11 Internet Connected Environment (Weather, Air Pollution and Forest Fire) Monitoring 1 Environment Monitoring Weather Uses of sensors for T, RH and Patm parameters, WSNs, access points, gateways

More information

SMART GARBAGE MONITORING SYSTEM USING INTERNET OF THINGS

SMART GARBAGE MONITORING SYSTEM USING INTERNET OF THINGS SMART GARBAGE MONITORING SYSTEM USING INTERNET OF THINGS Prof. P. Arunadevi 1, S. Karthika 2, V.V. Swetha raj 3, K. Aamir Suhail 4 1Department of Computer Science and Engineering, RVS College of Engineering

More information

Upgrade of PSTN network Alarm System

Upgrade of PSTN network Alarm System Upgrade of PSTN network Alarm System Introduction Network alarm system is a variety of transmission channels to transmit protection areas information to security service center quickly and accurately,

More information

IMPLEMENTATION OF VISION BASED INTELLIGENT HOME SECURITY SYSTEM USING ARM7

IMPLEMENTATION OF VISION BASED INTELLIGENT HOME SECURITY SYSTEM USING ARM7 IMPLEMENTATION OF VISION BASED INTELLIGENT HOME SECURITY SYSTEM USING ARM7 N. Naga Swathi 1, K. Alekhya 2, D. Pavithra 3, D. Kalyan Babu 4 1Assistant professor, Department of Electronics and Communication

More information

Characteristics of different sensors used for Distance Measurement

Characteristics of different sensors used for Distance Measurement Characteristics of different sensors used for Distance Measurement Pavithra B. G 1, Siva Subba Rao Patange 2, Sharmila A 3, Raja S 2, Sushma S J 1 1GSSS Institute of Engineering & Technology for Women,

More information

Technology enabled Smart Waste Collection and Management system using IoT

Technology enabled Smart Waste Collection and Management system using IoT Volume 119 No. 12 2018, 1283-1295 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Technology enabled Smart Waste Collection and Management system using IoT Dr.N.Susila, Professor and

More information

DEVELOPMENT OF WIRELESS GAS SENSING SYSTEM FOR HOME SAFETY

DEVELOPMENT OF WIRELESS GAS SENSING SYSTEM FOR HOME SAFETY DEVELOPMENT OF WIRELESS GAS SENSING SYSTEM FOR HOME SAFETY T.H.Mujawar, M.S.Kasbe, S.S.Mule and L.P.Deshmukh Department of Electronics Science, Solapur University, Solapur, M.S. India ABSTRACT Present

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

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

Ea-Eagle s Eye on Abode

Ea-Eagle s Eye on Abode IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 6 Ver. I (Nov. Dec. 2016), PP 90-94 www.iosrjournals.org Ea-Eagle s Eye on Abode

More information

Pi Cam Based Smoke/Fire Alerting System

Pi Cam Based Smoke/Fire Alerting System Pi Cam Based Smoke/Fire Alerting System B.R.B. Jaswanth 1, I. Priyanka 2, G. Chaitanya 3, J. Srinadh 4, T. Siva Ganesh 5 Corresponding author, Assistant Professor, Department of Electronics and Communication

More information

HOME AUTOMATION AND SECURITY USING INTERNET OF THINGS

HOME AUTOMATION AND SECURITY USING INTERNET OF THINGS HOME AUTOMATION AND SECURITY USING INTERNET OF THINGS K.Rithu Hebbar 1, M.Kiran Kumar 2, K.Surekha 3, K.Mallika Sobha Devi 4. K. Sai Akshaya Priya 5 U.G. Student, Department of CSE, Sree Venkateswara College

More information

SURVEY ON HOME SECURITY SURVEILLANCE SYSTEM BASED ON WI-FI CONNECTIVITY USING RASPBERRY PI AND IOT MODULE

SURVEY ON HOME SECURITY SURVEILLANCE SYSTEM BASED ON WI-FI CONNECTIVITY USING RASPBERRY PI AND IOT MODULE DOI: http://dx.doi.org/10.26483/ijarcs.v9i2.5585 Volume 9, No. 2, March-April 2018 International Journal of Advanced Research in Computer Science REVIEW ARTICLE Available Online at www.ijarcs.info ISSN

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

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

Open Source Home Security System

Open Source Home Security System Open Source Home Security System Final Report ECE 410: Senior Project By: Allen Chu March 28, 2012 Project Advisor: Dr. John Ventura, PE Table of Contents Title 1 Table of Contents 2 1. Abstract 3 2. Customer

More information

Development of Fire Alarm System using Raspberry Pi and Arduino Uno

Development of Fire Alarm System using Raspberry Pi and Arduino Uno Development of Fire Alarm System using Raspberry Pi and Arduino Uno Md Saifudaullah Bin Bahrudin Faculty of Electrical Engineering University Teknologi MARA Selangor, Malaysia c_pool07@yahoo.com Rosni

More information

Vijayalakshmi Badre, Pankaj Agarwal, Sameer Chavan, Pranav Kabra

Vijayalakshmi Badre, Pankaj Agarwal, Sameer Chavan, Pranav Kabra International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 3 ISSN : 2456-3307 Smart Fire Fighting Robot Vijayalakshmi Badre,

More information

ECE Department, SVCET, Chittoor, Andhra Pradesh, India. Department of ECE, S. V. College of Engineering, Tirupati, Andhra Pradesh, India

ECE Department, SVCET, Chittoor, Andhra Pradesh, India. Department of ECE, S. V. College of Engineering, Tirupati, Andhra Pradesh, India 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Implementation of Smart Home Automation with Enhanced Security M. Ummay Hagera *1,

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

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 119 No. 12 2018, 16295-16304 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu An Autonomous IoT Infrastructure for Forest Fire Detection and Alerting System R. Niranjana Department

More information

Microcontroller based design for Tele-sensing and extinguishing fire

Microcontroller based design for Tele-sensing and extinguishing fire 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

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 IOT BASED SMART SECURITY AND HOME AUTOMATION Pradeep P.Laturkar 1, Parikshit Solunke 2, Parth Medhi 3, Shaunak Oke 4, Shradha Somani 5 1 Assistant Professor, Department of Computer Engineering 2,3,4,5

More information

Smart Office Automation System for Energy Saving

Smart Office Automation System for Energy Saving Smart Office Automation System for Energy Saving Kannapiran Selvaraj Instructor, Department of ECE, PSG Institute of Technology and Applied Research, Coimbatore, India Email: skannaprn@gmail.com, skp@psgitech.ac.in

More information

The Design and Implementation of Building Fire Monitoring System using ZigBee-WiFi Networks

The Design and Implementation of Building Fire Monitoring System using ZigBee-WiFi Networks The Design and Implementation of Building Fire Monitoring System using ZigBee-WiFi Networks Vidyashree P M.Tech Student Dept.of Digital Electronics & Communication Systems VTU PG CENTRE, MYSURU Mrs.Pushpalatha

More information

Construction of Wireless Fire Alarm System Based on ZigBee Technology

Construction of Wireless Fire Alarm System Based on ZigBee Technology Available online at www.sciencedirect.com Procedia Engineering 11 (2011) 308 313 The 5 th Conference on Performance-based Fire and Fire Protection Engineering Construction of Wireless Fire Alarm System

More information

Training 2 nd part. Agenda for second part

Training 2 nd part. Agenda for second part Training 2 nd part Agenda for second part AZOR GSM mini alarm EYE-02 GSM security camera GD-04 David GSM dialer CA-1803 Athos GSM/GPRS/GPS car alarm system AZOR easy solution GSM mini alarm Azor AZOR -

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

Accident Prevention System for Boats in Maritime

Accident Prevention System for Boats in Maritime I J C T A, 9(14) 2016, pp. 6433-6440 International Science Press Accident Prevention System for Boats in Maritime Simhadri Angadi and S. Manikandaswamy ABSTRACT Ultrasonic (US) and sonar (PIR) sensors

More information

INTEGRATING IoT DEVICES INTO A MOBILE APPLICATION FOR ELDERLY WHO LIVE ALONE

INTEGRATING IoT DEVICES INTO A MOBILE APPLICATION FOR ELDERLY WHO LIVE ALONE INTEGRATING IoT DEVICES INTO A MOBILE APPLICATION FOR ELDERLY WHO LIVE ALONE Wahidah Husain, Siti Aishah Mohd Zain, Nur Aini Abdul Rashid and Amirah Mohamed Shahiri School of Computer Sciences, Universiti

More information

Applications of Smart Home system for disabled people for using wireless network

Applications of Smart Home system for disabled people for using wireless network IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676, p-issn: 2320-3331, Volume 13, Issue 4, Ver. XX (Jul. Aug. 2018), PP XX-XX Applications of Smart Home system for disabled

More information

Smart Home (Home Automation)

Smart Home (Home Automation) Smart Home (Home Automation) Waiz Khan Department of Electrical and Electronics Engineering Bhagwan Parshuram Institute of Technology, Delhi, India Shalini Sharma Department of Electrical and Electronics

More information

Short Messaging System Based Security Box Using Arduino and GSM Module

Short Messaging System Based Security Box Using Arduino and GSM Module Journal of Telematics and Informatics (JTI) Vol.6, No.1, March 2018, pp. 7~14 ISSN: 2303-3703 7 Short Messaging System Based Security Box Using Arduino and GSM Module Safial Islam Ayon Department of Computer

More information

Microcontroller Based Home Security System Project Report Bvunl.hol.es

Microcontroller Based Home Security System Project Report Bvunl.hol.es Microcontroller Based Home Security System Project Report Bvunl.hol.es [BOOK] Download Free Microcontroller Based Home Security System Project Report - PDF File. This Book have some digital formats such

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

Implementation of Artificial Neural Fuzzy Inference System in a Real Time Fire Detection Mechanism

Implementation of Artificial Neural Fuzzy Inference System in a Real Time Fire Detection Mechanism Implementation of Artificial Neural Fuzzy Inference System in a Real Time Fire Detection Mechanism Divya Sharma Department of Mechanical and Automation Engineering Indira Gandhi Delhi Technical University

More information

Development of Motion Triggered Image Recording System with Ov7076 for Home Security

Development of Motion Triggered Image Recording System with Ov7076 for Home Security Development of Motion Triggered Image Recording System with Ov7076 for Home Security Oyebola Blessed Olalekan, Gateway (ICT) Polytechnic Saapade, blessedolalekan@gmail.com Abstract-There is vast need for

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

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