Skip to content

Project-OnBoardX - IoT-Based Vehicle Monitoring System

License

Notifications You must be signed in to change notification settings

madboy482/OnBoardX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Project-OnBoardX - IoT-Based Vehicle Monitoring System

πŸ“Œ Overview

Endurance is a real-time IoT-based vehicle monitoring system that integrates ESP32, Raspberry Pi, Firebase, FastAPI, Flask, and Machine Learning to ensure vehicle safety and efficient monitoring.

πŸ”₯ Features

πŸš€ Real-Time Data Collection

  • ESP32 + Gyro Sensor collects acceleration & velocity data.
  • Data is stored in Firebase and processed using FastAPI.

πŸ“Š Data Processing & Visualization

  • FastAPI generates graphs from raw sensor data (stored as bits).
  • ML Model calculates average acceleration & velocity.
  • React UI + Flask displays real-time location tracking (latitude & longitude).

🚨 Speed & Acceleration Alerts

  • If high acceleration/velocity is detected, alerts are sent via EmailJS / Twilio.
  • Helps prevent accidents by notifying drivers to slow down.

πŸ†˜ Accident Detection & Emergency Alerts

  • Raspberry Pi + Pressure Sensor detects abnormal pressure.
  • Emergency signal is sent via ESP32 WiFi.
  • Nearby hospitals, people, ambulances, and fire stations receive alerts.

πŸ–ΌοΈ System Architecture

image

image

image

image

image

πŸ“Έ Implementation Screenshots

πŸ”Ή ESP32 + Gyro Sensor Data Logging

data1

data2

data3

πŸ”Ή Real-Time Dashboard

board1

board2

board4

board3

board5

board6

board7

board8

board9

πŸ”Ή Accident Detection System

real

real2

πŸ› οΈ Tech Stack

Component Technology
Backend FastAPI, Flask, Firebase
Frontend React.js, Tailwind CSS
IoT Devices ESP32, Raspberry Pi, Gyro Sensor, Pressure Sensor
Alerts Twilio, EmailJS
ML Model Python, NumPy, SciPy

πŸ”§ Setup & Installation

# Clone the repository
git clone https://github.com/bunnysunny24/Endurance.git
cd Endurance

# Install backend dependencies
pip install -r requirements.txt

# Install frontend dependencies
cd frontend
npm install

# Run FastAPI backend
uvicorn backend.main:app --reload

# Run React frontend
npm start

πŸš€ Future Enhancements

  • AI-based predictive analytics for accident prevention.
  • Improved emergency response system with geolocation tracking.
  • Mobile App Integration for instant alerts.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.