Arduino Geo Fencing with SIM800L and GPS Module

Ahmad Logs
Ahmad Logs
26.5 هزار بار بازدید - 2 سال پیش - In this video, We will
In this video, We will learn how to make a cool geofencing project uisng sim 800L, GPS module and Arduino. This project constantly checks if the object is within the fence and when the object go outside the fence it immediately send an alert message to your mobile phone. This project can be used on objects that you don't want to go after a given distance.

What is Geofencing:
Geofence is a virtual geographic boundary, or a fence, defined by GPS technology. It enables software to trigger an alert, when and object enters, or leaves a particular area. It can be used to monitor livestock and other animals. parents can used it, for child monitoring.


In this project, I am using circular geofence technique. This technique works on the initial position (starting point) and maximum distance (radius). The resulting geofence is look like a circular shape. The project continuously calculate the current distance from the initial position of the object. and then it checks if the current distance is exceeded from the maximum distance. and if that's the case, then the project will send an alert message to your mobile phone.

For calculating the current distance of the object from the initial position, I have used the Haversine formula: This is a well-known formula that is used to calculate the distance between two GPS coordinates. After calculating the current distance I am comparing it with the maximum distance. If the current distance exceeded the maximum distance. then first, I have started the buzzer for 1 second. and then send an sms alert to your mobile phone, using send alert function.

Parts Used In This Project:
1. Arduino Nano or UNO - https://amzn.to/3ZWKAz2
2. SIM800L GSM Module with 2G SIM Card - https://amzn.to/3J48mlW
3. NEO6M GPS Module - https://amzn.to/3YwyWd7
4. Piezo Buzzer
5. Battery 3.7v 2000mAh - https://amzn.to/3ZAxV51

--------------------------------------------------------------------------------------------------------------------
Useful Video Links
--------------------------------------------------------------------------------------------------------------------
Accident Alert System Project Using Arduino SIM800L and GPS Module
Accident Alert System Project Using A...

--------------------------------------------------------------------------------------------------------------------
Social Media Links
--------------------------------------------------------------------------------------------------------------------
GitHub:
https://github.com/ahmadlogs/
YouTube:
https://www.youtube.com/ahmadlogs?sub...

--------------------------------------------------------------------------------------------------------------------
Download Code
--------------------------------------------------------------------------------------------------------------------
https://github.com/ahmadlogs/arduino-...

--------------------------------------------------------------------------------------------------------------------
Disclaimer
--------------------------------------------------------------------------------------------------------------------
Disclaimer: All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

Warning: In some countries it is required to register gsm module from govt authorities before using it. So, get proper understanding of govt laws related to gsm technologies.

#Arduino #GeoFencing #SIM800L
2 سال پیش در تاریخ 1400/12/20 منتشر شده است.
26,518 بـار بازدید شده
... بیشتر