This project is part of the BLUEBAND SPORTS initiative to develop a real-time tracking system for rally cars. The system includes features like SOS and OK interrupt buttons, providing safety and monitoring capabilities during rallies. This repository focuses on the hardware and software integration using the Maduino-Zero-LTE-SIM 7600E.
- Sudharsh - CSE - Hardware and Software Integration
- Tharun - CSE - Hardware and Software Integration
- Akaash - ECE - Hardware
- Methun - ECE - Hardware
- Naresh Ram - IT - Server-side code and integration.
- Joe Prathap - IT - Server-side code and integration.
- Real-time tracking of rally cars.
- Implementation of SOS and OK interrupt button features.
- Hardware and software integration using Maduino-Zero-4G-LTE-SIM 7600E.
- HTTP communication with the central server.
- Alerting only the nearby upcoming cars and the central hub when a car sends an SOS or HAZARD alert, without affecting cars that have already passed the broken-down car.
- Maduino-Zero-4G-LTE-SIM-7600E
- Arduino IDE
- SIM card with data plan
- Clone this repository to your local machine:
git clone https://github.com/MSudharsh110305/rally-computer.git
- Open the
real_time_tracking.ino
file in Arduino IDE. - Connect your Maduino-Zero-4G-LTE-SIM 7600E to your computer.
- Update the web URL to your server in the code
- Upload the code to your device.
- Power on the Maduino device.
- Ensure the SIM card is active and has a data plan.
- The device will start sending real-time location data to the central server.
- Use the SOS and OK buttons to send respective alerts.
- Makerfabs Maduino-Zero-4G-LTE - Official GitHub repository with additional resources and examples.
- Repository by rcravens - A comprehensive repository with examples and additional resources for integrating Maduino-Zero-4G-LTE-SIM 7600E with other features and services.
This project is licensed under the MIT License - see the LICENSE file for details.