0% found this document useful (0 votes)
12 views7 pages

ETI Microprojectf 01

The micro-project focuses on developing an Arduino and GPS-based system to detect vehicles exceeding speed limits, aiming to enhance road safety by automating speed monitoring. It outlines the project methodology, required resources, and expected outcomes, including real-time data collection and analysis. The project also addresses course outcomes related to digital forensics, although many AI and IoT concepts are not covered.

Uploaded by

om2123patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views7 pages

ETI Microprojectf 01

The micro-project focuses on developing an Arduino and GPS-based system to detect vehicles exceeding speed limits, aiming to enhance road safety by automating speed monitoring. It outlines the project methodology, required resources, and expected outcomes, including real-time data collection and analysis. The project also addresses course outcomes related to digital forensics, although many AI and IoT concepts are not covered.

Uploaded by

om2123patil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Annexure – I

Micro-Project Proposal

Study Arduino and GPS Based Over Speeding Detector for Vehicles

1.0. Aims/Benefits of the Micro-Project


1. To develop a system that detects cars driving at speeds over specified limit.
2. To study the Arduino based system.
3. To study the working of the system based on a GPS tracker.
4. To learn how to do software support cost.
2.0. Course Outcomes Addressed
CO Addressed/Not
Course Outcomes
No. Addressed
a) Describe Artificial Intelligence, Machine learning and deep
Not Addressed
learning.
b) Interpret IoT concepts. Not Addressed
c) Compare Models of Digital Forensic Investigation. Addressed
d) Describe Evidence Handling procedures. Not Addressed
e) Describe Ethical Hacking process. Not Addressed
f) Detect Network, Operating System and applications Not Addressed
vulnerabilities.

3.0. Project Methodology


1. At the very first we discussed our project topic.
2. Then we take the guidance from our professor.
3. All the group members come together to check out the report.
4. Then we find out the information from the reference books of the Emerging Trend using
Information Technology.

MET’s Institute of Technology, Polytechnic, Nashik 1


4.0. Action Plan

Name of
Sr. Planned Planned Finish
Details of activity Responsible
No. Start Date Date Team Member

Information Gathering and Topic


1
Finalization
Preparing Project Proposal and
2
Approval
3 Implementing Project

4 Preparing Project Report

5 Presenting Project

6 Submission of Project and Report

MET’s Institute of Technology, Polytechnic, Nashik 2


5.0. Resource Required
Sr.
Name of Resource/Material Specifications Qty. Remarks
No.
Computer System
01 Windows 10 01
(Desktop/Laptop)

Names of Team Members with Roll Nos.


Roll No Enrollment No Name of Team/Group member
41 23611470241 Om Sharad Patil

(to be approved by the concerned teacher)


Approved by

(Prof. D.J. Ugale)


Name and Signature of Staff

MET’s Institute of Technology, Polytechnic, Nashik 3


Annexure – II
Micro-Project Report
History of Digital Forensics

1.0. Rationale

Arduino and GPS based over speeding vehicle is an detector which detect the vehicle which has the
accerometer sensor. This system has, The sensors are used in smartphones, vehicles, aircrafts and
other applications to detect orientation of an object, shake, tap, tilt, motion, positioning, shock or
vibration. Different types of accelerometers include Hall-effect accelerometers, capacitive
accelerometers and piezoelectric accelerometers. To develop a system that detects cars driving at
speeds over specified limit and inform concerned authorities immediately. Road accidents occurrences
have increased recently so there needs to be a system that allows to detect over speeding cars.
Current speed detection systems are handheld guns held by police personnel that allow them to check
car speed and then manually inform authorities about the vehicle. Whereas this proposed system does
not need any human interception and records car speed as well as wirelessly informs authorities of
over speeding detections.

2.0. Aims/Benefits of the Micro-Project

1. To develop a system that detects cars driving at speeds over specified limit.
2. To study the Arduino based system.
3. To study the working of the system based on GPS tracker.
4. To learn how to do software support cost.

3.0. Course Outcomes Addressed

CO Addressed/Not
Course Outcomes
No. Addressed
a) Describe Artificial Intelligence, Machine learning and deep
Not Addressed
learning.
b) Interpret IoT concepts. Not Addressed
c) Compare Models of Digital Forensic Investigation. Addressed
d) Describe Evidence Handling procedures. Not Addressed
e) Describe Ethical Hacking process. Not Addressed
f) Detect Network, Operating System and applications Not Addressed
vulnerabilities.

MET’s Institute of Technology, Polytechnic, Nashik 4


4.0. Literature Review

Over speeding of vehicles is the major cause of accidents in recent times. Monitoring of such over speeding
vehicles especially on highways is of prime importance. Many manual methods are being used to detect the
over speeding vehicles by traffic control team. However, these methods require lot of man power and
continuous monitoring by traffic personnel. In this study, an attempt is made to develop an automatic speed
monitoring system, which provides a simple way to monitoring speeds of all the vehicles from a centralized
control room. This system calculates the instantaneous speed of vehicle with help of sensors and the over
speeding vehicle is detected. The developed model is validated with real world traffic data and comparative
analysis of speeds obtained by manual method and developed model shows that model truly represents the field
condition.
Vehicle over-speed detection and accident-avoidance system is an Internet of Things (IoT) based system
which collects data via sensors such as ultrasonic sensors and alerts the driver. The sensor is mounted upon a
microcontroller i.e. Arduino which is responsible for the sensors to work. This system consists of an Ultrasonic
Sensor, Arduino UNO, Potentiometer, CAN Controller, DC Motor, GSM, LCD display and a buzzer. The
ultrasonic sensor detects the object/vehicle ahead of the vehicle and sends the data to Arduino UNO, if a
particular vehicle is in close proximity to the front vehicle, the proposed system automatically controls the
vehicle speed. This system also consists of an over-speed detection, which detects the speed and alerts the
driver if the vehicle reaches a specific speed limit. Also, in the proposed system in case if driver overspeeds,
an SMS alert would be sent to cab company or car rental agency concerned person's cellphone.

5.0. Actual Methodology Followed

Name of
Sr. Planned Planned Finish
Details of activity Responsible
No. Start Date Date Team Member

Information Gathering and Topic


1
Finalization
Preparing Project Proposal and
2
Approval
3 Implementing Project

4 Preparing Project Report

5 Presenting Project

6 Submission of Project and Report

6.0. Actual Resources Used


Sr.
Name of Resource/Material Specifications Qty. Remarks
No.
Computer System
1 Windows 10 01
(desktop/laptop)

MET’s Institute of Technology, Polytechnic, Nashik 5


7.0. Output of the Micro-Project
The speed of the vehicle in each frame is calculated using the position of the vehicle in each frame, so
the next step is to find the spots bounding, and the centre of gravity. Bubble centroid distance is
important to understand the moving vehicle in consecutive frames and therefore is known as the
frame rate for motion capture, the speed calculation becomes possible. This information must be
recorded in a continuous array cell in the same size as the camera image captured because the
distance travelled by the centroid is needed is a pixel with a specific coordinate on the image to
determine the vehicle speed.

8.0. Skill Developed/Learning outcomes of this Micro-Project


1. Data Analyzing and Publishing.
2. Real time collection of data by multiple sensors including accelerometers, GPS, and angular
accelerometers .
3. an integrated and wireless transfer based measuring system

9.0. Application of this Micro-Project


1. Measure Vibration of Car
2. Process control system and safety installation.
3. Dynamic distance and speed with or without influence of gravity.
4. Sensing rapid deceleration.
5. Constant current supply to reduce noise.

MET’s Institute of Technology, Polytechnic, Nashik 6


Annexure - IV
Micro-Project Evaluation Sheet
Name of Student:Om Sharad Patil Enrollment No:23611470241
Name of Programme: Computer Engineering Semester: Sixth
(CO) Course Title: Generative AI Code: 22618
Title of the Micro-Project:Study Arduino and GPS Based Over Speeding Detector for Vehicles
Course Outcomes Achieved:-
CO Addressed/Not
Course Outcomes
No. Addressed
a) Describe Artificial Intelligence, Machine learning and deep
Not Addressed
learning.
b) Interpret IoT concepts. Not Addressed
c) Compare Models of Digital Forensic Investigation. Addressed
d) Describe Evidence Handling procedures. Not Addressed
e) Describe Ethical Hacking process. Not Addressed
f) Detect Network, Operating System and applications Not Addressed
vulnerabilities.

Sr. Characteristics to be Poor Average Good Excellent Sub-To


No. assessed (Marks 1-3) (Marks 4-5) (Marks 6-8) (Marks 9-10) tal
(A) Process and Product Assessment (Convert above total marks out of 6 Marks)
1 Relevance to the course
Literature Review/
2
Information Collection
Completion of the Target
3
as per Project Proposal
Analysis of Data and
4
Representation
Quality of
5
Prototype/Model
6 Report Preparation
(B) Individual Presentation/Viva (Convert above total marks out of 4 Marks)
7 Presentation
8 Viva
(A) Process and Product Assessment (B) Individual Presentation/Viva Total Marks
(6 Marks) (4 Marks) (10 Marks)

Comments/Suggestions about team work/leadership/inter-personal communication (if any)


Name and Designation of the Teacher: D.J.Ugale
Dated Signature:

MET’s Institute of Technology, Polytechnic, Nashik 10

You might also like