this post was submitted on 11 Jun 2025
62 points (91.9% liked)

Linux

55252 readers
2057 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Something like Android auto or apple auto but with Linux, does it exist? Or if not what are your homemade solutions?

you are viewing a single comment's thread
view the rest of the comments
[–] ISOmorph@feddit.org 12 points 4 days ago (4 children)

I've seen solutions with semi-integrated Raspberries to create multimedia and telephony capabilities. But everything that requires an interface to the car sensors is closed down and I'm unaware of any solutions to this.

[–] racketlauncher831@lemmy.ml 10 points 4 days ago

The control system is supposed to be in complete isolation from the media system. The media one is usually a customised Android. If you find instructions online, feel free to do whatever you want with it. The worst case scenario is that you won't be able to listen to music or to navigate.

With that being said, just install anything you like to the media system. Any Linux dostro can be an automobile distro.

[–] umbrella@lemmy.ml 5 points 4 days ago* (last edited 3 days ago)

speeduino. the solution to do engine control in a foss way is speeduino.

its a lot of work retuning it though. only really worth it if you are modding it in the first place.

[–] drspod@lemmy.ml 6 points 4 days ago* (last edited 4 days ago) (2 children)

What car sensors are normally accessible to CarPlay and Android Auto, and what are they used for?

My car doesn't expose any car features or sensors to CarPlay at all. I just use the connected display for maps and playing audio.

Could you link the RPi projects that you've seen? Sounds interesting.

[–] Frederic@beehaw.org 2 points 4 days ago (1 children)

I am using a simple application named "Car Scanner", on my phone, it connects via bluetooth to the $4 OBD2 dongle, and it works in Android Auto, can display all kind of info on the multimedia screen.

[–] drspod@lemmy.ml 1 points 4 days ago (2 children)

Right, but that dongle is connected to the CAN bus directly right? I was wondering what is accessible over just the smartphone integrations (CarPlay and Android Auto).

[–] 0x0@lemmy.zip 4 points 4 days ago

Hopefully not much.

[–] Frederic@beehaw.org 3 points 3 days ago

I guess nothing is accessible directly

OBDII exists and is reasonably open.