This repository serves as the central core and simulation platform for the Smart Car project. The hardware circuit is designed using Proteus, while the firmware for the STM32 microcontrollers is developed in separate repositories and integrated into this workspace as Git Submodules.
-
SmartCar_Simulation.pdsprj
Main Proteus hardware simulation file. -
Hossein-SmartCar/
Submodule containing firmware for the Safety Node (TPMS & Emergency Alerts). -
Parinaz-SmartCar/
Submodule containing firmware for the Environment Node (Temperature, Light Sensors, & PWM Lighting Control). -
Salar-SmartCar/
Display node for real-time monitoring of Smart Car sensors with a modular architecture designed to support future protocol migrations.
Since this project relies on multiple Git Submodules, you must clone it recursively to ensure all sub-node firmwares are downloaded automatically.
git clone --recursive <repository_link>