Skip to content

πŸš— Arduino Mega 2560 - Smart Car Simulation This project is an Arduino Mega 2560 based Smart Car Simulation. It simulates various intelligent vehicle functions such as engine control, climate control, seatbelt detection, door status monitoring, and sensor-based automation.

Notifications You must be signed in to change notification settings

OrhanUzel/SmartCarSimulationProjectWithArduinoMega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Arduino Mega 2560 - Smart Car Simulation

This project is an Arduino Mega 2560 based Smart Car Simulation.
It simulates various intelligent vehicle functions such as engine control, climate control, seatbelt detection, door status monitoring, and sensor-based automation.

πŸ”§ Hardware Components

  • Arduino Mega 2560
  • LCD Display (16x2) β†’ System status display
  • Car Motor (DC Motor)
  • Climate Motor (DC Motor / Fan)
  • Light Sensor (LDR) β†’ Detects ambient light
  • Temperature Sensor (LM35 or similar) β†’ Monitors cabin temperature
  • Buzzer β†’ Alerts for warnings
  • Push Buttons:
    • Engine Start Button
    • Seatbelt Switch
    • Door Status Switch
  • Resistors, Potentiometers, Breadboard, Jumper Wires

πŸ’‘ Features

  • Engine Simulation: Start/stop motor using a push button
  • Climate Control: Automatic fan/motor activation based on temperature sensor
  • Seatbelt Safety: Alerts via buzzer and LED if seatbelt is not fastened
  • Door Monitoring: Detects whether doors are open or closed
  • Light Sensor Integration: Adjusts system response based on ambient light
  • LCD Display: Shows real-time system states (engine, climate, seatbelt, doors, etc.)

πŸ“‚ Project Structure

SmartCarSimulationProjectWithArduinoMega/
│── SmartCarSimulation/SmartCar.ino                # Arduino source code
|── SmartCarSimulation/ SmartCarSimulation.pdsprj  # Proteus file for this project
│── Design/                                        # Schematics and screenshots
│── README.md                                      # Project documentation

βš™οΈ Setup & Run

  1. Download and install the Arduino IDE.
  2. Clone or download this repository:
    git clone https://github.com/OrhanUzel/SmartCarProjectWithArduinoMega.git
  3. Open SmartCar.ino in Arduino IDE.
  4. Connect the Arduino Mega 2560 to your computer.
  5. Upload the sketch and run the simulation in Proteus or on real hardware.

πŸ–ΌοΈ Circuit Diagram

Circuit Diagram

(The diagram includes LCD, light sensor, temperature sensor, car motor, climate motor, seatbelt system, and door monitoring system.)

About

πŸš— Arduino Mega 2560 - Smart Car Simulation This project is an Arduino Mega 2560 based Smart Car Simulation. It simulates various intelligent vehicle functions such as engine control, climate control, seatbelt detection, door status monitoring, and sensor-based automation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages