Project Overview
This project involves a geofencing system using ESP32 and LoRa RA02 modules operating at 433 MHz. It tracks GPS coordinates and can be extended to provide alerts based on geofencing criteria.
How It Works
- Transmission: The GPS Transmitter Module sends GPS coordinates using LoRa.
- Data Reception: The Receiver Base Station receives GPS data.
- Display: The Receiver Base Station shows coordinates on an OLED screen.
Technologies Used
- ESP32 Development Boards
- LoRa RA02 Modules (433 MHz)
- GPS Module
- OLED Display
- Arduino IDE / PlatformIO
Module Configurations
- GPS Transmitter: Update Wi-Fi credentials, ensure LoRa is connected, and check serial monitor logs.
- Receiver Base Station: Connect OLED, ensure proper initialization, and verify serial logs.
License
This project is licensed under the MIT License.