This project demonstrates an Automotive Instrument Cluster and Light Control Unit using embedded systems.
It focuses on real-time display and control of vehicle parameters and lights, suitable for automotive embedded applications.
-Dashboard Display:
Speedometer
Engine temperature
-Light Control Unit:
Headlights (low/high beam)
Turn indicators
-Embedded Communication:
CAN protocol for sensor-actuator interfacing
Modular and scalable embedded C code
- Microcontroller: ARM Cortex-M (LPC2129)
- Programming Language: Embedded C
- IDE: Keil uVision
- Clone the repository:
git clone https://github.com/prathameshsalunkhe/CAN-Dashboard/blob/main.git
cd Instrument-Cluster-Light-Control
## π Project Structure
src/ # Source files
inc/ # Header files
docs/ # Documentation & diagrams
README.md # Project description