Smart Parking System Using Arduino Programming

Size: px
Start display at page:

Download "Smart Parking System Using Arduino Programming"

Transcription

1 Smart Parking System Using Arduino Programming Ekanath 1, Adarsh V 2, Sreejith S 3, Vidya Kamath 4 1,2,3,4 Computer Science, Srinivas School of Engineering Abstract In our modern world where there is a vehicle for every person in every family, the number of vehicles on roads is increasing at a rapid rate. It is natural that the area to park these vehicles in the town is substantially reducing. This has become a major drawback of our modern society. To overcome this problem we have introduced a new and much more efficient way of utilizing parking space. We have designed a model which allocates building for the purpose of parking vehicles and the vehicles are parked automatically in place most suitable for the vehicle s dimensions. The dimension of the vehicle is scanned using sensors and they are used to allocate the space necessary for parking the vehicle. An efficient algorithm is used to optimize the space provided to park maximum number of vehicles. Proper system for identification of the car and accurate retrieval of the car is made. This new system can be very effective to be introduced in cities and areas where traffic could be disturbed by parked vehicles near the road. In cities with more vehicle density we can implement this to reduce the density by effectively utilizing the space on the parking lot. This paper mainly proposes the idea behind the working of our system and its efficiency. Keywords Ultrasonic sensor, internet, Open source Electronics Prototyping Platform, reservation, allocation, Ardino, Application for parking. I. INTRODUCTION Nowadays, the main curse of the modern cities which boasts to be well developed with most modern transport facilities is that they do not have proper parking system that utilizes the space in the parking lot efficiently. The existing system uses Human-to-Human interactions to find the space for parking their vehicles. This is very less efficient. It is a loss of space as well as human resource. When people visit a mall or a commercial complex they face the difficulty of parking their car in the right spot and retrieving it. This is a very time consuming process when the time of their visit is during a rush or at peak hours. They find the difficulty of the parking space getting filled fast or cannot find proper parking space that could fit in their car s dimensions. All these problems propose a multilevel parking space. This multilevel parking space will definitely increase the space efficiency of the parking lot. People who have already reached the destination in urban areas will be looking for a shade to park their cars. This desperate run could result in more fuel consumption which further leads to increased pollution. Imagine how much vehicles would be roaming to find a parking spot in an urban area, and how much such urban areas would be there. The figures are huge. In our new proposed system, we use smart ways to locate parking spots and use multilevel automated parking. This will lead to the solution of finding a parking spot, by giving the location on the drivers GPS using Google maps. This leads to saving time, fuel, and also results in less pollution. This system is helpful to save the time in the driver s point of view, to find the right space on the parking space. This is done in order to fit in the car s dimensions, by scanning the dimensions of the car automatically and fitting the car into the correct spot in the multilevel parking space. This helps DOI: /IJRTER V8CBX 675

2 to save the trouble of the driver to find and park in congested spaces. Above that, the trouble of another car parked which could result in the difficulty of retrieving the car will also be solved. The car will be automatically parked and retrieved to the driver. The driver will be identified at the parking time using a QR code sent to his Smartphone. This QR code can be used by the driver at the time of retrieval of his car. This system is also very cost efficient. We will be using solar panels as the main source of energy to provide an eco-friendly system. Use of hydraulic lifts again reduces power consumption. There will be alternate power supply when in case the solar power availability is less. Still that won t be much power consumption. The system uses smart phones and android technology which is available to almost everyone nowadays. Use of these cost efficient mechanisms can successfully implemented under 15lakhs for the machinery set up. The cost of the building would vary from place to place. We have also planed and reduced the number of sensors used which in turn reduces the cost of the setup as well as the power consumption. This system would give a boost to the modern society by solving one of its major drawbacks of less parking availability, and difficulty in parking at tight spots and roadsides. Now let s move on to see its details. II. SYSTEM ARCHITECTURE Figure 1: System Architecture 2.1. Arduino Uno r3. We will be using Arduino Uno r3 based on Arduino Programming running on Arduino in this System. It is open-source microcontroller board based on the ATmega328P microcontroller and developed by Arduino. Intel Quark (x86) 32bit CPU are using in this Bourd. SRAM being used in this board and Flash, EEPROM are being used in the Storage. This model which has a configuration of 16MHz clock speed has a 5v operating voltage, 7-20v input voltage, dc Current per I/O pin All Rights Reserved 676

3 20mA, 32KB Flash memory, 2KB SRAM, 1KB EEPROM and one serial port in arduino Uno r3 board. The system uses total 20 pins to interact with hardware and in these 20 pins 14 pins will be using Digital I/O pin and 6 will be Analog pins Ultrasonic sensor. As you may already know, an Ultrasonic sensor is an electronic device which is used to sense distance of the object. It is also used to measure height of an object. Ultrasonic wave is used in Ultrasonic sensor detection. Every Ultrasonic sensor has a transmitter and a receiver. Ultrasounds are sound waves that are above 20MHz. In this sensor transmitter s convert s electric signal into ultrasound, receivers convert ultrasound into electrical signals, and transceivers can both transmit and receive ultrasound. We will be using these sensors to measure the height of cars that emerge for our parking slots. When the Ultrasonic sensor does not detect any object in front of it, it returns the value FALSE and a car cannot be parked if its dimensions don t match the ones mentioned while booking a slot LED. LED are light emitting diodes. They are semiconductor devices used to convert electrical energy to light energy. A total of four LEDs have been used in the model. Two for gate indication and two for Height indication, and Red and Green LED are used in the entrance. If we scan the QR code, and find it valid, then the green LED will blink and if not, then the red LED will blink. Next two LEDs are placed on both side of Ultrasonic sensor. If sensing is completed then green LED will be activated, else red LED will be constantly ON Other tools used Arduino software, an open source programming language which can be expanded through C++ libraries has been used for development purpose. L298N a motor driver board serves the purpose to control the motor working. A connection dashboard is used for the connection of hardware and system software.using serial port, we have connected arduino to the computer. All Arduino boards have been mutually connected and it has easily communicated with each arduino board. Using this we can pass any value easily to any other arduino boards. This setup has successfully worked for the model and we assume it to be one of the best choices while considering the cost, efficiency and time. Figure 2: Connection dashboard III. IMPLEMENTATION & WORKING OF THE SYSTEM 3.1. Allocating of parking space. The information about free parking spaces in the nearby locations will be available and will be provided to the user from the system. The user has the choice to select any nearby parking lot All Rights Reserved 677

4 book a free space for parking. As a note, to be able to do this, the user should be using a pre-installed app connected to the internet, which provides the user with the necessary information about free parking spaces nearby. Once the user selects any of the parking lot, he can use the pre-installed app to book a parking slot, and the booking requires the user to register by entering his credentials, while booking the slot for the first time. Later on bookings need just a login using user name and password, which was created while registering for the first time. Once the user logs in, he will be asked to enter the model number of his car in order to calculate the dimensions of the car and to allocate a slot large enough to park the car. Once the parking slot has been allocated, a QR code will be generated by the app for the user Communication between user and server. The details entered by the user while registering are stored in the database by the server. Once the user books a parking slot, the server has to create a QR code using zxing library which is unique for every user. The user has to scan the QR code once he reaches the gate of the parking lot, the server has to verify the QR code by cross referencing the details present in the scanned QR code with the details present in the data base. The user or the driver is allowed access into the parking lot only if the QR scanning is successful. Once the car is stored in a parking slot the details of the slot is automatically entered and updated on to the QR code for the purpose of retrieval of the car. During the retrieval of the car, user has to scan the QR code which has been generated by the app once again Optimal Allocation. The server allows the user to choose the nearest parking lot with available parking spaces. This saves the user a great amount of time and fuel, if not for this model he would have spent in search of free parking spaces Backend. We have used MYSQL database management system to store our data in forms of table through myphpadmin. For efficient working and communication of the server, application and database backend devices are using server side language to build an application and data storage tools to find changes and save data and serve it back to the user Sensors. The parking space is allocated on the basis of the height of the car. To get the height we use Ultrasonic sensors. An ultrasonic sensor is a device that can measure an object by sending out a sound wave at a specific frequency and listening for that sound to bounce back. The sensor measure the height of the car and send it back to the server, which then checks weather the height of the car is more than the maximum height which can allocated for parking. If the height of the car exceeds the maximum height then it is not possible to allocate a parking space. If not the car is allocated a parking slot LED and Display screen. An LED and a Display is used to notify the driver, about things such as if the height exceeds the maximum height the red LED glows and the screen displays that the car exceeds the maximum height or if the QR code doesn t match the red LED glows notifying the user that he hasn t booked any slots in this parking slot. The Green LED will only glow if the driver had already booked a parking slot and the QR code matches with database allowing the user to park his All Rights Reserved 678

5 3.7. Data Analysis QR scanner. When the user books a parking slot using the pre-installed app, it generates a QR code. The QR code is created using the details entered such as the booking time and the model number of the car. This information is required because, the server should check whether parking slots are available at the time the user books the parking slot and the model number is used because the server has to check whether the height of the car exceeds the maximum height. This QR code is scanned at the parking lot using a web camera, and the user is allowed to park the car if and only if the QR code scanning is successful System Logs. The server stores the details of all the transactions, bookings and the details of every user which has previously booked for parking using the pre-installed app. Figure 3: Working state of our model 3.8. Platform. We have created the android application using android studio. The programming language used to develop the application is JAVA. IV. PROTOTYPE IMPLEMENTATION 4.1. Hardware Prototype. Hardware prototype contains Arduino Uno r3 boards, L298N board to control the motors used in the model, Arduino Ethernet shield used to connect the model to internet using LAN cable and to access the details from the database, a 16x2 display screen is used, ultrasonic sensor and humidity sensor is used to measure the accurate height of the car, motors and hydraulic lifts are used to lift the car up to the parking slot and lower it back, and a webcam is used to scan the QR code Android Application Prototype. Our android application contains one touch booking option, which shows booking status. At a time only one booking is possible for particular ID. By using this android application we can easily track nearest location and we can easily share QR code through this All Rights Reserved 679

6 Figure 4: Login form Figure 5: Menu Bar V. CONCLUSION AND FUTURE SCOPE Various problems faced by the drivers for parking their cars in busy townships can be solved by this proposed system in this paper. Driver can find and park their vehicle with at most comfort while saving their time. In future the proposed system can be established all over the public sector resulting in an overall enhanced experience for the drivers. It can also be used with automated cars which could be possible at most and the results from this are obviously enormous. VI. ACKNOWLEDGEMENTS The proposed project in this paper is funded by the project members under the academic curriculum of VISVESVARAYA TECHNOLOGICAL UNIVERSITY. We are grateful to our guide Mrs. Vidya Kamath, Assistant professor, Department of Computer Science and Engineering, Srinivas School of Engineering, Mangaluru for helping us in preparation of this paper. REFERENCES I. Faiz Shaikh, Nikhilkumar B.S., Omkar Kulkarni, Pratik Jadhav, Saideep Bandarkar A Survey on Smart Parking System, IJIRSET, /IJIRSET II. Faiz Ibrahim Shaikh, Pratik Nirnay Jadhav, Saideep Pradeep Bandarkar, Omkar Pradip, Kulkarni, Nikhilkumar B. Shardoor Smart Parking System Based on Embedded System and Sensor Network, International Journal of Computer Applications. Volume 140 No.12, April III. David Kushner, The Making of Arduino IEEE spectrum, IV. "Arduino - Introduction". arduino.cc. V. "LED". The American heritage science dictionary. Houghton Mifflin Company led and LED. VI. VII. VIII. El Mouatezbillah Karbab, Djamel Djenouri, Sahar Boulkaboul, Antoine Bagula, CERIST Research Center, Algiers, Algeria University of the Western Cape, Cape town, South Africa, Car Park Management with Networked Wireless Sensors and Active RFID, / IEEE. Graph data from: Hongwei Wang, Wenbo He A Reservation based Smart Parking System, 2011 IEEE Conference, All Rights Reserved 680

An Autonomous Braking System of Cars Using Artificial Neural Network

An Autonomous Braking System of Cars Using Artificial Neural Network I J C T A, 9(9), 2016, pp. 3665-3670 International Science Press An Autonomous Braking System of Cars Using Artificial Neural Network P. Pavul Arockiyaraj and P.K. Mani ABSTRACT The main aim is to develop

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DESIGN AND IMPLIMENTATION OF NOVEL APPROACH FOR TRAFFIC CONTROL SYSTEM PROF. ANIKET

More information

Automated System for Air Pollution Detection and Control in Vehicles

Automated System for Air Pollution Detection and Control in Vehicles Automated System for Air Pollution Detection and Control in Vehicles 1 Diwakar Tiwari, 2 Shashank Shekhar, 3 Anurag Joshi, 4 Aman Deep 1 Department of Electronics and Communication Engineering, M.I.T,

More information

Detection of rash driving on highways

Detection of rash driving on highways Detection of rash driving on highways 1 Ladly Patel, 2 Kumar Abhishek Gaurav, 3 Dr. Revathi V 1,2 Mtech. CSE (Big Data & IoT), 3 Associate Professor Dayananda Sagar University, Bengaluru, India Abstract-

More information

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve Saivignesh H 1, Mohamed Shimil M 1, Nagaraj M 1, Dr.Sharmila B 2, Nagaraja pandian M 3 U.G. Student, Department of Electronics and

More information

IoT Based Smart Parking System

IoT Based Smart Parking System www.ijaceeonline.com IoT Based Smart Parking System Saidur Rahman Lecturer, Department of Computer Science and Engineering, Daffodil Institute of IT, Dhaka Bangladesh Email: saidur_nu@diit.info Poly Bhoumik

More information

RAIN SENSING AUTOMATIC CAR WIPER

RAIN SENSING AUTOMATIC CAR WIPER International Journal of Technical Innovation in Modern Engineering & Science (IJTIMES) Impact Factor: 5.22 (SJIF-2017), e-issn: 2455-2585 Volume 4, Issue 8, August-2018 RAIN SENSING AUTOMATIC CAR WIPER

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Pothole Detection Using Android Smartphone with a Video Camera 1 Youngtae Jo *, 2 Seungki Ryu 1 Korea Institute of Civil Engineering and Building Technology, Korea E-mail: 1 ytjoe@kict.re.kr, 2 skryu@kict.re.kr

More information

Automatic Railway Gate Level Control System

Automatic Railway Gate Level Control System Automatic Railway Gate Level Control System K.Suresh Assistant Professor, Information Technology, Sri Venkateswara College of Engineering ksuresh@svce.ac.in ABSTRACT-- Nearly thousand people being injured

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App IntelliSens App For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program a Single Universal

More information

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT K.Divya 1, M.Aarthi 2, J.Fousiya Sirin 3, R.Haritha 4,J.Iswarya 5 1 AssistantProfessor, Department of EEE, M.Kumarasamy

More information

Shuttling of Metro Train between Stations

Shuttling of Metro Train between Stations Shuttling of Metro Train between Stations Sachi.P 1, Bharathi.V 2, Naveen Kumar.D 3,Tejaswini.M 4 1 Assistant Professor, 2, 3, 4 Students of Department of Electronics & Communication, New Horizon College

More information

Theft Detection and Controlling System of a Vehicle Using GSM

Theft Detection and Controlling System of a Vehicle Using GSM Theft Detection and Controlling System of a Vehicle Using GSM M. Uday Kumar Naidu 1, Dr. K. Prahlada Rao 2 1 P.G Scholar, 2 Professor & principal JNTUACEA, Ananthapuramu, A.P. Department of Mechanical

More information

SentryGOLD Fully-Automated Fuel Management System

SentryGOLD Fully-Automated Fuel Management System SentryGOLD Fully-Automated Fuel Management System Trak s SentryGOLD Fully Automated Fuel Management System provides the highest level of security for your fleet and the highest level of accuracy for your

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems IntelliSens App Interactive Guide For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program

More information

Smart Trolley In Malls

Smart Trolley In Malls IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 5, PP 44-48 www.iosrjen.org Smart Trolley In Malls Premprakash Pal 1, Harshada Sonawane 2, Mahalaxmi Palinje 3 1,2,3

More information

Vehicle Diagnostic Logging Device

Vehicle Diagnostic Logging Device UCCS SENIOR DESIGN Vehicle Diagnostic Logging Device Design Requirements Specification Prepared by Mackenzie Lowrance, Nick Hermanson, and Whitney Watson Sponsor: Tyson Hartshorn with New Planet Technologies

More information

Speed Control of Vehicle Using Voice Commands

Speed Control of Vehicle Using Voice Commands Speed Control of Vehicle Using Voice Commands D. A. Torse 1, Abhishek S Sutar 2, Pavan Andagi 3, Mukund Hanamshet 4, Mahesh Talwar 5 1,2,3,4,5 Department of Electronics and Communication, KLS, Gogte Institute

More information

ENERGY CONSERVATION ON WIRELESS SENSOR NODE AND NETWORK USING FREE ENERGY RESOURCE

ENERGY CONSERVATION ON WIRELESS SENSOR NODE AND NETWORK USING FREE ENERGY RESOURCE Int. J. Engg. Res. & Sci. & Tech. 2015 G Jaya Kumar and J Senthil Kumar, 2015 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 4, No. 2, May 2015 2015 IJERST. All Rights Reserved ENERGY CONSERVATION ON

More information

TechniCity Final Project: An Urban Parking Solution for Columbus, OH

TechniCity Final Project: An Urban Parking Solution for Columbus, OH TechniCity Final Project: An Urban Parking Solution for Columbus, OH By: Edgar Zebulan Ables 1. Topic: Every city faces parking issues as it grows. Columbus, Ohio is no different. This project explores

More information

arxiv: v1 [cs.cy] 17 Nov 2017

arxiv: v1 [cs.cy] 17 Nov 2017 Instant Accident Reporting and Crowdsensed Road Condition Analytics for Smart Cities arxiv:1711.06710v1 [cs.cy] 17 Nov 2017 Ashkan Yousefpour, Caleb Fung, Tam Nguyen, David Hong, Daniel Zhang Advanced

More information

Design of Remote Monitoring and Evaluation System for UPS Battery Performance

Design of Remote Monitoring and Evaluation System for UPS Battery Performance , pp.291-298 http://dx.doi.org/10.14257/ijunesst.2016.9.5.26 Design of Remote Monitoring and Evaluation System for UPS Battery Performance Chunjie Hou, Jiabin Wang and Chun Gao Daqing Oil Field Chemical

More information

OVER SPEED AVOIDANCE THROUGH INTELLIGENT SPEED BREAKING SYSTEM

OVER SPEED AVOIDANCE THROUGH INTELLIGENT SPEED BREAKING SYSTEM Volume 118 No. 19 2018, 2879-2886 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu OVER SPEED AVOIDANCE THROUGH INTELLIGENT SPEED BREAKING SYSTEM M

More information

Webpage: Volume 3, Issue III, March 2015 ISSN

Webpage:  Volume 3, Issue III, March 2015 ISSN An Intelligent Approach in Parking System for Car Parking Guidance and Damage Notification based on GPS Aswathy Natesh 1, Sudhi Sudharman 2 1 Student, Department of Electronics and Communication Engineering,

More information

SMART STREET LIGHT SYSTEM

SMART STREET LIGHT SYSTEM SMART STREET LIGHT SYSTEM VIT University, Vellore Aditya Khandelwal VVM Dileep 3 rd Year, B.Tech Electrical and Electronics Engineering Guided By S. Meikandasivam Associate Professor School of Electrical

More information

ZT-USB Series User Manual

ZT-USB Series User Manual ZT-USB Series User Manual Warranty Warning Copyright All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year, beginning from the date of delivery

More information

Mechatronical Seed Sowing Machine

Mechatronical Seed Sowing Machine GRD Journals- Global Research and Development Journal for Volume 2 Issue 5 April 2017 ISSN: 2455-5703 Mechatronical Seed Sowing Machine Mr. Akshay Divate Miss. Drakshayini Muchandi Department of Electronics

More information

Sensing the position of throttle valve using Throttle Position Sensor

Sensing the position of throttle valve using Throttle Position Sensor Sensing the position of throttle valve using Throttle Position Sensor Nikita Dhenge 1, Krupa Deth 2, S T Valujkar 3 1&2 (National Institute of Electronics and Information Technology, Aurangabad, India)

More information

Smart Railway Gate System using IOT

Smart Railway Gate System using IOT Smart Railway Gate System using IOT Vishwanatha C R 1, Vidya Shree P V 2, Sujith Kumar S 3 1,2,3 Department of MCA, New Horizon College of Engineering, Abstract The automation of Railway gates at intersections

More information

Senior Design 1 First Draft. Station. The Smart Solar Powered Cell Phone Charging Station

Senior Design 1 First Draft. Station. The Smart Solar Powered Cell Phone Charging Station Senior Design 1 First Draft UniverSOL Charge Station The Smart Solar Powered Cell Phone Charging Station Amy Parkinson Brock Stoops John Curristan Jonathan German Group #17 Project Narrative Description:

More information

Design and Implementation of Automatic Solar Grass Cutter

Design and Implementation of Automatic Solar Grass Cutter IJIRST National Conference on Networks, Intelligence and Computing Systems March 2017 Design and Implementation of Automatic Solar Grass Cutter P. K. Arunkumar 1 M. Vibesh Ram 2 E. Rajesh Kumar 3 A. Manivasagam

More information

Safe, comfortable and eco-friendly, Smart Connected Society

Safe, comfortable and eco-friendly, Smart Connected Society Safe, comfortable and eco-friendly, Smart Connected Society Big data Traffic Management Centre Traffic Management for CASE Telematics Centre Energy Management for EV mrong-way detection Safety Support

More information

UAE Ministry of Interior pilot project for RFID-based SCHOOLBUS/STUDENT TRACKING SYSTEM

UAE Ministry of Interior pilot project for RFID-based SCHOOLBUS/STUDENT TRACKING SYSTEM UAE Ministry of Interior pilot project for RFID-based SCHOOLBUS/STUDENT TRACKING SYSTEM Safe, secure and verified school bus transportation TECHNOLOGY School bus route tracking and live data transmission

More information

Implementation Of CAN Based Intelligent Driver Alert System

Implementation Of CAN Based Intelligent Driver Alert System Implementation Of CAN Based Intelligent Driver Alert System Yin Mar Win Kyaw Myo Maung Maung, Hla Myo Tun Abstract: This system is an attempt to analyze Intelligent Driver Alert System Using CAN Protocol.

More information

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 3, Issue 9 ISSN September-2015

International Journal of Science Engineering and Advance Technology, IJSEAT, Vol 3, Issue 9 ISSN September-2015 Design and implementation of Traffic Flow based Street Light Control System with effective utilization of solar energy M.Abhishek, Syed ajram shah, K.Chetan, K.Arun kumar B.Tech Students EEE Department

More information

Multi Wheel Bluetooth Tire Pressure Monitoring System User Manual Model: External

Multi Wheel Bluetooth Tire Pressure Monitoring System User Manual Model: External T P M S Multi Wheel Bluetooth Tire Pressure Monitoring System User Manual Model: External Table of Contents 1. PRODUCT INTRODUCTION... 2 2. NOTICE... 2 3. BLE TPMS SPECIFICATION... 3 4. BLE TPMS PACKAGE...

More information

[Kadam*et al., 5(8):August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Kadam*et al., 5(8):August, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY VOICE GUIDED DRIVER ASSISTANCE SYSTEM BASED ON RASPBERRY-Pi Sonali Kadam, Sunny Surwade, S.S. Ardhapurkar* * Electronics and telecommunication

More information

Wallbox Commander. User Guide WBCM-UG-002-EN 1/11

Wallbox Commander. User Guide WBCM-UG-002-EN 1/11 Wallbox Commander User Guide 1/11 Welcome to Wallbox Congratulations on your purchase of the revolutionary electric vehicle charging system designed with cuttingedge technology to satisfy your daily needs.

More information

GARBAGE MANAGEMENT. Jaleshwari Dilip Ghatage 1, Sidhiee Jaiddep Mohitey 2, Shireen Shahanawaj Jamadar 3, J.M.Waykule 4

GARBAGE MANAGEMENT. Jaleshwari Dilip Ghatage 1, Sidhiee Jaiddep Mohitey 2, Shireen Shahanawaj Jamadar 3, J.M.Waykule 4 GARBAGE MANAGEMENT Jaleshwari Dilip Ghatage 1, Sidhiee Jaiddep Mohitey 2, Shireen Shahanawaj Jamadar 3, J.M.Waykule 4 1,2 Electronics and Telecommunication Department, Sanjay Ghodawat Institutes, Atigre

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 4, April -2016 GSM BASED PREPAID ENERGY METER e-issn (O): 2348-4470

More information

THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA.

THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA. GPU Technology Conference, April 18th 2015. THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA. THE AUTOMOTIVE INDUSTRY WILL UNDERGO MASSIVE CHANGES DURING

More information

Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm

Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm Fixing and Positioning of the Object Based on RFID Technology using Robotic Arm 1 M. Elango, 2 N.Arun Ram Kumar, 3 C.Kalyana Sundaram, 1,2 PG Student, 3 Assistant Professor 1,2,3 Dept. of Electronics And

More information

SMART ROBOT USING RASPBERRY PI AND NODEMCU

SMART ROBOT USING RASPBERRY PI AND NODEMCU SMART ROBOT USING RASPBERRY PI AND NODEMCU Mr. Rahul R Moorkath 1, Mr. Narshi P Parmar 2, Mr. Piyush J Prajapati 3, Mr. Milan A Goswami 4, Prof. Rajnikant P Sandhani 5 1,2,3,4 Student, Department of E&C

More information

Department of Electrical and Computer Science

Department of Electrical and Computer Science Department of Electrical and Computer Science Howard University Washington, DC 20059 EECE 401 & 402 Senior Design Final Report By Team AutoMoe Tavares Kidd @ 02744064 Lateef Adetona @02732398 Jordan Lafontant

More information

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b Applied Mechanics and Materials Vols. 300-301 (2013) pp 1558-1561 Online available since 2013/Feb/13 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.300-301.1558

More information

SINGLE AXIS SOLAR PANEL PROTECTION SYSTEM

SINGLE AXIS SOLAR PANEL PROTECTION SYSTEM SINGLE AXIS SOLAR PANEL PROTECTION SYSTEM S.Krithiga 1, S.Abdul Rasheed 2, V.Abhilash 3, G.Dhanush 4 1 Assistant Professor 2, 3,4 Student of R.M.K.Engineering College Email: rasheed8596@gmail.com ABSTRACT

More information

DESIGN AND IMPLEMENTATION OF OPTIMAL ENERGY MANAGEMENT CONTROLLER FOR THE EFFECTIVE UTILIZATION OF SOLAR POWERED ONLINE- UPS SYSTEM

DESIGN AND IMPLEMENTATION OF OPTIMAL ENERGY MANAGEMENT CONTROLLER FOR THE EFFECTIVE UTILIZATION OF SOLAR POWERED ONLINE- UPS SYSTEM DESIGN AND IMPLEMENTATION OF OPTIMAL ENERGY MANAGEMENT CONTROLLER FOR THE EFFECTIVE UTILIZATION OF SOLAR POWERED ONLINE- UPS SYSTEM Dr. M. Karthik 1, T. Chandravadivel 2, M. Divya 3, S.A. Puvarasan 4 1

More information

KSK Outdoor Parking Guidance System

KSK Outdoor Parking Guidance System KSK Outdoor Parking Guidance System WHAT WE OFFER Outdoor guidance parking system is an innovative tool for monitoring the availability of parking spaces in the city, and navigating drivers exactly to

More information

IOT BASED GARBAGE MONITORING SYSTEM USING ARDUINO AND ETHERNET SHIELD

IOT BASED GARBAGE MONITORING SYSTEM USING ARDUINO AND ETHERNET SHIELD IOT BASED GARBAGE MONITORING SYSTEM USING ARDUINO AND ETHERNET SHIELD Mr. Anand Prakash Rawal, Assistant Professor, Department of I.T, Institute of Technology, Guru Ghasidas Vishwavidyalaya (A Central

More information

International Journal of Scientific & Engineering Research Volume 9, Issue 4, April ISSN

International Journal of Scientific & Engineering Research Volume 9, Issue 4, April ISSN International Journal of Scientific & Engineering Research Volume 9, Issue 4, April-2018 130 SMART TRANSPORT SYSTEM SIGNALLING SENSOR SYSTEM NEAR HAIRPIN BENDs Avinash S Shetty [1], Bhavish Bhat P B [1],

More information

The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth

The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) The Design of Vehicle Tire Pressure Monitoring System Based on Bluetooth Liqing Geng 1, a *, Li Zhao 2,b, Zeyu

More information

REVIEW PAPER ON ENERGY CONSERVATION AND GENERATION BY VEHICLE-TO-GRID (V2G) IN SMART PARKING

REVIEW PAPER ON ENERGY CONSERVATION AND GENERATION BY VEHICLE-TO-GRID (V2G) IN SMART PARKING REVIEW PAPER ON ENERGY CONSERVATION AND GENERATION BY VEHICLE-TO-GRID (V2G) IN SMART PARKING Pritesh Bhila Ahire 1, Pratik Kusan Bedase 2, ShubhamBhujang Tangade 3,Pankaj Ramesh Shelke 4 1,2,3,4 Electrical

More information

T P M S. Multi Wheel Bluetooth. Tire Pressure Monitoring System. User Manual. Model: External

T P M S. Multi Wheel Bluetooth. Tire Pressure Monitoring System. User Manual. Model: External T P M S Multi Wheel Bluetooth Tire Pressure Monitoring System User Manual Model: External Table of Contents 1. PRODUCT INTRODUCTION... 2 2. NOTICE... 2 3. BLE TPMS SPECIFICATION... 3 4. BLE TPMS PACKAGE...

More information

Renewable Energy based Land Ploughing Tractor with Wireless Control

Renewable Energy based Land Ploughing Tractor with Wireless Control IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 9 February 2018 ISSN (online): 2349-6010 Renewable Energy based Land Ploughing Tractor with Wireless Control

More information

1. Abstract. 2. Introduction. 3. Pilferage and adulteration of fuels used in Telecom Sector. 4. Problems due to fuel pilferage and adulteration

1. Abstract. 2. Introduction. 3. Pilferage and adulteration of fuels used in Telecom Sector. 4. Problems due to fuel pilferage and adulteration - 1 - Title: Telecom Sector Green Fuel pilferage and adulteration Company: NEC Corporation Purpose: Discussion and Approval Doc number: GE-20100019 Meeting: GISFI#3, Pune, India, 13 16 Dec, 2010 1. Abstract

More information

SM²: SOLAR MONITORING SYSTEM IN MALAWI

SM²: SOLAR MONITORING SYSTEM IN MALAWI ITU Kaleidoscope 2011 The fully networked human? Innovations for future networks and services SM²: SOLAR MONITORING SYSTEM IN MALAWI Mayamiko Nkoloma¹, Marco Zennaro² Antonie Bagula³ Malawi Polytechnic¹

More information

3. THE CARPOOL ANDROID SYSTEM

3. THE CARPOOL ANDROID SYSTEM ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Car Pooling Using Android Operating System-A Step towards Green Environment 1 Santhosh

More information

ALCOHOL DETECTION AND VEHICLE IGNITION LOCKING SYSTEM

ALCOHOL DETECTION AND VEHICLE IGNITION LOCKING SYSTEM International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 9, September 2018, pp. 1078 1084, Article ID: IJMET_09_09_117 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=9

More information

Road Traffic Reduction via Implementation of Android Based Carpooling Application

Road Traffic Reduction via Implementation of Android Based Carpooling Application Road Traffic Reduction via Implementation of Android Based Carpooling Application Mayur Narsingrao Dhanorkar 1, Ruhi Oberoi 2 B.E.(C.S.E.) Final Year Student, MGM'S JNEC, Aurangabad, Maharashtra, India

More information

Development of an Internet of Things based Electricity Load Management System

Development of an Internet of Things based Electricity Load Management System American Journal of Engineering Research (AJER) 2016 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-5, Issue-8, pp-199-205 www.ajer.org Research Paper Open

More information

Park Smart. Parking Solution for Smart Cities

Park Smart. Parking Solution for Smart Cities Park Smart Parking Solution for Smart Cities Finding a car parking often becomes a real problem that causes loss of time, increasing pollution and traffic. According to the insurer Allianz in industrialized

More information

(FPGA) based design for minimizing petrol spill from the pipe lines during sabotage

(FPGA) based design for minimizing petrol spill from the pipe lines during sabotage IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 01 (January. 2015), V3 PP 26-30 www.iosrjen.org (FPGA) based design for minimizing petrol spill from the pipe

More information

Energy Harvesting Platform

Energy Harvesting Platform Energy Harvesting Platform Group 8 S A N JAY K H E ML A NI T R AV I S B A D A L L K I A R A R O D R I G U EZ M I C H A EL L I N EE EE EE EE Motivation Non-renewable energy sources harm the environment

More information

A COMPARITIVE ANALYSIS OF DIFFERENT ALGORITHM TO GENERATE OPTIMAL ROUTE FOR GARBAGE COLLECTION SYSTEM

A COMPARITIVE ANALYSIS OF DIFFERENT ALGORITHM TO GENERATE OPTIMAL ROUTE FOR GARBAGE COLLECTION SYSTEM A COMPARITIVE ANALYSIS OF DIFFERENT ALGORITHM TO GENERATE OPTIMAL ROUTE FOR GARBAGE COLLECTION SYSTEM Jay A. Jivani 1, Dhaval M. Nimavat 2, Foram K. Kalyani 3 1Department of Computer Engineering, Atmiya

More information

Automatic Braking and Control for New Generation Vehicles

Automatic Braking and Control for New Generation Vehicles Automatic Braking and Control for New Generation Vehicles Absal Nabi Assistant Professor,EEE Department Ilahia College of Engineering & Technology absalnabi@gmail.com +919447703238 Abstract- To develop

More information

Design and Development of Smart Speed Breaker

Design and Development of Smart Speed Breaker Design and Development of Smart Speed Breaker Shivam Gaikwad 1, Sumeet Shinde 2, Shridhar Desai 3, Prof. Sanjay Deodas 4 1 Student,Department of Mechanical Engineering,D.Y.Patil College of Engineering,Maharashtra,India

More information

Sentinel Drive Quick Start Guide for Installers For Inspection Plus and HOS Portable Solutions

Sentinel Drive Quick Start Guide for Installers For Inspection Plus and HOS Portable Solutions Sentinel Drive Quick Start Guide for Installers For Inspection Plus and HOS Portable Solutions February 2017 Contents About this Document... 3 Setup... 3 Prerequisites... 4 Connecting to Wi-Fi (HOS Portable

More information

PRODUCT PORTFOLIO. Electric Vehicle Infrastructure ABB Ability Connected Services

PRODUCT PORTFOLIO. Electric Vehicle Infrastructure ABB Ability Connected Services PRODUCT PORTFOLIO Electric Vehicle Infrastructure ABB Ability Connected Services 2 ABB ABILITY CONNECTED SERVICES FOR EV INFRASTRUCTURE PRODUCT PORTFOLIO To successfully run a commercial charging network

More information

BIKE SAFETY SYSTEM. Tanushree Anil Ghosh 1,Swapnaja Sanjay Gujar 2,Apurva Shashikant Jadhav 3, Prof. Prashant V Bhosale 4 1,2,3

BIKE SAFETY SYSTEM. Tanushree Anil Ghosh 1,Swapnaja Sanjay Gujar 2,Apurva Shashikant Jadhav 3, Prof. Prashant V Bhosale 4 1,2,3 BIKE SAFETY SYSTEM Tanushree Anil Ghosh 1,Swapnaja Sanjay Gujar 2,Apurva Shashikant Jadhav 3, Prof. Prashant V Bhosale 4 1,2,3 Instrumentation Engineering, Bharati Vidyapeeth College Of Engineering 4 Asst.

More information

Real-time Bus Tracking using CrowdSourcing

Real-time Bus Tracking using CrowdSourcing Real-time Bus Tracking using CrowdSourcing R & D Project Report Submitted in partial fulfillment of the requirements for the degree of Master of Technology by Deepali Mittal 153050016 under the guidance

More information

POWER GENERATION AND OPTIMIZATION USING SOLAR PANEL

POWER GENERATION AND OPTIMIZATION USING SOLAR PANEL POWER GENERATION AND OPTIMIZATION USING SOLAR PANEL Pooja S Padulle 1, Swati B Waghmode 2, Akshay M Shinde 3, Vijaykumar K Kumbhar 4 1,2,3,4 Student of E&TC S.B. Patil College of Engineering Indapur. ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

User Guide Electronic Logging Device

User Guide Electronic Logging Device Nero (ELD) On December 16, 2015, the U.S. Department of Transportation ( https://www.transportation.gov/ ) approved the final ruling for the use of s (ELDs) for driver Hours of Service (HOS) and Driver-Vehicle

More information

ABB June 19, Slide 1

ABB June 19, Slide 1 Dr Simon Round, Head of Technology Management, MATLAB Conference 2015, Bern Switzerland, 9 June 2015 A Decade of Efficiency Gains Leveraging modern development methods and the rising computational performance-price

More information

Implementation of telecontrol of solar home system based on Arduino via smartphone

Implementation of telecontrol of solar home system based on Arduino via smartphone IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Implementation of telecontrol of solar home system based on Arduino via smartphone To cite this article: B Herdiana and I F Sanjaya

More information

RTOS-CAR USING ARM PROCESSOR

RTOS-CAR USING ARM PROCESSOR Int. J. Chem. Sci.: 14(S3), 2016, 906-910 ISSN 0972-768X www.sadgurupublications.com RTOS-CAR USING ARM PROCESSOR R. PATHAMUTHU *, MUHAMMED SADATH ALI, RAHIL and V. RUBIN ECE Department, Aarupadai Veedu

More information

Vehicle Control System with Accident Prevention by Using IR Transceiver

Vehicle Control System with Accident Prevention by Using IR Transceiver Vehicle Control System with Accident Prevention by Using IR Transceiver Lorate Shiny 1, A.Rajakumaran 2, S.Vijay 3 Lecturer, Dept. of CSE, Sri Sai Ram College of Engineering, Bangalore, India Student,

More information

Speed Control of Electric Motor using Ultrasonic Sensor and Image Processing Technique with Raspberry Pi 3

Speed Control of Electric Motor using Ultrasonic Sensor and Image Processing Technique with Raspberry Pi 3 Speed Control of Electric Motor using Ultrasonic Sensor and Image Processing Technique with Raspberry Pi 3 M Kalyansuriya 1, S R Kaarthik Eswaran 2, N Naveen 3, R Kumaravel 4, G Shanthi 5 1,2,3,4UG Student,

More information

Virginia Tech Research Center Arlington, Virginia, USA. PPT slides will be available at

Virginia Tech Research Center Arlington, Virginia, USA. PPT slides will be available at SMART BUILDINGS & INFRASTRUCTURES Invited Talk Professor Saifur Rahman Virginia Tech Advanced Research Institute Virginia, USA IIT Delhi New Delhi, India, 02 June 2016 Virginia Tech Research Center Arlington,

More information

SMART TROLLEY IN MEGA MALL

SMART TROLLEY IN MEGA MALL SMART TROLLEY IN MEGA MALL 1 Vidya Palve, 2 Arpita Mahale, 3 Apurva Dandgaval, 4 Unnati Deore, 5 Prachi Jadhav 1 Lecturer of Department of Electronics and Telecommunication, 2,3,4,5 Student of Final Year,

More information

Design of an Intelligent Counter to Monitor Fatigue Events Experienced by a Gun Barrel (#9894)

Design of an Intelligent Counter to Monitor Fatigue Events Experienced by a Gun Barrel (#9894) Design of an Intelligent Counter to Monitor Fatigue Events Experienced by a Gun Barrel (#9894) Cory Mettler & Chris Mouw American Science and Technology Joint Armaments Conference Dallas, TX May 17-20,

More information

Week 11. Module 5: EE100 Course Project Making your first robot

Week 11. Module 5: EE100 Course Project Making your first robot Week 11 Module 5: EE100 Course Project Making your first robot Dr. Ing. Ahmad Kamal Nasir Office Hours: Room 9-245A Tuesday (1000-1100) Wednesday (1500-1600) Course Project: Wall-Follower Robot Week 1

More information

Carpooling Service Using Genetic Algorithm

Carpooling Service Using Genetic Algorithm Carpooling Service Using Genetic Algorithm Swapnali Khade 1, Rutuja Kolhe 2, Amruta Wakchaure 3, Shila Warule 4 1 2 3 4 Department Of Computer Engineering, SRES College Of Engineerig Kopargaon. Abstract

More information

AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES

AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES AUTOMATIC SPEED LIMITER AND RELIEVER FOR AUTOMOBILES PROJECT REFERENCE NO. : 37S1003 COLLEGE : PES INSTITUTE OF TECHNOLOGY AND MANAGEMENT, SHIVAMOGGA BRANCH : ELECTRONICS AND COMMUNICATION ENGINEERING

More information

AC : SMART ROD

AC : SMART ROD AC 2011-1376: SMART ROD Mohamad A. Mustafa, Savannah State University Mohamad Mustafa is a Professor of Civil Engineering Technology at Savannah State University (SSU). He has six years of industrial experience

More information

Autonomous Driving in Traffic and Parking area using WSN for Fuel Consumption

Autonomous Driving in Traffic and Parking area using WSN for Fuel Consumption Autonomous Driving in Traffic and Parking area using WSN for Fuel Consumption Bharath K N, Bharathganth M (Final year) Department of Electronics and Communication Engineering Kongunadu College of Engineering

More information

(Let s first discuss in detail about Electric circuit of a kart and then evaluate the possible conditions for fire accidents.)

(Let s first discuss in detail about Electric circuit of a kart and then evaluate the possible conditions for fire accidents.) Automatic Fire Extinguisher Revan Kumar D 1 Karthik P 2 B.E 4 th year Mechanical Engineering,R.M.K Engineering College I. INTRODUCTION The rapid depletion of existing fossil fuel sources and the environmental

More information

INTELLIGENT VEHICLE CONTROL BASED ON IDENTIFICATION OF ROAD SIGNS BY SOLAR POWERED RFID TRANSPONDERS

INTELLIGENT VEHICLE CONTROL BASED ON IDENTIFICATION OF ROAD SIGNS BY SOLAR POWERED RFID TRANSPONDERS INTELLIGENT VEHICLE CONTROL BASED ON IDENTIFICATION OF ROAD SIGNS BY SOLAR POWERED RFID TRANSPONDERS P. Eswaramoorthy 1, M. Arunkumar 2 1, 2 Electrical and Electronics Engineering, University College of

More information

Embedded system design for a multi variable input operations

Embedded system design for a multi variable input operations IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 8 (August 2012), PP 29-33 Embedded system design for a multi variable input operations Niranjan N. Parandkar, Abstract: - There are

More information

Smart Home Renewable Energy Management System

Smart Home Renewable Energy Management System Available online at www.sciencedirect.com Energy Procedia 12 (2011) 120 126 ICSGCE 2011: 27 30 September 2011, Chengdu, China Smart Home Renewable Energy Management System A. R. Al-Ali *, Ayman El-Hag,

More information

Smart Wi-Fi Sprinkler Timer and Flow Meters

Smart Wi-Fi Sprinkler Timer and Flow Meters Smart Wi-Fi Sprinkler Timer and Flow Meters User s Manual Welcome to H2OPro Thank you for purchasing the H2OPro. The H2OPro is a sprinkler timer with a Wi-Fi interface. The system provides sprinkler valve

More information

IOT BASED TOLL COLLECTION SYSTEM USING IMAGE PROCESSING

IOT BASED TOLL COLLECTION SYSTEM USING IMAGE PROCESSING International Journal of Computer Engineering & Technology (IJCET) Volume 9, Issue 3, May-June 2018, pp. 132 139, Article IJCET_09_03_015 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=9&itype=3

More information

ZEPHYR FAQ. Table of Contents

ZEPHYR FAQ. Table of Contents Table of Contents General Information What is Zephyr? What is Telematics? Will you be tracking customer vehicle use? What precautions have Modus taken to prevent hacking into the in-car device? Is there

More information

Implementation of Smart Car Washing Using GSM PLC

Implementation of Smart Car Washing Using GSM PLC Implementation of Smart Car Washing Using GSM PLC Akilandeswari.K 1, Haripriya.J 2,Sangavi Nirmala.V 3,Rathna Prabha.S 4 U.G. Student, Department of Instrumentation and Control Engineering, Saranathan

More information

Caliber: Road Quality Profiling

Caliber: Road Quality Profiling Caliber: Road Quality Profiling Capstone Design Specification Samuel Quintana John Spencer James Uttaro Damien Hobday CSc 59866 : Senior Design Professor: Jie Wei Brief Team Caliber wants to map the quality

More information

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino-based OBD-II Interface and Data Logger CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino Hardware Automotive OBD ISO Interface Software Arduino Italy 2005

More information

SMART MICRO GRID IMPLEMENTATION

SMART MICRO GRID IMPLEMENTATION SMART MICRO GRID IMPLEMENTATION Aleena Fernandez 1, Jasmy Paul 2 1 M.Tech student, Electrical and Electronics, ASIET, Kerala, India 2 Assistant professor, Electrical and Electronics, ASIET, Kerala, India

More information

Build Your Own Hive Monitor

Build Your Own Hive Monitor Build Your Own Hive Monitor By Nick Lambert 18/09/2017 Page No. 1 www.oldmanortwyning.co.uk Nick Lambert Why build a Hive Monitor? To learn more about your bees and how their hive environment is controlled.

More information

A Smart Prepaid Energy Meter System with GSM Technology

A Smart Prepaid Energy Meter System with GSM Technology A Smart Prepaid Energy Meter System with GSM Technology Sharada N. Ohatkar, Tejashree Tarade, Sonali Thigale, Siddhi Surve SPPU, ENTC Department, Cummins College of Engineering for Women, Pune, India.

More information

PNEUMATIC BASED ASSEMBLY LINE

PNEUMATIC BASED ASSEMBLY LINE PNEUMATIC BASED ASSEMBLY LINE Kayomarz Ichhaporia 1, Sajjad Shaikh 2,Vishnu Nair 3,Mrs. S.V.Kulkarni 4 1KayomarzIchhaporia, Student, Dept. Of Instrumentation Engineering, All India Shri Shivaji Memorial

More information