Guardian Wheels: Smart Vehicle Security & Alert System (Using GSM/LTE (A7670C) Module, Mobile App and Arduino)
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.
- A7670C LTE module (Link)
- Arduino UNO
- Hc-05 Bluetooth module
- Buzzer
- LED Bulb
- Push Button
- Bread Board
- 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.
- Give connections as per the circuit diagram.
- Upload Arduino code into the Arduino Uno board.
- Download the app file above in the repository (Built with the help of MIT APP BUILDER).
- Connect the app to the HC-05 Bluetooth module (Refer to the video link in the credits below).
- Press the ON button in the app to activate the alarm system once connected.
- 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).
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]


