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

Size: px
Start display at page:

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

Transcription

1 International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN SMART TRAFFIC MANAGEMENT USING RFID TECHNOLOGY Pradnya Kulkarni 1, Digambar Gadekar 2, Akash Chawdhari 3, Gaurav Gadewar 4,Sumit Dengale 5 1 Department of Information Technology MIT College of Engineering, Pune, India ABSTRACT Traffic control is a big problem in the metropolitan area. One of the major challenges in traffic control is to give way to emergency vehicles such as the ambulance or police vehicles. Various approaches are used for smart traffic control include image processing, sensor-based systems, thermal imaging, IOT Base system, etc. In this paper, we propose a smart traffic control system using RFID (radio frequency identification) technology. The basic focus of this proposed system is to control traffic signals on detection of the emergency vehicle. After the acknowledgment done by the proposed system, the particular signal is made Green for some time and after the Emergency Vehicle passes by, it regains its original flow. Thus proposed system warrants the minimal amount of time required for the emergency vehicle to reach its destination increasing the chances of survival of the patient. Thus it acts as a lifesaver project. The idea could be easily extended to include detection of a stolen vehicle. Keywords: RFID, Traffic Control, Metropolitan area, IOT, Emergency Vehicle, Signal. [1] INTRODUCTION Traffic control is a big problem in the metropolitan area. One of the major challenges in traffic control is to give way to emergency vehicles such as the ambulance or police vehicles. Various approaches are used for smart traffic control include image This paper introduces a new kind of traffic management system build using RFID technology, which manages traffic signals based on automatic vehicle detection. An emergency vehicle is a vehicle that is designated and authorized to respond to an emergency in a life-threatening situation. These vehicles are usually Pradnya Kulkarni, Digambar Gadekar,Akash Chawdhari,Gaurav Gadewar,Sumit Dengale. 1

2 SMART TRAFFIC MANAGEMENT USING RFID TECHNOLOGY functioned by nominated agencies, often part of the administration, but also run by charities, non-governmental institute, and some commercial companies. There is a need to provide a smooth flow of these vehicles to reach the destination in time and thereby minimize the delay caused by traffic congestion. The proposed traffic control system will use Microcontroller based RFID (Radio Frequency Identifiers) technology to detect emergency vehicle and control the traffic lights accordingly. This will result in considerable improvement in the time required for an emergency vehicle to reach the destination resulting in saving a life in the critical situation such as an accident or heart attacks. Radio Frequency Identification is a tiny electronic gadget that comprises a small chip and an antenna. The small chip is embedded in an emergency vehicle. The RFID reader located at the traffic signal reads this information from the RFID locator installed at the ambulance. To avoid unnecessary traffic signal changes, we cross-refer the ambulances current location and patient's condition using mobile app registered by the ambulance driver. The paper is organized as follows. Section 2 jots the related work in the area, Section 3 describes the system architecture, Section 4 DFD diagram, Section 5 limitations and future scope, Section 6 Conclusion and Section 7 References. [2] RELATED WORK Automatic traffic control system in big cities is a necessity these days. Various approaches have been tried by researchers around the world to address this particular problem. Each approach has its own pros and cons. An Image processing approach with Ripple algorithm is been explained [1]. In this approach, to detect an Ambulance a visible CMOS image sensor is used. The captured video is processed by DIP (Digital Image Processing) using Mat lab software based on a ripple algorithm. Number of Frames abstracted from input video is processed by Ripple algorithm [12]. Then this frame is compressed one by one. Gray scale image is converted into binary image and after this process thresholding is done. Template Matching is done for image matching with the similarity matrix. The template and corresponding image are identified and maximum correlation is obtained [11]. Hence from the given template the Ambulance can be detected and output is sent through UART to ARM processor where controlling of traffic light is done. If it detects the ambulance the signal goes green and if it is not detected the light goes red, in normal case the signal work in regular routine [10]. However, this approach is time consuming, expensive has low performance. Another approach for automatic traffic control includes thermal imaging [2]. A concurrent Technology in Thermal imaging is used in many applications like power line maintenance, surveillance and intelligent transportation systems. This technique focuses on controlling traffic and surveillance using thermal imaging cameras. By the combination of two powerful technologies- thermal imaging and image processing, a very accurate measure of traffic density can be achieved; effortlessly it can be used in any environmental factors like low visibility due to fog or darkness, or other stray objects like animals or humans [8]. The simulations of the gray scale thermal images captured are performed in Mat lab, using which we get the exact count of vehicles on the road. The limitations of thermal imaging are Detecting Defects, Real Time, Inaccurate Measurements and Price. Signal processing approach using FFT (Fast Fourier Transform) has also been used in the past for smart traffic control using sound signals [3].By using two times FFT (Fast Fourier Transform) on detecting; the siren sound could be converted into numerical values. Even under the Doppler Effect the siren sound can be detected. The proposed method could detect the siren sound in which S/N ratio is approximately 0 db [4]. A different approach for controlling the traffic is done by using RFID technology [5].Traffic monitoring which is violated by human interruption over a wider area which is too complicated Pradnya Kulkarni, Digambar Gadekar,Akash Chawdhari,Gaurav Gadewar,Sumit Dengale. 2

3 International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN because of the day by day rising population. The main motive behind this idea is to reduce these careless accidents for which a system that governs and controls the speed of the vehicle without any direct inconvenience to the driver [8]. Some time there are instances where the speed of the automobile is beyond the expected speed limit or the driver does not obey the traffic signals [11]. The vehicle has its RFID reader which senses the RFID tag linked with a red traffic light or senses the vehicle speed limit on the tag attached to the speed limit signboard. If the speed is beyond certain limit the control unit tag information is compared with the real time speed of the automobile [12]. [3] SYSTEM ARCHITECTURE: Fig 3.1: System Architecture Fig 3.1 shows the architecture of our proposed smart traffic control system. The main blocks of architecture are described below. RFID READER: A radio frequency identification reader (RFID reader) is a device used to collect data from an RFID tag, which is used to track different objects. Radio waves are used to transmission of data from the tag to a reader. Device Driver: A device driver is a specific form of software application that is designed to enable communication with hardware devices. Without the required device driver, the corresponding hardware device is unsuccessful to work. Micro Controller: A microcontroller is a computer present in a single integrated circuit which is dedicated to achieve one task and execute one explicit application. Server: A server is a computer, a device or a program that is dedicated to handling network resources. Servers are often mentioned as dedicated because they carry out hardly any other tasks apart from their server tasks. Database: A database (DB), in the most common sense, is an organized collection of data. More explicitly, a database is an electronic system that allows data to be easily retrieved, handled and updated. Pradnya Kulkarni, Digambar Gadekar,Akash Chawdhari,Gaurav Gadewar,Sumit Dengale. 3

4 SMART TRAFFIC MANAGEMENT USING RFID TECHNOLOGY 3.1 PLATFORM/TECHNOLOGY: Net Beans 7.1: Net Beans is an open-source integrated development environment (IDE) for developing with Java, PHP, C++, and other programming languages. Net Beans is also referred to as a platform of modular components used for developing Java desktop applications. SQL: Structured Query Language (SQL) is a standard computer language for relational database organization and data operation. SQL is used to query, insert, update and modify data. Java: Java is a programming language that is used to create software for multiple platforms. When a programmer writes a Java application, the compiled code (known as byte code) runs on most operating systems (OS), including Windows, Linux and Mac OS. Glassfish: Glassfish is a Java application server development created by Sun Microsystems that permits many developers to create enterprise technologies that are suitable and scalable, as well as additional services that can be installed based on preference. 3.2 Working Model The working of this system consist of two modules. Ambulance Clearance: In this model we have used RFID reader, RFID tag, Microcontroller, Bluetooth Controller system for automatically controlling the traffic signal when the emergency vehicle is detected. Initially the traffic signal works normally. When an emergency vehicle crosses the path, the RFID tag is positioned inside Vehicle. The RFID reader detects the vehicle s ID and transmits the information through wireless communication using Bluetooth controller. On receiving the information at the receiver system, the Microcontroller controls the traffic light. This way the traffic light turns green in order to give way to the ambulance. After the ambulance passes the traffic junction, the signal will operate normally. Thus the time required for the ambulance to reach its destination is drastically reduced improving the survival chances of patients. Stolen Vehicle Detection: In this part for detecting the stolen vehicle we have used RFID reader, RFID tag, Bluetooth. When the stolen vehicle passes a traffic signal, the information captured through the RFID tag on the vehicle can be used for intimating the Police/ Control authority. Thus the stolen vehicle can be easily tracked and identified for further investigation. [4] DFD DIAGRAM 4.1 DFD level 0 Fig 4.1 DFD level 0 Pradnya Kulkarni, Digambar Gadekar,Akash Chawdhari,Gaurav Gadewar,Sumit Dengale. 4

5 International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN DFD level 1 Fig 3.2 DFD level 1 [5] LIMITATIONS AND FUTURE SCOPE In order for the proposed system to work, each vehicle needs an RFID Tag installed on it. If at all more than one emergency vehicle approaches the intersection from different direction it will cause confusion. Thus the proposed system can be further improved by setting priority to the ambulances. For example, in 4 roads or 3 roads junction if more than one ambulance arrives at the junction from different sides then first priority can be given to the ambulance which is present in the road with less congestion and so on. Otherwise the ambulance which is reaching the junction first can be given first priority. The major limitation for proposed system is that it may become necessary to prevent unauthorized persons from reading or writing data stored on or transmitted from tags. To this end, encryption must be ensured at all interfaces where data could be intercepted or transmitted. The proposed system can be extended for stolen vehicle detection by addition of Global Positioning System. [6]CONCLUSION By using Smart traffic light system using RFID technology we can achieve the uninterrupted service of the traffic control system by implementing the alternate methods for signal change to allow flow control. The accuracy of the RFID is more than Camera s so our proposed paper also improves the performance of traffic light Violation Detection System. This system is cost effective, multiple usage and deployed using trending IOT, which is more efficient This system will reduce accidents which often happen at the traffic signal intersections because other vehicles have to huddle to give way to the Emergency services. This life saver project must be implemented in the traffic forums to aid the public in good manner. Pradnya Kulkarni, Digambar Gadekar,Akash Chawdhari,Gaurav Gadewar,Sumit Dengale. 5

6 SMART TRAFFIC MANAGEMENT USING RFID TECHNOLOGY REFERENCES [1]. F.Andronicus, Maheswaran P. G. Scholar, Intelligent Ambulance Detection System.In International Journal of Science, Engineering and Reseach,pp ,2015. [2]. Akash Kannegulla, A. Salivahana Reddy, K V R Sai Sudhir, Sakshi Singh Thermal Imaging system for Precise Traffic Control and Surveillance. In International Journal of Scientific and Engineering Research, pp ,2013. [3]. Dr. A. Balamurugan, G. Navin Siva Kumar, S. Raj Thilak, P. Selvakumar,"Automated Emergency System in Ambulance to Control Traffic Signals using IoT ".In International Journal of Engineering and Computer Science, pp ,2015 [4]. Pratyush Parida, Sudeep Kumar Dhurua, P. Santhi Priya,"An Intelligent Ambulance with Some Advance features of Telecommunication.In International Journal of Emerging Technology and Advanced Engineering,pp.90-93,2014. [5]. Mr.S.Iyyappan,Mr.V.Nandagopal,"Automatic accident detection and ambulance rescue with intelligent traffic light system".in International Journal Of Advance Research in Electrical Engineering,2013. [6]. Sensor node and RFID information via Traffic light control and coordination. Sensor_node [7]. T.Sridevi,Kuruva Harinath, P.Swapna, Automatic Generation Of Traffic Signal Based On Traffic Volume.In the IEEE 7 th International Advance Computing Conference,2017. [8]. Chunyu Yang, Yong Cao, Zaiqing Nie, Jie Zhou, Ji-Rong Wen, Design Of Intelligent Traffic Light Controller Using Embedded System.In IOSR Journal of Computer Engineering, [9]. Ateeth Kumar Thirukkovulur, Harikrishna Nandagopal, Vigneesh Parivallal, Sri Sairam, RFID Technology for Smart Vehicle Control using Traffic Signal and Speed Limit Tag Communication.In International Journal Of Computer Applications,2012. [10]. Niketa Chellani, Chirag Tahilyani, Traffic Congestion Detection and Control Using RFID Technology.In International Journal Of Engineering Research and Technology, [11]. Victor O. Matthews, Adebayo O. Ajala, Segun I. Popoola, and Aderemi A. Atayero, Smart Vehicular Traffic Management System using RFID Technology.In World Conference Engineering,2017. [12]. Paul Jasmine Rani. L, Khoushik Kumar. M, Naresh. K. S, Vignesh. S Dynamic Traffic Management System Using Infrared (IR) And Internet Of Things (IoT).In International Journal of Information and Computer Technology,2017. Pradnya Kulkarni, Digambar Gadekar,Akash Chawdhari,Gaurav Gadewar,Sumit Dengale. 6

Traffic and Admission Clearance for Patient on Ambulance

Traffic and Admission Clearance for Patient on Ambulance Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689 www.ijrtem.com Volume 2 Issue 4 ǁ April 2018 ǁ PP 36-44 Traffic and Admission Clearance for Patient on Ambulance

More information

SMART AMBULANCE WITH TRAFFIC CONTROL SYSTEM USING RFID AND IOT. Chennai, Tamilnadu, India. Chennai, Tamilnadu, India.

SMART AMBULANCE WITH TRAFFIC CONTROL SYSTEM USING RFID AND IOT. Chennai, Tamilnadu, India. Chennai, Tamilnadu, India. SMART AMBULANCE WITH TRAFFIC CONTROL SYSTEM USING RFID AND IOT G.VIJAYAKUMARI 1, S.SIVAKAMI 2 S.NANDINI 3, S.ASHWINI 4 1,2 Assistant Professor, New Prince Shri Bhavani College of Engineering and Technology,

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 AUTONOMOUS TRAFFIC SIGNAL MANAGEMENT 1 Department of Computer Engineering 2 Department of Computer Engineering, MITCOE, SPPU Pune, India ABSTRACT: Vehicular traffic congestion has been a major problem

More information

A SURVEY ON VARIOUS TRAFFIC MANAGEMENT SCHEMES FOR TRAFFIC CLEARANCE, STOLEN VEHICLE AND EMERGENCY VEHICLE

A SURVEY ON VARIOUS TRAFFIC MANAGEMENT SCHEMES FOR TRAFFIC CLEARANCE, STOLEN VEHICLE AND EMERGENCY VEHICLE A SURVEY ON VARIOUS TRAFFIC MANAGEMENT SCHEMES FOR TRAFFIC CLEARANCE, STOLEN VEHICLE AND EMERGENCY VEHICLE R.Keerthi #1, S. HariharaGopalan *2 #1 PG scholar, Department of CSE (PG),SRI RAMAKRISHNA 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 REAL TIME TRAFFIC SIGNAL TIME OPERATING AND AMBULANCE PREFERENCE Yuvraj Tryambake 1, Sayali Kolhatkar 2, Vidya Gawade 3, Komal Yende 4, Chetan Taware 5 1 Department of Computer Engineering 2 H.S.B.P.V.T

More information

Smart Parking System using IOT

Smart Parking System using IOT IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 6 (June. 2018), V (VII) PP 29-33 www.iosrjen.org Smart Parking System using IOT Manisha Kulkarni 1, Prof. Shashikant

More information

Automatic Lane Clearance System for Emergency Vehicles

Automatic Lane Clearance System for Emergency Vehicles Automatic Lane Clearance System for Emergency Vehicles Abbas ali Jalnawala 1, A.M Hattarge 2, Chandan Tiwari 3, Faizan Manyar 4, John Paul Moka 5 U.G. Student, Department of Computer Engineering, JSCOE,

More information

II. LITERATURE SURVEY

II. LITERATURE SURVEY IOT Based Intelligent Traffic Control System Harshini Vijetha H 1, Dr. Nataraj K R 2 1 PG student, ECE Department, SJB Institute of Technology, Bengaluru, India 2 Head Of Department, ECE Department, SJB

More information

IOT BASED TRAFFIC CONGESTION MONITORING AND MANAGEMENT SYSTEM

IOT BASED TRAFFIC CONGESTION MONITORING AND MANAGEMENT SYSTEM IOT BASED TRAFFIC CONGESTION MONITORING AND MANAGEMENT SYSTEM Dr.D.Selvaraj 1, Bharathiraja R 2, Gokul Nath V 3, Immanuel E 4, Jyothesvar GL 5 1Professor, Department of Electronics and Communication Engineering

More information

Traffic Clearance System for Ambulance Services

Traffic Clearance System for Ambulance Services Recent Advances in Technology and Engineering (RATE-2017) 6 th National Conference by TJIT, Bangalore International Journal of Science, Engineering and Technology An Open Access Journal Traffic Clearance

More information

AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE

AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE Volume 119 No. 14 2018, 1081-1087 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE S.Sasirekha 1,

More information

Secure Logistic Management System

Secure Logistic Management System IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 3 Ver. I (May. June. 2017), PP 01-05 www.iosrjournals.org Secure Logistic Management

More information

Smart Toll Collection System based on IoT

Smart Toll Collection System based on IoT IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 12 June 2017 ISSN (online): 2349-784X Smart Toll Collection System based on IoT P. S. Hanwate Narin Meher Assistant Professor

More information

REVIEW ON TRAFFIC MONITORING SYSTEMS

REVIEW ON TRAFFIC MONITORING SYSTEMS Paper ID: IOTTSF17 REVIEW ON TRAFFIC MONITORING SYSTEMS Rugveda Kulkarni 1, Vikas Bhave 2, Akshay Kolhe 3, C.H. Dahatonde 1,2,3 Department of Electronics and Telecommunication Assistant professor, Department,

More information

Laboratory Management Based on Internet of Things. Jianming Huang

Laboratory Management Based on Internet of Things. Jianming Huang Advanced Materials Research Online: 2013-06-27 ISSN: 1662-8985, Vol. 711, pp 665-669 doi:10.4028/www.scientific.net/amr.711.665 2013 Trans Tech Publications, Switzerland Laboratory Management Based on

More information

Implementing Intelligent Traffic Control System for Congestion control, Ambulance Clearance and Stolen vehicle detection

Implementing Intelligent Traffic Control System for Congestion control, Ambulance Clearance and Stolen vehicle detection Implementing Intelligent Traffic Control System for Congestion control, Ambulance Clearance and Stolen vehicle detection Sagar G. Umale, Dr. S.D. Lokhande Department of Electronics & Telecommunication,

More information

AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM

AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM 1 Logaprakash M, 2 Arunkumar R, 3 Swathy K 1 Assistant Professor, Department of Computer science and Engineering, SVS College of Engineering, Coimbatore. 2

More information

Parking Availability in Sensor Enabled Car Parks

Parking Availability in Sensor Enabled Car Parks RESEARCH ARTICLE OPEN ACCESS Parking Availability in Sensor Enabled Car Parks Snehal Bankar, Mitali Dhaigude, Sonali Gajendragadakar, Supriya Gavli Department of Computer Science and Engineering PVG s

More information

Priority Management of Emergency Vehicles Using IOT Approach

Priority Management of Emergency Vehicles Using IOT Approach Priority Management of Emergency Vehicles Using IOT Approach Ashit S Chitta 1, Dinesha P 2 Department of ECE, Dayananda Sagar College of Engineering, India 1, 2 Abstract: In the present world, with the

More information

Advanced Traffic Signal Control System for Congestion Control

Advanced Traffic Signal Control System for Congestion Control IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X Advanced Traffic Signal Control System for Congestion Control C.Jerlin Ajith Davidson

More information

Wireless Sensor Network based Automatic Fare Collection for Public Transport System

Wireless Sensor Network based Automatic Fare Collection for Public Transport System Wireless Sensor Network based Automatic Fare Collection for Public Transport System Anne Frank Joe.A 1, Celin. S 2, G. Rajalakshmi 3, Ajay kumar 4, Gaurav sharma 5 Assistant Professor, Dept. of EIE, Sathyabama

More information

Intelligent Traffic Control System

Intelligent Traffic Control System Intelligent Traffic Control System Prof. Mrs Vidya Patil Aditi Sonawane, Apurva Sagane, Priyanka Mane, Reshma Vidhate ABSTRACT: This paper is about Intelligent Traffic Control and Management System which

More information

FULLY AUTOMATED VALET CAR PARKING SYSTEM AND UNIQUE VEHICLE EXIT NUMBER

FULLY AUTOMATED VALET CAR PARKING SYSTEM AND UNIQUE VEHICLE EXIT NUMBER FULLY AUTOMATED VALET CAR PARKING SYSTEM AND UNIQUE VEHICLE EXIT NUMBER T.Joby Titus 1, V.S.Sanjana Devi 2, B.Saranya 3, M.Pravin 4 1,4 Assistant Professor (Sr.Grade), 3 Assistant Professor, Department

More information

Ti RTOS Based Parking Lot Guidance System

Ti RTOS Based Parking Lot Guidance System I J C T A, 9(13) 2016, pp. 6165-6173 International Science Press Ti RTOS Based Parking Lot Guidance System Swathikaa S. V. and J. Selvakumar ABSTRACT This idea is proposed with the problem statement in

More information

TITLE: SCHOOL BUS ATTENDANCE AND MONITORING SYSTEM USING RFID

TITLE: SCHOOL BUS ATTENDANCE AND MONITORING SYSTEM USING RFID TITLE: SCHOOL BUS ATTENDANCE AND MONITORING SYSTEM USING RFID Nishikant G. Sadafale 1, Kulprabha V. Suryawanshi 2, Bhagyashree R. Bhute 3, Prof. A. S. Ubale 4 1 Department of Electronics and Telecommunication,

More information

Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle Detection

Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle Detection Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle Detection V.Veeranjaneyulu PG Scholar, Department of ECE, Shri Sai Institute of Engineering

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue XI, Nov 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue XI, Nov 18,   ISSN ANALYSIS OF VEHICLE SPEED DETECTION USING RFID TAG Department of Computer Engineering JSPM's Bhivarabai Sawant Institute of Technology and Research Savitribai Phule Pune University ABSTRACT: IoT based

More information

DIGITALIZED VEHICLE IDENTIFICATION AND PAPERLESS DRIVERS

DIGITALIZED VEHICLE IDENTIFICATION AND PAPERLESS DRIVERS DIGITALIZED VEHICLE IDENTIFICATION AND PAPERLESS DRIVERS SARALA DEVI C S 1, SHARMILA G 2, TAMILARASI K 3, IYSWARIYA A 4 1,2,3UG Scholar, Department of Electronics and Communication Engineering 4Assistant

More information

International Journal of Advance Engineering and Research Development. School Bus Attendance And Monitoring System Using RFID

International Journal of Advance Engineering and Research Development. School Bus Attendance And Monitoring System Using RFID Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 6, June -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 School Bus

More information

JOURNAL OF APPLIED SCIENCES RESEARCH

JOURNAL OF APPLIED SCIENCES RESEARCH Copyright 2015, American-Eurasian Network for Scientific Information publisher JOURNAL OF APPLIED SCIENCES RESEARCH ISSN: 1819-544X EISSN: 1816-157X JOURNAL home page: http://www.aensiweb.com/jasr Published

More information

ONLINE TOLLGATE MANAGEMENT SYSTEM

ONLINE TOLLGATE MANAGEMENT SYSTEM ONLINE TOLLGATE MANAGEMENT SYSTEM 1 Ranjani.S, 2 Kalpana.K, 3 Kiruthika.V, 4 R.Sathish 123 UG Scholars, 4 Assist.Prof Computer science engineering, surya engineering college, Mettukadai, erode, tamilnadu.

More information

Design of Dynamic Traffic Signal Control System

Design of Dynamic Traffic Signal Control System Design of Dynamic Traffic Signal Control System Shabnam Sayyed Prajakta Date Richa Gautam Gayatri Bhandari Abstract Traffic lights are source of signalling device for road junctions. Traffic light controllers

More information

VON BRAUN LABS. News WE PROVIDE COMPLETE SOLUTIONS WHO WE ARE OUR SOLUTIONS HOW WE DO WHAT WE DO VON BRAUN LABS

VON BRAUN LABS. News WE PROVIDE COMPLETE SOLUTIONS WHO WE ARE OUR SOLUTIONS HOW WE DO WHAT WE DO VON BRAUN LABS VON BRAUN LABS WE PROVIDE COMPLETE SOLUTIONS WWW.VONBRAUNLABS.COM News VON BRAUN LABS WE PROVIDE COMPLETE SOLUTIONS WHO WE ARE OUR SOLUTIONS HOW WE DO WHAT WE DO Greetings from Mr. Dario S. Thober - CEO

More information

SMART PARKING MANAGEMENT SYSTEM. Proposed By CYBERCINATICS PRIVATE LIMITED

SMART PARKING MANAGEMENT SYSTEM. Proposed By CYBERCINATICS PRIVATE LIMITED SMART PARKING MANAGEMENT SYSTEM Proposed By CYBERCINATICS PRIVATE LIMITED About Cybercinatics Startup recognized by Department of Industrial Promotion and Policy - Startup India Member of IT Association

More information

Smart Car Design using RFID

Smart Car Design using RFID Indian Journal of Science and Technology, Vol 8(11), DOI: 10.17485/ijst/2015/v8i11/71767, June 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Smart Car Design using RFID B. Ramya Sundaram 1, Shriram

More information

A Shopping Environment for Blind People Using RFID

A Shopping Environment for Blind People Using RFID IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 58-62 www.iosrjournals.org A Shopping Environment for Blind People Using RFID Prof. Rajesh N. Kamath 1, Namita Tamse

More information

LOGISTICS SECURITY MONITORING AND REAL-TIME TRACKING BASED ON RFID TECHNOLOGY DESIGN AND APPLICATION OF ELECTRONIC SEAL Yu Shao

LOGISTICS SECURITY MONITORING AND REAL-TIME TRACKING BASED ON RFID TECHNOLOGY DESIGN AND APPLICATION OF ELECTRONIC SEAL Yu Shao LOGISTICS SECURITY MONITORING AND REAL-TIME TRACKING BASED ON RFID TECHNOLOGY DESIGN AND APPLICATION OF ELECTRONIC SEAL Yu Shao Department of Computer Science, Ningbo Dahongying University, Ningbo, 315175,

More information

The Research of AGV Guidance Systems Based on RFID Positioning

The Research of AGV Guidance Systems Based on RFID Positioning The Research of AGV Guidance Systems Based on RFID Positioning Shixian Zeng 1,a, Rui Xue 1,b, Yang Wang 1,c,Dengwei Tian 1,d 1 Qingdao Huanghai University, China a zsx113@126.com, b xuerui126@126.com,

More information

AUTOMATIC TOLL TAX COLLECTION SYSTEM BY USING RFID

AUTOMATIC TOLL TAX COLLECTION SYSTEM BY USING RFID Volume 118 No. 20 2018, 473-477 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATIC TOLL TAX COLLECTION SYSTEM BY USING RFID 1 Manikandan.S,

More information

Campus Tracking System Based On IoT Yibiao Pi

Campus Tracking System Based On IoT Yibiao Pi Applied Mechanics and Materials Online: 2014-08-11 ISS: 1662-7482, Vols. 599-601, pp 1416-1419 doi:10.4028/www.scientific.net/amm.599-601.1416 2014 Trans Tech Publications, Switzerland Campus Tracking

More information

AUTOMATIC TOLL COLLECTION SYSTEM USING RFID

AUTOMATIC TOLL COLLECTION SYSTEM USING RFID 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: 5.258 IJCSMC,

More information

Bus tracking and Bus arrival time, location prediction system

Bus tracking and Bus arrival time, location prediction system Bus tracking and Bus arrival time, location prediction system Prof A N Kaulage 1, Anil Pingale 2, Pooja Bhoite 3, Vijaylaxami Mankar 4, Pradip Yadav 5 Department of Computer Engineering, Keystone School

More information

IoT Based Unmanned Toll Booth Monitoring System

IoT Based Unmanned Toll Booth Monitoring System IoT Based Unmanned Toll Booth Monitoring System Sridevi 1, Vasantha Pai 2, Rakesh Y 3, Sunil Mendan 4, Raghavendra Rao P 5 Student, ECE, SMVITM, Udupi, India 1,2,3,4 Asst. Prof., ECE, SMVITM, Udupi, India

More information

Design of logistics tracking and monitoring system based on internet of things

Design of logistics tracking and monitoring system based on internet of things Acta Technica 62 No. 2A/2017, 75 82 c 2017 Institute of Thermomechanics CAS, v.v.i. Design of logistics tracking and monitoring system based on internet of things Qiang Yu 1 Abstract. To improve the information

More information

Smart Water Quality Management System

Smart Water Quality Management System GRD Journals Global Research and Development Journal for Engineering National Conference on Advancement in Emerging Technologies (NCAET'18) March 2018 e-issn: 2455-5703 1 Nancy Priyadharshini. R 2 Vanishree.

More information

RESEARCH PAPER ON E-TOLL SYSTEM WITH USER AND VEHICLE IDENTIFICATION

RESEARCH PAPER ON E-TOLL SYSTEM WITH USER AND VEHICLE IDENTIFICATION RESEARCH PAPER ON E-TOLL SYSTEM WITH USER AND VEHICLE IDENTIFICATION Yash Soni 1, Akash Bangar 2, Pranali Ghugal 3, Kunal Wandhre 4, Nimish Munishwar 5, Dr N.V. Chaudhari 6 1 Student, Department of CSE,

More information

RFID Based Ration Material Distributions without Human Intervention

RFID Based Ration Material Distributions without Human Intervention International Journal of Latest Research in Engineering and Technology () RFID Based Ration Material Distributions without Human Intervention J. DEEPA Under the Guidance of Dr. A. Rijuvana Begum, Assistant

More information

Design of a Cost Effective Soil Monitoring System to Support Agricultural Activities for Smallholder

Design of a Cost Effective Soil Monitoring System to Support Agricultural Activities for Smallholder Journal of Information Communication Technology and Digital Convergence Vol. 2, No. 2, December 2017, pp. 1-5 Design of a Cost Effective Soil Monitoring System to Support Agricultural Activities for Smallholder

More information

PG Student, VLSI Design and Embedded System, Department of ECE, SJB Institute of Technology, Bengaluru, India

PG Student, VLSI Design and Embedded System, Department of ECE, SJB Institute of Technology, Bengaluru, India Smart System for Corruption Avoidance and Owner Assistance Using RFID A Step Towards Digital India Hithaishi B S 1, Rekha S 2 1,2 PG Student, VLSI Design and Embedded System, Department of ECE, SJB Institute

More information

RFID Based Electricity Billing and Cut-Off System for Energy Through GSM

RFID Based Electricity Billing and Cut-Off System for Energy Through GSM RESEARCH ARTICLE OPEN ACCESS RFID Based Electricity Billing and Cut-Off System for Energy Through GSM 1 K.Jansi lakshmi, 2 N.Swetha soundarya, 3 D.Sasi kala, 4 B.Venkatarami reddy, 5 A.Akhil Assistant

More information

EMERGENCY TRACKING AND LOCALISATION USING ANDROID MOBILE PHONES

EMERGENCY TRACKING AND LOCALISATION USING ANDROID MOBILE PHONES Volume 119 No. 12 2018, 13483-13492 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu EMERGENCY TRACKING AND LOCALISATION USING ANDROID MOBILE PHONES M. MOUNIKA* 1, C. SELVI *2, K. RAJAMANI

More information

RFID & Fingerprint Based Vehicle Security System with GSM & GPS Technology

RFID & Fingerprint Based Vehicle Security System with GSM & GPS Technology #1.0-2018 RESEARCH ARTICLE OPEN ACCESS RFID & Fingerprint Based Vehicle Security System with GSM & GPS Technology N. KISHORE KUMAR 1, K. IMRAN SHAREEF 2, S. MD. TAYAB 3, P. CHAITHANYA KUMAR 4 1(Assistant

More information

Research on Agricultural Products Cold-Chain Logistics of Mobile Services Application

Research on Agricultural Products Cold-Chain Logistics of Mobile Services Application Research on Agricultural Products Cold-Chain Logistics of Mobile Services Application Congcong Chen 2, Tian en Chen 1, Chi Zhang 1, and Guozhen Xie 1 1 National Engineering Research Center for Information

More information

Soil Investigation and Seed Dispensing Station for Farmers using IoT

Soil Investigation and Seed Dispensing Station for Farmers using IoT Soil Investigation and Seed Dispensing Station for Farmers using IoT Bhavya Jain 1, Chirag Sharma 2, Manish Parekh 3 1,2,3Member, Young Engineer s Club, Science Kidz Educare, Mumbai, Maharashtra, India

More information

Survey paper on Smart Parking System based on Internet of Things

Survey paper on Smart Parking System based on Internet of Things Survey paper on Smart Parking System based on Internet of Things Vishwanath Y 1, Aishwarya D Kuchalli 2, Debarupa Rakshit 3 1,2,3 Information Science, New Horizon College of Engineering, Bengaluru, India,

More information

Design of the RFID for storage of biological information

Design of the RFID for storage of biological information Design of the RFID for storage of biological information Yu-Lee Choi *, Seok-Man Kim **, Sang-Hee Son ***, and Kyoung-Rok Cho ** Dept. of Bio and Information Technology * Chungbuk National University,

More information

Blind Audio Guidance System

Blind Audio Guidance System Blind Audio Guidance System Revathy Sivasankaran ABSTRACT Today, blind or visually impaired people have a wider array of career possibilities than ever before in history because of a combination of events.

More information

Campus Access Management System via RFID

Campus Access Management System via RFID Campus Access Management System via RFID Komal K. Maheshkar, Dhiraj G. Agrawal Abstract For colleges where security is vital and access to certain areas of campus must be controlled & monitored, there

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) AUTOMATED CAR PARKING SYSTEM WITH NFC ACCESS

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) AUTOMATED CAR PARKING SYSTEM WITH NFC ACCESS INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print) ISSN 0976 6472(Online) Volume 4, Issue 5, September October, 2013, pp. 201-206 IAEME: www.iaeme.com/ijecet.asp

More information

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

International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March-2016 1026 LIFI BASED AUTOMATED SMART TROLLEY USING RFID V.Padmapriya 1, R.Sangeetha 2, R.Suganthi 3, E.Thamaraiselvi

More information

SOLVING VEHICLE EMISSIONS IN CITIES BASED ON RFID AND GPRS/GSM TECHNOLOGY

SOLVING VEHICLE EMISSIONS IN CITIES BASED ON RFID AND GPRS/GSM TECHNOLOGY SOLVING VEHICLE EMISSIONS IN CITIES BASED ON RFID AND GPRS/GSM TECHNOLOGY R. PAVAN KUMAR 1, K V MURALI MOHAN. 2 1 R.Pavan Kumar, M.Tech Student, Holy Mary Institute of Technology and science, Bogaram,

More information

Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID

Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID Akshay Bhavke Dept. of Electronics & Telecommunication Fr. C. Rodrigues Institute of Technology Vashi, Navi Mumbai, Maharashtra-400703,

More information

VEHICLE POLLUTION CONTROL AND TRAFFIC MANAGEMENT

VEHICLE POLLUTION CONTROL AND TRAFFIC MANAGEMENT VEHICLE POLLUTION CONTROL AND TRAFFIC MANAGEMENT J.N.Mohite 1, S.S.Barote 2 1 Asst professor, Department of electronics, M.S.S.C.E.T Jalna, India 2 Student, Department of electronics, M.S.S.C.E.T Jalna,

More information

5 Kondaka Jyothirmayi. Department of Information Technology, Gitam University, Vishakapatnam, India

5 Kondaka Jyothirmayi. Department of Information Technology, Gitam University, Vishakapatnam, India Automated Toll Collection System Using RFID 1 Kamichetty Pramodh Kumar, 2 Kasturi Sai Ratna Gayatri, 3 Reddy Akshay, 4 Vaduru Tayjo Padmini, 5 Kondaka Jyothirmayi Department of Information Technology,

More information

Automatic Vehicle Identification at Tollgates and Theft Detection of Vehicles

Automatic Vehicle Identification at Tollgates and Theft Detection of Vehicles Automatic Vehicle Identification at Tollgates and Theft Detection of Vehicles A. Jeyashree Kothai M. Swathi Priya V. Subhashree Abstract - we live in a world where technology is omnipresent. Yet, there

More information

RFID BASED PERSONAL MEDICAL DATA CARD FOR TOLL AUTOMATION

RFID BASED PERSONAL MEDICAL DATA CARD FOR TOLL AUTOMATION RFID BASED PERSONAL MEDICAL DATA CARD FOR TOLL AUTOMATION Ramalatha M 1, Ramkumar.A K 2, Selvaraj.S 3, Suriyakanth.S 4 Kumaraguru College of Technology, Coimbatore, India. 1 ramalatha_marimuthu@ieee.org

More information

Automated Shopping Cart

Automated Shopping Cart Int. Conf. on Signal, Image Processing Communication & Automation, ICSIPCA Automated Shopping Cart Chinmay.U.K 1, Lahari Prasad 2 and Dr. Mohan Kumar Naik 3 1-2 Student(finalyear), Electronics and Communication

More information

RFID and GPS based Effective transport system

RFID and GPS based Effective transport system RFID and GPS based Effective transport system Prof. Suchitra M Prof. Bhargavi K Apoorva K.B Harshitha M Manasa R Tanveer Khan Abstract- In India, the most widely used public transport system is the bus

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): 2321-0613 RFID Application for Railway Hazards Finding Mahesh R. Nimje 1 Prof. S.V. Bhalerao 2

More information

Street Light Management System Repairs: A Case of the Maintenance and Repair Office, the Kinmen County Government

Street Light Management System Repairs: A Case of the Maintenance and Repair Office, the Kinmen County Government Street Light Management System Repairs: A Case of the Maintenance and Repair Office, the Kinmen County Government Yu-Lun Liang, National Quemoy University,Taiwan The Asian Conference on the Social Studies

More information

Comprehensive study of Smart Parking System

Comprehensive study of Smart Parking System Comprehensive study of Smart Parking System Anish Vahora 1, Siddharaj Gogre 2, Palash Gandhi 3,PratikVaswani 4 1 Asst. Prof. B.V.M Engineering College Anand, Gujarat-388120 2,3,4 Student B.V.M Engineering

More information

An Intelligent Medicine Cabinet Proposed to Increase Medication Adherence

An Intelligent Medicine Cabinet Proposed to Increase Medication Adherence University of Stuttgart Institute of Industrial Automation and Software Engineering Prof. Dr.-Ing. Dr. h. c. P. Göhner An Intelligent Medicine Cabinet Proposed to Increase Medication Adherence University

More information

A SURVEY ON CLOUD BASED SMART PARKING SYSTEM BASED ON INTERNET OF THINGS TECHNOLOGIES

A SURVEY ON CLOUD BASED SMART PARKING SYSTEM BASED ON INTERNET OF THINGS TECHNOLOGIES A SURVEY ON CLOUD BASED SMART PARKING SYSTEM BASED ON INTERNET OF THINGS TECHNOLOGIES Sucheta M. Kokate 1, Vishal N. Nayakwadi 2, Mahadeo J. Gaikwad 3 1 Assitant Professor, Department of Computer Engineering,

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: AUTOMOBILE SAFETY ENHANCEMENT USING TELEMATICS T.

International Research Journal of Engineering and Technology (IRJET) e-issn: AUTOMOBILE SAFETY ENHANCEMENT USING TELEMATICS T. AUTOMOBILE SAFETY ENHANCEMENT USING TELEMATICS T.SANJANA 1 1U.G Scholar, Department of Mechatronics Engineering, Sri Krishna College of Engineering and Technology, Coimbatore, Tamil Nadu, India ----------------------------------------------------------------***--------------------------------------------------------------

More information

A Logistics Monitoring Technology Based on Wireless Sensors

A Logistics Monitoring Technology Based on Wireless Sensors A Logistics Monitoring Technology Based on Wireless Sensors https://doi.org/10.3991/ijoe.v13i07.7375 Hongxia Sun Zhengzhou Shengda University of Economics, Business & Management, Zhengzhou, China sunhongxia421@163.com

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW Automated Smart Trolley with Smart Billing Using Arduino Suganya.R 1, Swarnavalli. N 2, Vismitha. S 3, Mrs. G.M. Rajathi 4 1 Department of ECE, Sri Ramakrishna Engineering College, Coimbatore 2 Associate

More information

Shopping By Blind People: Detection of Interactions in Ambient Assisted Living Environments using RFID

Shopping By Blind People: Detection of Interactions in Ambient Assisted Living Environments using RFID ISSN 2319-6629 Snigdha Kesh et al., International Journal Volume of Wireless 6, No.2, Communications February and March Network 2017 Technologies, 6(2),February - March 2017, 7-11 International Journal

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 11 Radio Frequency Identification Objectives Define Radio Frequency Identification (RFID) Explain the need for RFID and how RFID works List the components

More information

AUTOMATIC VEHICLE SPEED SURVEILLANCE AND PENALTY SYSTEM

AUTOMATIC VEHICLE SPEED SURVEILLANCE AND PENALTY SYSTEM Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2015 (ICMERE2015) 26 29 November, 2015, Chittagong, Bangladesh ICMERE2015-PI-223 AUTOMATIC VEHICLE SPEED SURVEILLANCE

More information

A SYSTEM FOR MONITORING AIR AND SOUND POLLUTION USING ARDUINO CONTROLLER WITH IOT TECHNOLOGY

A SYSTEM FOR MONITORING AIR AND SOUND POLLUTION USING ARDUINO CONTROLLER WITH IOT TECHNOLOGY A SYSTEM FOR MONITORING AIR AND SOUND POLLUTION USING ARDUINO CONTROLLER WITH IOT TECHNOLOGY 1 L.Ezhilarasi, 2 K.Sripriya, 3 A.Suganya, 4 K.Vinodhini. 1 Assistant Professor, Ganadipathy Tulsi s Jain Engineering

More information

Integration of RFID and WSN for Supply Chain Intelligence System

Integration of RFID and WSN for Supply Chain Intelligence System Integration of RFID and WSN for Supply Chain Intelligence System Shiva Mirshahi 1, Sener Uysal 2 Dept. of Electrical and Electronic Engineering Eastern Mediterranean University Famagusta, North Cyprus

More information

Implementation of Wireless Sensor Network for Real Time Monitoring and controlling of Agriculture Parameter

Implementation of Wireless Sensor Network for Real Time Monitoring and controlling of Agriculture Parameter Implementation of Wireless Sensor Network for Real Time Monitoring and controlling of Agriculture Parameter Nikhil S Naik 1, Prof.R.J.Shelke 2 P.G. Student, Department of Electronics Walchand Institute

More information

An approach to Avoiding Train Collision in Railway Sectors using Multi Agent System

An approach to Avoiding Train Collision in Railway Sectors using Multi Agent System Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 57 (2015 ) 1067 1073 3rd International Conference on Recent Trends in Computing 2015 (ICRTC-2015) An approach to Avoiding

More information

Professor John Gray Professor Zhipeng Wu University of Manchester

Professor John Gray Professor Zhipeng Wu University of Manchester Automated Adaptive Packaging in Food Processing An IoT Approach Professor John Gray Professor Zhipeng Wu University of Manchester This project has received funding from the European Union KBBE.2012.2.3-03:

More information

Safer travel, faster arrival siemens.com/mobility

Safer travel, faster arrival siemens.com/mobility Sitraffic Conduct+ Highway Management System Safer travel, faster arrival siemens.com/mobility Less congestion. Fewer accidents. Higher capacity. 2 Wherever overhead gantries display situation-tailored

More information

Tracking Management System Designed for the Second-hand Car Based on the RFID Technology Ling-ling Wei

Tracking Management System Designed for the Second-hand Car Based on the RFID Technology Ling-ling Wei International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Tracking Management System Designed for the Second-hand Based on the RFID Technology Ling-ling Wei

More information

An Integrated Examination Room Guidance System Using Arduino And RFID

An Integrated Examination Room Guidance System Using Arduino And RFID An Integrated Examination Room Guidance System Using Arduino And RFID Divya Varghese 1, Dona Jose 2, Emiya Mathew 3, Jelin Johnson 4, Prof. K Radhakrishnan 5 B.Tech Student, Dept. of ECE, HKCET, Pampakuda,

More information

SMART VEHICLE PARKING SYSTEM BASED ON IOT AND RFID 1 Sangeetha Venkateshwaran, 2 Soundharya Priya Mohanakrishnan, 3 Suganthi Velligiri,

SMART VEHICLE PARKING SYSTEM BASED ON IOT AND RFID 1 Sangeetha Venkateshwaran, 2 Soundharya Priya Mohanakrishnan, 3 Suganthi Velligiri, SMART VEHICLE PARKING SYSTEM BASED ON IOT AND RFID 1 Sangeetha Venkateshwaran, 2 Soundharya Priya Mohanakrishnan, 3 Suganthi Velligiri, 4 Swathi Lakshmi Shankar, 5 Dr.S.V.M.G.Bavithiraja 1,2,3,4 Scholars,

More information

Research on Design and Implementation of Intelligent Warehouse Management System in Z Company

Research on Design and Implementation of Intelligent Warehouse Management System in Z Company International Journal of Science and Qualitative Analysis 2016; 2(3): 30-35 http://www.sciencepublishinggroup.com/j/ijsqa doi: 10.11648/j.ijsqa.20160203.12 ISSN: 2469-8156 (Print); ISSN: 2469-8164 (Online)

More information

INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET-

INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET- ABSTRACT INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET- Bahidja Boukenadil and Mohammed Feham Department Of Telecommunication, Tlemcen University, Tlemcen,Algeria Now in the world, the exchange of

More information

IOT & RFID Technology

IOT & RFID Technology International Journal of Scientific Research in Computer Science, Engineering and Information Technology IOT & RFID Technology Laxmi Gupta *1, Anushree Goud* 2 2018 IJSRCSEIT Volume 3 Issue 5 ISSN : 2456-3307

More information

Smart Trolley System Based on Android

Smart Trolley System Based on Android IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 10 April 2017 ISSN (online): 2349-784X Smart Trolley System Based on Android Ms. Neha A Anpat Ms. Karuna V Belgudri NBN

More information

COST-EFFECTIVE VIDEO ANALYTICS IN SMART CITIES

COST-EFFECTIVE VIDEO ANALYTICS IN SMART CITIES COST-EFFECTIVE VIDEO ANALYTICS IN SMART CITIES WHITE PAPER Abstract As technology abounds, the Smart City trend is taking shape in many countries. Its implementation comes with some challenges, though

More information

A REVIEW ON VEHICULAR POLLUTION MONITORING USING IOT

A REVIEW ON VEHICULAR POLLUTION MONITORING USING IOT A REVIEW ON VEHICULAR POLLUTION MONITORING USING IOT Sampada N. Lolge 1, Ms. S.B. Wagh 2 1 PG student, Electronics and Telecommunication Engineering, Maharashtra Institute of Technology, Aurangabad, (India)

More information

International Journal of Engineering and Techniques - Volume 4 Issue 2, Mar-Apr 2018

International Journal of Engineering and Techniques - Volume 4 Issue 2, Mar-Apr 2018 RESEARCH ARTICLE OPEN ACCESS AUTOMATIC TOLLGATE USING IMAGE SENSING AND RFID PROCESS Mr.M.Narendran(Asst.Professor), Mr.S.MuthamilSelvan(Asst.Professor), C.Sivarama Krishnan, Cimryn Sarah Patrick, Divya

More information

Integration of NFC and face recognition and mobile tracking system for effective attendance management

Integration of NFC and face recognition and mobile tracking system for effective attendance management Integration of NFC and face recognition and mobile tracking system for effective attendance management Dhakshna Moorthy M 1, Dilip Kumar S 2, Barath R 3, Sudha S 4,Asst Prof Rajkamal 4 1,2,3,4Students,

More information

IOT based Toll Collection System

IOT based Toll Collection System IOT based Toll Collection System Pramod Kumar P.M 1 Assistant Professor, Department of Computer Science and Engineering, VCET Puttur Abstract: PayToll system is a project which aims how to make effective

More information

Design of Seismic Intensity Rapid Report Platform Guo Yunkai 1,*, Tan Qiao1, Li Zhitao1, Fu Jihua1, Xiao Ke2

Design of Seismic Intensity Rapid Report Platform Guo Yunkai 1,*, Tan Qiao1, Li Zhitao1, Fu Jihua1, Xiao Ke2 International Industrial Informatics and Computer Engineering Conference (IIICEC 2015) Design of Seismic Intensity Rapid Report Platform Guo Yunkai 1,*, Tan Qiao1, Li Zhitao1, Fu Jihua1, Xiao Ke2 1 Institute

More information

Greenhouse Wireless Network Monitoring and Management Using IoT

Greenhouse Wireless Network Monitoring and Management Using IoT Greenhouse Wireless Network Monitoring and Management Using IoT Bagyalakshmi.S 1, Candice.A 2, Chaitra.G 3, V.Preethi 4 UG Scholar, Department of ECE, Adhiyamaan College of Engineering, Hosur, Tamilnadu,

More information

Design and Implementation of Parent fish Breeding Management System Based on RFID Technology

Design and Implementation of Parent fish Breeding Management System Based on RFID Technology Design and Implementation of Parent fish Breeding Management System Based on RFID Technology Yinchi Ma 1, 2, Wen Ding 1, 2 1 Beijing Fisheries Research Institute, Beijing, 100068, China 2 National Engineering

More information