Page 12 of 14

Re: rasberry pi integration

Posted: Wed May 04, 2016 6:22 am
by remsperso
Thanks Phil!
FYI, I use TS v2.6.19 on the Pi2, so with RXTX library.

Re: rasberry pi integration

Posted: Wed May 04, 2016 12:22 pm
by TheSilverBuick
Okay, I'll try and downgrade tonight.

Re: rasberry pi integration

Posted: Wed May 04, 2016 8:03 pm
by TheSilverBuick
I managed to figure out a work around. I found by deleting my registration information it would load up the default "lite" gauges. So I let it load, cleared my project out so it wouldn't reload it on restart. Re-entered my registration information, and reloaded my project and viola it loaded up. I made sure the communication settings were to the rxtx driver and now it's booting up as it should. The new version rounded my indicators and squeezed my display up, so I've quickly roughed a few of the indicators/gauges back into shape, and made this video.

The Raspberry Pi 2, about 45 second load time, which is down from a minute and twenty seconds (1:20) with the Rpi B+.

https://youtu.be/6sv-PvD5NMw


This project makes me feel so bi-polar.

Re: rasberry pi integration

Posted: Sun May 08, 2016 11:30 am
by TheSilverBuick
Despite my frustrations with Linux, I want to re-iterate my thanks to Phil and his patience and help :D

Successfully drove the car 190 miles on Friday without a hiccup on the Rpi dash. I really like the new needle graphics in TS3, so I think I'm going to be scheduling a full MS3 firmware and TS software update for my Skylark and update the gauge cluster on that car too.

Image

Re: rasberry pi integration

Posted: Sun May 08, 2016 12:49 pm
by racingmini_mtl
Is that a "Red Green" bezel on the screen? (hopefully some will understand the reference...)

Re: rasberry pi integration

Posted: Sun May 08, 2016 1:45 pm
by TheSilverBuick
racingmini_mtl wrote:Is that a "Red Green" bezel on the screen? (hopefully some will understand the reference...)
HA! I get the "duck tape" reference, lol.

It's the temporary install before the screen eventually will be installed behind the dash panel on the right side of the photo where the Pontiac arrow head is.

Re: rasberry pi integration

Posted: Thu May 12, 2016 5:46 pm
by Gokart
hi guys...
what to do to get TS to run on raspi? here was what i did...
with a fresh raspi i had the Noobs and raspbian installed and booted fine.
downloaded tunerstudio (linux version) and installed.
now, why can't the TS run? it just freezes and nothing happened when i
clicked tunerstudio.jar file.
what other hidden steps should i take?
i need guides here. thanks in advance.

Re: rasberry pi integration

Posted: Sat May 14, 2016 1:49 pm
by LT401Vette
1st I would run the beta as then you shouldn't need to mess with library replacements

then start it using the the .sh file, not double clicking the jar.


As for permissions, I'm not sure if you need to add your user to any specific groups on the Pi.

Re: rasberry pi integration

Posted: Sun May 15, 2016 9:02 pm
by tahitianman
Hi everybody,

I try to activate TS on my rpi 2. Unfortunetly it doesn't work.

What I did :
- i have rpi 2 with 7" touchscreen
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install default-jre
- download tunerstudio and extract to home/pi
- TS is registered with my code
- When I double click on TunerStudio.sh and launch my project nothing apear.

Is it possible for a person to do a diy please.
And how to autostart the program.

Thank you

Re: rasberry pi integration

Posted: Sun May 15, 2016 10:42 pm
by tahitianman
Finally it s ok. I reboot my pi with noobs and it works.
(New raspbian , update , install java )

Now I search how to autostart TS on my pi. Thanks.

Re: rasberry pi integration

Posted: Sat Aug 06, 2016 6:38 pm
by sklr
Hi,

I am thinking about putting a pi 3 in my miata with a 7" touchscreen to replace the double din audio system. The idea is to supplement the information of the stock instrument cluster with boost, AFR, temp values etc, while also providing a fully functioning audio player and this will probably not take too much time to do :| . I may just write a script to do serial communication with the pnp pro and feed it to a simple custom gui that has a music player embedded in it. I can always open the full instance of tunerstudio if and when I want to do auto-tune or make changes. A stretch goal will be to tag video (gopro) data with gps and selected ECU outputs during autox.

I was just wondering about the LCD's that you guys use. I am looking at this LCD with a low profile bezel: http://www.neosecsolutions.com//product ... 1de964aed7 . Anyone have experience with this LCD? link for same LCD @ aliexpress: http://www.aliexpress.com/item/7-inch-R ... a426ce107b

Would have been great if the official raspberry pi lcd had better than potato display resolution.

Thanks.

Re: rasberry pi integration

Posted: Sun Sep 18, 2016 9:00 am
by Arny
Hi all (et salut remsperso !),

I'm looking for an easy solution to integrate a 2 DIN touch screen in the dashboard in order to run Tunerstudio and Tune Analyze Live in my miata.
Do you know if the Rasberry Pi 3 can run Tune Analyze Live ?

I have read that Tunerstudio worked on the Raspberry Pi 2 but Tune Analyze Live had some issues..

Thanks for the help.

Re: rasberry pi integration

Posted: Mon Sep 19, 2016 7:30 am
by remsperso
Hi Arni,
What sort of issues with the Pi2 during VE analyze live?

Re: rasberry pi integration

Posted: Mon Sep 19, 2016 12:55 pm
by Arny
I have read that graphics could be an issue with the Pi2.

Remsperso, do you have any problem with the Pi2 during VE analyze live ?

Re: rasberry pi integration

Posted: Mon Sep 19, 2016 1:48 pm
by remsperso
I never tried, but I will test it in the next days!

Re: rasberry pi integration

Posted: Thu Sep 22, 2016 4:29 am
by LSXCutty
Has anyone tried one of those compute sticks? I was wondering if one of those would work with say a Headunit that had a an hdmi input.

Re: rasberry pi integration

Posted: Thu Sep 22, 2016 4:44 am
by remsperso
A compute stick will do the job, of course. You will need a USB hub to connect a touch panel (or any pointer device) and a USB/Serial cable to the MS.
The only difficulty will be the power supply : managing events for power on/off the stick.

Re: rasberry pi integration

Posted: Thu Sep 22, 2016 2:57 pm
by Arny
I just received my Raspberry pi 3 and tried to learn how it works with basic tutorials.
I have installed Tunerstudio. Now, I have to find out how to communicate with the MS with my USB Serial cable..

Re: rasberry pi integration

Posted: Wed Oct 05, 2016 2:31 pm
by Arny
I have installed Tunerstudio on my Raspberry pi 3.
How to make the Raspberry works with the Megaquirt via USB ? (communication settings)
Any differences with a PC on Windows ?
Thanks

Re: rasberry pi integration

Posted: Thu Oct 06, 2016 2:40 am
by remsperso
In the previous page of this topic :
remsperso wrote:Check the +x rights on the rxtx libraries you copied in all TS subdirectories :
chmod +x librxtxSerial(-2.2pre1).so

;-)
LT401Vette wrote:TunerStudio 2.9 doesn't use RXTX, so there is no need to worry about librxtxSerial.so.

In 117 it is probably the bluetooth direct drivers that are hanging it. They were not disabled on Linux. Bluetooth will be disabled on Linux in the next release.
So you may have some tries before success. ;-)
One important difference between Windows and Linux is the access rights with Linux (r:read, w:write, x:run for users and groups).
Feel free to give your feedback!