Raspberry Pi with MCP2515 module running OpenAutoPro intergrate into Fiat Stilo's CANbus network for oem functionality. Use at your own risk!
Node.js server that communicates with the Fiat Stilo's CAN network and sends websockets to the FiatStiloFrontendApp.
React app that utilizes the FiatStiloBackendApp to retrieve data from the CANbus.
Various functions, such as controlling the OAP with the steering wheel.
To install and use this project, follow these steps:
- Clone the repository:
git clone https://github.com/bvdberg01/FiatStiloConnectNavOAP.git
- Install the required dependencies:
cd FiatStiloConnectNavOAP npm install
- Start the backend server:
node server.js
- Start the frontend app:
cd .. cd FiatStiloFrontendApp npm start FiatStiloFrontendApp
- Open your web browser and visit
http://localhost:3000
to access the Fiat Stilo frontend app.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.