Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.31 KB

File metadata and controls

54 lines (43 loc) · 2.31 KB

🚗 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.)