Skip to content

This project prevents unauthorized vehicle access with a buzzer, LTE (GSM) module, and Bluetooth. An Android app controls settings, triggering a buzzer for unauthorized keys. The GSM module offers SMS and call features. Owners can remotely activate/deactivate the system via smartphone and Bluetooth.

Notifications You must be signed in to change notification settings

shravanthk05/Guardian-Wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guardian Wheels: Smart Vehicle Security & Alert System (Using GSM/LTE (A7670C) Module, Mobile App and Arduino)

Contributors: GitHub

ABSTRACT

This project offers a straightforward but efficient way to stop unwanted access to a vehicle by notifying the owner promptly as the attempt is detected.

An Arduino UNO board, a buzzer, an A7670C LTE module, an HC 05 Bluetooth module, and a GPS Module are the primary components of the system.

The security elements of the system are controlled by the user through the use of an Android app, which gives them access to the system.

If the system is triggered, it alerts the owner an individual is attempting to input a key without the owner's authorization. It triggers a buzzer alarm to alert people in the vicinity of the illicit entry and uses the LTE module to start a conversation with the owner through SMS. The LTE module is configured to call the owner's phone number. Through a smartphone app or a dedicated Bluetooth device, the owner can remotely enable or disable the security system based on their preference. Along with current/live location information of the vehicle through the GPS Module.

All things considered, this car security system provides a straightforward yet efficient means of preventing unauthorized entry and quickly alerting the owner to any possible security breaches.

COMPONENTS REQUIRED

  1. A7670C LTE module (Link)
  2. Arduino UNO
  3. Hc-05 Bluetooth module
  4. Buzzer
  5. LED Bulb
  6. Push Button
  7. Bread Board
  8. Connecting/Jumper Wires

Tip

The A7670C LTE module can also be bought at local electronics shop (I had bought this way).

Important

Please be aware that there are multiple A7670C models. I haven't tested my code on other models except my own.

Warning

The above link to the A7670C LTE module is for reference purpose only. Kindly, proceed at your own risk.

FLOWCHART

image

CIRCUIT CONNECTIONS

Wheel Guardian

SETUP

image

HOW TO DO?

  1. Give connections as per the circuit diagram.
  2. Upload Arduino code into the Arduino Uno board.
  3. Download the app file above in the repository (Built with the help of MIT APP BUILDER).
  4. Connect the app to the HC-05 Bluetooth module (Refer to the video link in the credits below).
  5. Press the ON button in the app to activate the alarm system once connected.
  6. When the alarm is on, if the pushbutton is pressed, the alarm will go off and the SMS and call function will be activated (Refer to the Demo Video).

CREDITS

  1. Code and connections
  2. Bluetooth App

Note

As you know, there are already many projects containing the same features (GSM Module, Call and SMS features) but ours uses a LTE(4G) module making it suitable for current situation where many 2G and 3G communication services are being shutdown. Also usage of an mobile app for this kind of application is also not done before (In the context of Arduino mini projects).

Thank you! For any queries and help regarding the projects contact to the E-Mail [email protected]

About

This project prevents unauthorized vehicle access with a buzzer, LTE (GSM) module, and Bluetooth. An Android app controls settings, triggering a buzzer for unauthorized keys. The GSM module offers SMS and call features. Owners can remotely activate/deactivate the system via smartphone and Bluetooth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages