Laurynas Butkus

Results 10 comments of Laurynas Butkus

Hi @yorl, compiling `volvo_crankshaft.ino` depends on files in [src/](https://github.com/laurynas/volvo_crankshaft/tree/main/src) folder. So `src/` folder with these files should exist in the same folder as your `volvo_crankshaft.ino` file.

Hi @tequitotortilla, sorry for delayed answer. The pin numbers are configured in the arduino source code: https://github.com/laurynas/volvo_crankshaft/blob/main/volvo_crankshaft.ino#L17 You can also try the this simple debugger: https://github.com/laurynas/volvo_linbus I was doing my...

Hey, sorry, missed most of the discussion :) Just my 5 cents - I'm using my solution almost daily. There is no graceful shutdown, just the hard power off. Works...

Hey @jmlgo, Thanks, glad you liked the project! I believe S80 has the same RTI screen, it just doesn't fold. I think same screen [replacement](https://www.aliexpress.com/item/4000329488912.html?spm=a2g0s.9042311.0.0.439c4c4dvR4vq8) should fit. I have recently...

Actually I have just checked S80 07- specs on Vida and seems that ICM is talking to SWM via LIN bus (just like V50). ![Screenshot 2021-01-18 at 20 02 09](https://user-images.githubusercontent.com/130315/104949756-255b3e00-59c8-11eb-8c95-98f34be799a6.png)...

Cool! Good luck with your project and let me if you will be able to get rid of Arduino :)

Hi Dave, you you don't need steering wheel controls and use touchscreen instead, it should just work. Actually you could drop Arduino & LIN bus transceiver in this case. You...

Hi @matt2005, thanks for notifying! I will test your new version when I will do some updates to my car. It is a bit freezing outside -12C, so I will...