Possible rusDASH Instrument cluster

Post Reply
nyl
Posts: 12
Joined: Thu Apr 15, 2021 10:36 pm
Location: Romania
Slack: NYL

Possible rusDASH Instrument cluster

Post by nyl »

Hi, this is a discussion and info gathering topic.

So I've started documenting the possibility of making a opensource instrument cluster, seeing crazy prices on the internet and I needed a place to share my findings.

I will post here useful links relating the build of a modern display instrument cluster

Was thinking about building two models

One using custom segment dot display
Image

One using one hi resolution display with full graphics
Image


For a full graphics instrument cluster we will need hardware:
- develop a analogic to CAN board with enough pins to cover any old car Image
- using a SBC computer that has at least 800MHz CPU, 500mb RAM, CAN and of course a graphics card and HDMI out i guess. Preferably with coreboot as bootloader
- a proper display, 7 / 10 / 12 inch

For software we will need to build a barebone linux kernel that has strictly whats needed to boot to terminal and graphics. Build a Instrument Cluster app in QT and configure the linux to boot straight into that QT app in order to have fast boot times.

Image

Links:

https://www.qt.io/blog/2016/04/20/fast-booting-qt-devices-part-1-automotive-instrument-cluster

https://www.qt.io/blog/2019/04/02/optimizing-real-time-3d-entry-level-hardware

https://github.com/savavel/qt-instrument-cluster

Trimis de pe al meu GM1913 folosind Tapatalk

nmstec
contributor
contributor
Posts: 124
Joined: Tue Oct 05, 2021 9:02 pm
Location: Vancouver

Re: Possible rusDASH Instrument cluster

Post by nmstec »

I have used Beagle Bone Blacks, jetson TX2 & such for that with my own custom board
"Dave B. 5:03 PM
Mark is an ass but by far the most potent combination of knowledgeable ass, smart ass, get it done ass and determined ass. and his ass consistently puts in time."

-Dave B, Hero, Tuner, and probably has a car.
User avatar
Dron_Gus
contributor
contributor
Posts: 450
Joined: Wed Nov 13, 2013 1:11 pm
Location: S-Pb
Github Username: dron0gus

Re: Possible rusDASH Instrument cluster

Post by Dron_Gus »

nyl wrote:
Tue Nov 23, 2021 8:34 pm
One using one hi resolution display with full graphics
Image
This one looks like Rightware Kanzi.
We did fast-boot demo with Kanzi on Renesas R-Car with Linux few years ago: https://www.cogentembedded.com/linux-android-fast-boot/ .
Most expensive part is display that should be visible under direct light. Also it has non-standart dimensions. Few yeas ago it was hard to get few of such displays.
Most challenging SW thing is fast boot. :)
Post Reply