Unofficial RUSEFI DASH

It's all about the code!
Post Reply
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Unofficial RUSEFI DASH

Post by Wonderingwobble »

I say unofficial because I don't think a consensus has been made what that would be. But in the mean time we can fiddle around with something. What I have for yall is something of not my making. But I have absolutely worked to get it to a point that it works. What I have requires a Raspberry Pi 3 B+ Official Raspberry 7" touch screen as a RS485/CAN HAT. And whatever you want to power it up. And then head on over here https://github.com/Arthris/PowerTune-Buildroot This repo is still a work in progress. But its working, I am no way shape or form a software person. But I am trying to make this working with as little commands as possible. If you would like to help me out I am all for it. Also this is based on a dash called PowerTuneDigital. Its a paid ware dash but they have a github repo. Ill explain More in another Post on how to get CAN data across. Its very easy to do.
User avatar
andreika
donator
donator
Posts: 461
Joined: Mon Feb 13, 2017 2:35 pm
Location: Kiev

Re: Unofficial RUSEFI DASH

Post by andreika »

Maybe it's better to fork the Powertune repo and then add the fork as a git submodule inside board/raspberrypi/rootfs_overlay/home/pi ?
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

Powertune Repo doesnt build the firmware or QT. Buildroot builds the firmware crosscompiles QT, and compiles Powertune and outputs a 1GB img file to burn to a SD card.
Rupucs
Posts: 2
Joined: Mon Mar 09, 2020 9:05 pm

Re: Unofficial RUSEFI DASH

Post by Rupucs »

Hi ,

I'm also trying to replicate PowerTune dashbord, for other ECU, but maybe we can share expierience :)

So what have I tried ...
1. Build from buildroot of MarkusIppy github - failed, because it stopped with some strange errors, probably because of Ubuntu 20.
2. Installed QT and after then PowerTune from BastianGschrey github, got it partialy working, but there is some errors with dependencies, I tried it on Rpi4
3. Tried to build from your buldroot. - It take for my Ubuntu Virtualbox two days to compile SD image - It wont work on Rpi4, but I got Rpi3 and it run there, but stoped on shell and now asking password :)
So , will keep looking .. :)
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

RPI4 and Powertune is a no go. Ive gotten it to sorta work. But its to do with the RPI4 GPU. We are stuck for now with the 3B+
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

You probably need to allocate more cores to the VM. I do it all with a VM on a laptop. The first time it takes like 3 or 4 hours is all. Booting to login is normal since QT cant launch on RPI4. This is due to PowerTune requiring EGLFS. And EGLFS isnt supported on RPI4. Sorry that I didnt see your post earlier.
Rupucs
Posts: 2
Joined: Mon Mar 09, 2020 9:05 pm

Re: Unofficial RUSEFI DASH

Post by Rupucs »

Ok, Ordered RPi 3B+ :)
Will poust update later.
Meanwhile started to research and some experiments on stm32f746g-discovery board.

Taking as example this: https://github.com/robinpipirs/stm32f746-canbus-display

Some info on FB also: https://www.facebook.com/groups/ECUMaster/posts/2554118838187455/?comment_id=2888924848040184&reply_comment_id=2889936811272321&notif_id=1625036005734472&ref=notif&notif_t=group_comment_mention
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

I saw that same project I have a hard enough time with just Linux. Let alone fully embedded lol. Theres a project ill see if i can find that might interest you going that rout. Think the guy used a Teensy
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

ESP32 Based. Also I have a working .img file for the Dash that works. Just needs you to have a 64GB memory card is all. But heres the very first one I was looking at attempting https://www.instructables.com/MegaSquirt-Digital-Dashboard-Display/
dexter_lab
Posts: 39
Joined: Sun Feb 02, 2020 8:01 pm

Re: Unofficial RUSEFI DASH

Post by dexter_lab »

Nice project. For me all such dash project must start with the display. There are conditions to be met:
car or motorcycle. display must be visible under direct sunlight and dimmed during night.... and vibration resistant
while typing I wonder if some sort of electronic paper could serve the needs above
puff
contributor
contributor
Posts: 2955
Joined: Mon Nov 11, 2013 11:28 am
Location: Moskau

Re: Unofficial RUSEFI DASH

Post by puff »

hey!

just made another attempt and googled for a generic android softdash and found this project
http://realdash.net

There you'll find a link to
https://play.google.com/store/apps/details?id=com.napko.RealDash

But what's most interesting is:

New:
* rusEFI is now supported (Currently untested).
* Added support for WeBee B-0004 BLE module.
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

Realdash I thought of. But the Android Limitation is what I found. Getting it to run decently fast on a Raspberry PI is a no go. The Raspberry Pi Official 7" Is fairly bright and is dimable. I have one installed in a friends Evo IX Drag car. Heres the link to my backup .img Again you need at least 64GB SD card and it takes a while for the Raspberry Imager to write this.
Keith
Posts: 26
Joined: Thu May 27, 2021 1:13 am
Github Username: Keith-N
Slack: Keith

Re: Unofficial RUSEFI DASH

Post by Keith »

Is that image using powertune? I imagine it's probably better than running Tunerstudio in Raspbian like I am doing right now. I had a pi so I just threw something together so I could atleast monitor AFR without my laptop.

I tried realdash and it wouldn't connect. I could see the ECU and it even prompted me to pick the app when plugging in. I'll probably play with it a bit more to see if I can get any data.
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

Yes, Its Powertune. On Raspbian Jessie I think it was. Almost fully working .img but not quite. There isnt a intallation of QT on it. I think. IDK i dont recall the specifics lol.
marcusfitch777
Posts: 1
Joined: Mon Jul 12, 2021 11:31 am

Re: Unofficial RUSEFI DASH

Post by marcusfitch777 »

Hey, I'm having trouble compiling after trying a few different variations. Is this just me?
Wonderingwobble
Posts: 31
Joined: Fri Dec 04, 2020 7:40 pm
Location: Maryland
Github Username: Arthris
Slack: Arthris

Re: Unofficial RUSEFI DASH

Post by Wonderingwobble »

No, not at all. I have all sorts of probelms. If you follow my github you should be fine
Post Reply