Project Lab
Project Lab
AIM:
To create an advanced vehicle theft detection system with real-time
tracking and remote engine locking capabilities to enhance vehicle security and
facilitate recovery in case of theft.
APPARATUS REQUIRED:
1. Arduino Uno
2. GPS Module
3. GSM Module
4. Dc motor
5. I2c display
6. Dc motor
7. Connecting wires
8. Arduino IDE
PROCEDURE:
1. Gather Components
Arduino Uno: The main microcontroller for managing the system.
GPS Module: To track the vehicle’s location.
GSM Module: For sending and receiving SMS alerts.
DC Motor: To simulate the vehicle’s engine that can be locked.
I2C Display: For displaying system status and information.
Connecting Wires: For making electrical connections between components.
Arduino IDE: For programming the Arduino Uno.
2. Setup Hardware Connections
Connect GPS Module: Connect the GPS module to the Arduino Uno (Tx to
Rx, Rx to Tx, Vcc to 5V, GND to GND).
Connect GSM Module: Connect the GSM module to the Arduino Uno (Tx to
Rx, Rx to Tx, Vcc to 5V, GND to GND).
Connect DC Motor: Use a motor driver shield or relay to connect the DC
motor to the Arduino Uno (control pin to a digital pin, power and ground to
external power supply).
Connect I2C Display: Connect the I2C display to the Arduino Uno (SDA to
A4, SCL to A5, Vcc to 5V, GND to GND).
Power Supply: Ensure all components have a stable power supply, using
external power for the motor if necessary.
5. Theft Detection
Movement Detection: The system checks for unauthorized movement
based on GPS coordinates.
Alert Generation: When unauthorized movement is detected, the Arduino
sends an SMS alert using the GSM module.
6. Confirm Theft
Owner Verification: The owner verifies the alert by checking the SMS and
confirming if the movement is unauthorized.
Response Initiation: If confirmed, the owner can send a command back to
the system via SMS.
8. Notify Authorities
Send Location Data: The owner can provide authorities with real-time
location data received via SMS from the system.
RESULT:
The vehicle theft detection system using Arduino components successfully
achieved real-time tracking, remote engine locking, and effective theft alert
notifications.