Skip to content

Commit 32adc54

Browse files
committed
Update Readme
1 parent a7b7aeb commit 32adc54

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

+14-18
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Welcome to the Boosted Moose V-Link project!
22

3-
Let's face it. MMIs from the 2000s suck. This is a personal project that I started because I couldn't find a suitable aftermarket solution. I wanted to implement live vehicle data as well as AndroidAuto/Apple CarPlay in an OEM like fashion to enhance the driving experience of retro cars and give the user the ability to tinker around. The heart of this project is the open source V-Link app. It's running natively on Raspberry Pi OS which enables full support of an OS without the restrictions of 3rd party images. A custom made HAT builds the bridge between the Raspberry Pi and the car and works plug and play with the app.
3+
![TITLE IMAGE](resources/media/banner.jpg?raw=true "Banner")
44

5-
To use this application you need a Raspberry Pi, the V-Link Hat (optional) and an HDMI-screen, preferably with touch support.
5+
### Let's face it. MMIs from the 2000s suck.
66

7-
This project is in ongoing development. Do you want to participate, got any tips for improvement or need help?
7+
This project was started because no suitable aftermarket solution could be found. I wanted to implement live vehicle data as well as AndroidAuto/Apple CarPlay in an **OEM like fashion** to enhance the driving experience of retro cars and give the user the ability to tinker around.
8+
9+
The heart of this project is the open source **V-Link app**. It's running natively on Raspberry Pi OS which enables full support of an OS without the restrictions of 3rd party images. **The custom V-Link HAT** builds the bridge between the Raspberry Pi and the car and works plug and play with the app. To use this application you need a Raspberry Pi, the V-Link Hat (optional) and an HDMI-screen, preferably with touch support.
10+
11+
12+
*This project is in ongoing development. Feel free to fork it, create a new branch and open a pull request with your cool ideas. Do you have any tips for improvement, need help or just want to be part of our awesome little community?*
813

914
* [Swedespeed Forum](https://www.swedespeed.com/threads/volvo-rtvi-raspberry-media-can-interface.658254/)
1015
* [V-Link Discord Server](https://discord.gg/V4RQG6p8vM)
1116

12-
Feel free to fork the project. Create a new branch, commit your changes and open a pull request.
13-
14-
---
15-
![TITLE IMAGE](resources/media/banner.jpg?raw=true "Banner")
1617

1718
# Installation
1819

@@ -28,8 +29,7 @@ For the best user experience a RPi 4 or 5 is recommended.
2829

2930
### > Run the App:
3031

31-
When using the Installer everything is being set up automatically.
32-
Before updating, please uninstall the app. (See below)
32+
When using the Installer everything is being set up automatically. More information can be found in the Wiki.
3333

3434
```
3535
#Download and Install
@@ -47,22 +47,15 @@ python /home/$USER/v-link/V-Link.py
4747
python /home/$USER/v-link/V-Link.py -h
4848
```
4949

50-
#### In case you get an error when installing the requirements run these commands:
51-
```
52-
source /home/$USER/v-link/venv/bin/activate
53-
pip install -r /home/$USER/v-link/requirements.txt
54-
```
55-
5650
## Wiki
5751

58-
Detailed instructions on all the functions and features can be found in the [wiki](https://github.com/BoostedMoose/v-link/wiki) of this repository. In there you will find schematics, instructions to set up the HAT or your custom circuit and more. Definitely check it out!
52+
Detailed instructions on all the functions and features can be found in the [Wiki](https://github.com/BoostedMoose/v-link/wiki) of this repository. In there you will find schematics, instructions to set up the HAT or your custom circuit and more. Definitely check it out!
5953

6054
## Disclaimer
6155

6256
The use of this soft- and hardware is at your own risk. The author and distributor of this project is not responsible for any damage, personal injury, or any other loss resulting from the use or misuse of the setup described in this repository. By using this setup, you agree to accept full responsibility for any consequences that arise from its use. It’s DIY after all!
6357

6458

65-
---
6659
#### The project is inspired by the following repositories:
6760

6861
* [volvo-can-gauge](https://github.com/Alfaa123/Volvo-CAN-Gauge)
@@ -76,9 +69,12 @@ The use of this soft- and hardware is at your own risk. The author and distribut
7669
* [Swedespeed Forum](https://www.swedespeed.com/threads/volvo-rtvi-raspberry-media-can-interface.658254/)
7770
* [V-Link Discord Server](https://discord.gg/V4RQG6p8vM)
7871

79-
---
8072

8173

74+
## Want to support us?
75+
76+
We are working on this project in our free time and support is always highly appreciated :)
77+
8278
| [![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/default-orange.png)](https://www.buymeacoffee.com/lrymnd) | [![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/default-orange.png)](https://www.buymeacoffee.com/tigo) |
8379
|---|---|
8480
| <center>(Louis)</center> | <center>(Tigo)</center> |

0 commit comments

Comments
 (0)