Car Control Setup and Configuration Guide
1. Requirements
- Raspberry Pi3 or higher
- Arduino Uno or similar
- 4G modem or another internet source (Recommended)
- iPhone with iOS 16+
- Skills for using relays, reading voltage with an Arduino
2. Hardware Recommendations
3. Project Files Structure
Project/
│
├── webui/
│ ├── main.js
│ ├── package-lock.json
│ ├── package.json
│ └── website/
│
├── gpsServer/
│ └── gps.py
│
│── appServer/
│ ├── server.py
│ ├── vehicle.db
│ └── requirements.txt
│
└── README.md
4. Clone the Repository
# Clone the repository
git clone https://github.com/Apple292/CarControl
# Navigate to the project directory
cd pajero-vehicle-system
# If using SSH
git clone [email protected]:your-username/pajero-vehicle-system.git