Digital Dash Project based on STM32 MCU and TOUCHGFX

Hardware inside and outside of the ECU
Post Reply
opelpanfan
Posts: 21
Joined: Thu Oct 07, 2021 1:38 pm
Github Username: opelpanfan
Slack: Ben

Digital Dash Project based on STM32 MCU and TOUCHGFX

Post by opelpanfan »

Hi everyone

After some discussions with rusefi team, I'm making this post about my digital dashboard project.

From the beginning:

Aftermarket Digital Dashboards are very expensive and in general limited to high-end manufacturers. In the past, I used AIM MXS STRADA 5-inch dash and ECU master ADU 5-inch units. Found them pretty good but very expensive for the hardware used inside. About 2 years ago started tinkling about with STM32F469NI 4.3inch Evaluation board with Touch GFX interface and found it pretty powerful and easy to use.
images.jpg
images.jpg (13.96 KiB) Viewed 1254 times
After finding that the evaluation board has only CAN 2 available and did not really like to transmit CAN frames started designing my own PCB.
After many unsuccessful trials found a couple of displays on Aliexpress that worked with my PCB design.

The current project status is that I have 3 working prototypes with different screen sizes.

PART 1

1. This 6.86inch with a 480x1280 high-resolution IPS screen and Parallel RGB interface
image.png
image.png (187.25 KiB) Viewed 1254 times

You can get one here for about 50$:

https://www.aliexpress.com/item/1005004740847099.html?spm=a2g0o.cart.0.0.2a2438dapnRlM9&mp=1
Spec sheets:
SRG0686A.pdf
(1.92 MiB) Downloaded 23 times
Screen dimensions:
S1af3b5e822c3414c8dfa9511a9d78017A.jpg
S1af3b5e822c3414c8dfa9511a9d78017A.jpg (147.11 KiB) Viewed 1254 times

Controller PCB:
20230228_181624.jpg
20230228_181624.jpg (2.29 MiB) Viewed 1254 times
Spec:
STM32f429II
SDRAM W9825G6KH-6I
2 CANBUS
GPS ATGM336H-5N31
ESP32-S3
SDCARD
4 user buttons
W2812 RGB LED connector

PCB plugs into the screen through ribbon cable 40p 24bit RGB interface + I2C Touch interface
20230228_181654.jpg
20230228_181654.jpg (2.24 MiB) Viewed 1254 times
Loaded FW on screen
20230228_181852.jpg
20230228_181852.jpg (2.4 MiB) Viewed 1254 times
PCD Schematic:
SCH_6.86 DASH SCH_2023-02-28.pdf
(1.46 MiB) Downloaded 33 times
GitHub repo for Firmware and Hardware:

https://github.com/opelpanfan/car-dash-wide
Last edited by opelpanfan on Tue Feb 28, 2023 8:37 pm, edited 2 times in total.
User avatar
AndreyB
Site Admin
Posts: 13681
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Digital Dash Project based on STM32 MCU and TOUCHGFX

Post by AndreyB »

opelpanfan wrote:
Tue Feb 28, 2023 7:57 pm
I'll upload it to GitHub in next couple of days and post details about other two screen sizes and responding PCB's
I am very very interested to touch this stuff! Maybe I can help with fabrication and case :)
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
MoeAlpha
Posts: 12
Joined: Thu May 12, 2022 8:01 pm

Re: Digital Dash Project based on STM32 MCU and TOUCHGFX

Post by MoeAlpha »

Amazing ! Would make a 3D printed case for this !!!
User avatar
AndreyB
Site Admin
Posts: 13681
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Digital Dash Project based on STM32 MCU and TOUCHGFX

Post by AndreyB »

opelpanfan wrote:
Tue Feb 28, 2023 7:57 pm
STM32f429II
Well, here's a funny reality - LQFP-208 is way more accessible and WAY CHEAPER at the moment?! Would be funny if we would have to come up with a combined 176 AND 208 footprint to have options
image.png
image.png (43.58 KiB) Viewed 1188 times
image.png
image.png (18.26 KiB) Viewed 1188 times
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
AndreyB
Site Admin
Posts: 13681
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Digital Dash Project based on STM32 MCU and TOUCHGFX

Post by AndreyB »

Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
AndreyB
Site Admin
Posts: 13681
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Digital Dash Project based on STM32 MCU and TOUCHGFX

Post by AndreyB »

Now leveraging interactive pinout!

https://opelpanfan.github.io/car-dash-wide/pinout/
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
AndreyB
Site Admin
Posts: 13681
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Digital Dash Project based on STM32 MCU and TOUCHGFX

Post by AndreyB »

Trying to help...
WhatsApp Image 2023-03-09 at 17.53.09.jpg
WhatsApp Image 2023-03-09 at 17.53.09.jpg (39.52 KiB) Viewed 916 times
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Post Reply