Unofficial RUSEFI DASH
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Unofficial RUSEFI DASH
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.
Re: Unofficial RUSEFI DASH
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 ?
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
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.
Re: Unofficial RUSEFI DASH
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 ..
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 ..

-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
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+
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
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.
Re: Unofficial RUSEFI DASH
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¬if_id=1625036005734472&ref=notif¬if_t=group_comment_mention

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¬if_id=1625036005734472&ref=notif¬if_t=group_comment_mention
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
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
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
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/
-
- Posts: 39
- Joined: Sun Feb 02, 2020 8:01 pm
Re: Unofficial RUSEFI DASH
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
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
Re: Unofficial RUSEFI DASH
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.
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.
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
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.
Re: Unofficial RUSEFI DASH
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.
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.
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
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.
-
- Posts: 1
- Joined: Mon Jul 12, 2021 11:31 am
Re: Unofficial RUSEFI DASH
Hey, I'm having trouble compiling after trying a few different variations. Is this just me?
-
- Posts: 31
- Joined: Fri Dec 04, 2020 7:40 pm
- Location: Maryland
- Github Username: Arthris
- Slack: Arthris
Re: Unofficial RUSEFI DASH
No, not at all. I have all sorts of probelms. If you follow my github you should be fine