Power FC Forum Apex Power FC Support and Questions.

Power FC New Power FC Software RasPexi Viewer

Thread Tools
 
Search this Thread
 
Old 12-11-15, 09:42 AM
  #226  
Full Member

 
msilvia's Avatar
 
Join Date: Sep 2006
Location: DC Metro
Posts: 237
Received 6 Likes on 4 Posts
How are you folks powering your Pis in a permanent install? Is there such a thing as a micro USB cord that can be hard wired into a 12v power source in the car?

Originally Posted by namasan
THANK YOU for this awesome project!!!! I finally got it all working for the first time.

Still need to decide on a more permanent display. Also just ordered an accelerometer, and GPS hat w/ RPC from Adafruit.

This really makes me want to get this running on iOS. I like the idea of just having some aux data available on an iPhone rather than having to hardmount a screen somewhere. That way one could declutter the dash when you don't need to, e.g., watch temps carefully. My main interest in this thread is actually just getting rid of the rattley, gameboy-looking PFC Commander so I don't have to see it on my dash anymore.

So obviously this is slow on VNC. One alternative would be to just do a native iOS app that looks for UDP packets or something like that over bluetooth, but then you have to write a whole app, handle the data, display the gauges from scratch in a non-ugly way, etc. I wonder instead how difficult it would be to spoof a wifi or bluetooth OBD II dongle and then connect to the raspexi via any one of a million iOS OBD scanners. So the app could just get the PFC/aux data in the form of spoofed OBD PIDs instead. DashCommand, for instance, would allow you to easily make a custom dash, log data, etc. Would be great to take advantage of some of these really robust apps already out there rather than reinventing the gauge wheel.
Old 12-11-15, 11:21 AM
  #227  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by msilvia
How are you folks powering your Pis in a permanent install? Is there such a thing as a micro USB cord that can be hard wired into a 12v power source in the car?This really makes me want to get this running on iOS. I like the idea of just having some aux data available on an iPhone rather than having to hardmount a screen somewhere. That way one could declutter the dash when you don't need to, e.g., watch temps carefully. My main interest in this thread is actually just getting rid of the rattley, gameboy-looking PFC Commander so I don't have to see it on my dash anymore.

So obviously this is slow on VNC. One alternative would be to just do a native iOS app that looks for UDP packets or something like that over bluetooth, but then you have to write a whole app, handle the data, display the gauges from scratch in a non-ugly way, etc. I wonder instead how difficult it would be to spoof a wifi or bluetooth OBD II dongle and then connect to the raspexi via any one of a million iOS OBD scanners. So the app could just get the PFC/aux data in the form of spoofed OBD PIDs instead. DashCommand, for instance, would allow you to easily make a custom dash, log data, etc. Would be great to take advantage of some of these really robust apps already out there rather than reinventing the gauge wheel.
So to answer your power supply question . I ordered myself a car power supply from here :
http://mausberry-circuits.myshopify....upply-switches
It has Gipo outputs and a can "sense" when the ignition is switched off . It will then keep the power on and trigger the pi to shut down , after that it will cut power . I ordered mine last week and wait for it to arrive , will keep you posted once it's here . With regards to the IOS app , this would require to write a complete app and cost a lot of money to commission . You could try to find a open source obd emulator and convert the Apexi data so you can use it in one of the many OBD apps , but that's a whole other project .
Old 12-11-15, 11:26 AM
  #228  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
On a more exciting note , I am busy commissioning another feature . GoPro start stop recording triggered by Raspexi . This would allow Raspexi to set a marker in the log file when you start and stop recording . Therefore you can take the log file and the video and overlap the data in racerenderer. It's fairly easy to implement as the GoPro can be triggered by via simple http commands . Hope to have this feature in by January and post a nice track day video by end of Jan .
Old 12-11-15, 01:46 PM
  #229  
Full Member

 
msilvia's Avatar
 
Join Date: Sep 2006
Location: DC Metro
Posts: 237
Received 6 Likes on 4 Posts
That's a great feature idea. I've got a gopro I'm hoping to play around with a bit too.

I think I'll try VNC as a stopgap while I configure the rest of the setup and decide whether I really want to do iOS vs an in-dash HDMI screen. Slow response time would be OK for me because I mainly want to check slow data like temps: IAT, coolant, etc.
Old 12-19-15, 08:10 AM
  #230  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Just got the first compiled version from my developer for testing . Could unfortunately not test in the car as its at the body shop for a paint job . GoPro 3 and 3+ are now supported Implementation was 70$ if you whish to donate
Old 12-21-15, 01:00 AM
  #231  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Source code with Hero 2,3,3+ support is uploaded to github . Enjoy testing . https://github.com/MarkusIppy/raspexi-viewer-linux
Hero 4 is not supported yet as it uses different commands than the previous hero cameras
Old 12-23-15, 02:18 AM
  #232  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
I made a new image yesterday based on the latest official Raspbian Jessie image and the latest current source code . It boots directly into Raspexi in about 23 seconds . This image works on Raspberry pi 2 but should also work ona pi 1 model b ( please let me know if you have a pi 1 and confirm it working ) . It also has Megatunix pre- installed to create your own gauges . Just boot the image , quit Raspexi by pressing "q" . Type "Startx" to launch the desktop . To setup your GoPro wifi , just click on the wifi logo on the right top on the desktop and enter your wifi password and it will automatically connect on the next boot .
After that just configure the raspexi.cfg accordingly in the folder
/home/pi/raspexi /

To install this image :
Unzip the image
Have a at least 4GB SD card
In windows , download win32 disk manager
select the unzipped image
selec your SD card drive letter
click write to disk
After successful writing , insert into your raspberry pi and plug in the power cord

Please give me feedback on how this works for you

https://drive.google.com/file/d/0BwI...ew?usp=sharing

A early merry Christmas . Ho Ho Ho
Old 01-14-16, 02:35 AM
  #233  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by msilvia
How are you folks powering your Pis in a permanent install? Is there such a thing as a micro USB cord that can be hard wired into a 12v power source in the car?



This really makes me want to get this running on iOS. I like the idea of just having some aux data available on an iPhone rather than having to hardmount a screen somewhere. That way one could declutter the dash when you don't need to, e.g., watch temps carefully. My main interest in this thread is actually just getting rid of the rattley, gameboy-looking PFC Commander so I don't have to see it on my dash anymore.

So obviously this is slow on VNC. One alternative would be to just do a native iOS app that looks for UDP packets or something like that over bluetooth, but then you have to write a whole app, handle the data, display the gauges from scratch in a non-ugly way, etc. I wonder instead how difficult it would be to spoof a wifi or bluetooth OBD II dongle and then connect to the raspexi via any one of a million iOS OBD scanners. So the app could just get the PFC/aux data in the form of spoofed OBD PIDs instead. DashCommand, for instance, would allow you to easily make a custom dash, log data, etc. Would be great to take advantage of some of these really robust apps already out there rather than reinventing the gauge wheel.
I had a idea to make Raspexi display the values from the Power FC on virtually any Device and any OBDII app .
I stumbled upon this open source software :
OBDSim

As far as i can see it allows you to write a plugin for OBSIM that effectively coverts the data to a OBDII readable format and in turn can be readout with one of the many OBD Apps on a mobile device .

Anyone willing to write a plugin for OBDSIM ?
Old 01-16-16, 03:12 PM
  #234  
My girl

iTrader: (3)
 
Houstonderk's Avatar
 
Join Date: Apr 2004
Location: Andrews AFB, MD
Posts: 2,173
Likes: 0
Received 2 Likes on 2 Posts
Scanning through, but seems this isn't as easy as haltech?

http://www.haltech.com/new-product-g...o-vga-adapter/
Old 01-16-16, 03:13 PM
  #235  
My girl

iTrader: (3)
 
Houstonderk's Avatar
 
Join Date: Apr 2004
Location: Andrews AFB, MD
Posts: 2,173
Likes: 0
Received 2 Likes on 2 Posts
.
Old 01-17-16, 10:05 AM
  #236  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by Houstonderk
Scanning through, but seems this isn't as easy as haltech?

http://www.haltech.com/new-product-g...o-vga-adapter/
Unfortunately not . The power FC was never meant to have a animated display .
Old 01-23-16, 06:25 AM
  #237  
Full Member

 
High_Carb_Diet's Avatar
 
Join Date: Oct 2011
Location: Wilmington, NC
Posts: 220
Likes: 0
Received 0 Likes on 0 Posts
I tried to use the image but it gave me problems. I have the program running great.

How did you turn off the screen saver?

How did you get it to start at boot?

Thanks
Old 01-25-16, 02:32 AM
  #238  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by High_Carb_Diet
I tried to use the image but it gave me problems. I have the program running great.

How did you turn off the screen saver?

How did you get it to start at boot?

Thanks
Hi

I just followed this tutorial

http://blogs.wcode.org/2013/09/howto...browser-kiosk/

It uses matchbox window manager and starts your program at boot . Just changed chromium path with Raspexi path . May I ask what in my image did not work for you ? We tested it on pi 1 and 2
Old 01-25-16, 07:18 AM
  #239  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
http://typematic.blog.shinobi.jp/%E8...89%88%EF%BC%9F

This seems like a very interesting interface for the power FC , unfortunately Google translate sucks . Seems it is a Bluetooth interface for the power FC
Old 01-25-16, 04:30 PM
  #240  
Full Member

 
High_Carb_Diet's Avatar
 
Join Date: Oct 2011
Location: Wilmington, NC
Posts: 220
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by Markus1981
Hi

I just followed this tutorial

HOWTO: Boot your Raspberry Pi into a fullscreen browser kiosk | Wired Watershed

It uses matchbox window manager and starts your program at boot . Just changed chromium path with Raspexi path . May I ask what in my image did not work for you ? We tested it on pi 1 and 2
Thanks

I think the problem is my sd cards or reader. The card that came with my pi 2 already had the os installed. When i wrote the image on my other cards it booted and worked once then gave me mm0 errors when booting after that rewriting the image did not help.
Old 02-07-16, 06:33 PM
  #241  
Can Post Only in New Member Section
 
green_nuggz's Avatar
 
Join Date: Feb 2016
Location: Caribbean
Posts: 2
Likes: 0
Received 0 Likes on 0 Posts
Hi Markus-

First off, great project! Your latest image is running very nicely in my WRX setup. I've changed a couple of the dashes to suit my needs and I get a lot of comments on how smooth the gauges look.

Is there a way to set up a gauge to show peak values? I have the FC dashboard set up, which serves as a very clean replacement for the FC commander, but I like being able to see what my max knock or MAF voltage was after a run.

I'll put up a video of my setup in action in a few days.
Old 02-08-16, 03:31 AM
  #242  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by green_nuggz
Hi Markus-

First off, great project! Your latest image is running very nicely in my WRX setup. I've changed a couple of the dashes to suit my needs and I get a lot of comments on how smooth the gauges look.

Is there a way to set up a gauge to show peak values? I have the FC dashboard set up, which serves as a very clean replacement for the FC commander, but I like being able to see what my max knock or MAF voltage was after a run.

I'll put up a video of my setup in action in a few days.
Thanks a lot for your feedback . May I ask which model year and engine your WRX is ( like to add it to the list of tried and tested cars ) . I would also like to repost your video on the Raspexi Viewer Facebook page with your permission . Excited to see your video
Old 02-08-16, 03:55 AM
  #243  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Sorry yes you can set peak values in gauges ( but only if you use analog gauges that have a needle ). If you right click on the screen you can select tattle tale ( this will show the peak values ) . Unfortunately this won't work on gauges without needles
Old 02-08-16, 04:27 PM
  #244  
Can Post Only in New Member Section
 
green_nuggz's Avatar
 
Join Date: Feb 2016
Location: Caribbean
Posts: 2
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by Markus1981
Thanks a lot for your feedback . May I ask which model year and engine your WRX is ( like to add it to the list of tried and tested cars ) . I would also like to repost your video on the Raspexi Viewer Facebook page with your permission . Excited to see your video
My car is a 1999 JDM Subaru Impreza WRX GF8 EJ205G - Power FC model EJ207. Of course you may post my video, once I actually go film it that is... I have a friendly drag race tonight so I'll try to get footage of the gauges in prime form!

Originally Posted by Markus1981
Sorry yes you can set peak values in gauges ( but only if you use analog gauges that have a needle ). If you right click on the screen you can select tattle tale ( this will show the peak values ) . Unfortunately this won't work on gauges without needles
I will give this a try and see if I can make an analog knock gauge.

What is needed to be done to implement Hero4 support? I am willing to either help or contribute to getting that working.
Old 02-09-16, 04:09 AM
  #245  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by green_nuggz
My car is a 1999 JDM Subaru Impreza WRX GF8 EJ205G - Power FC model EJ207. Of course you may post my video, once I actually go film it that is... I have a friendly drag race tonight so I'll try to get footage of the gauges in prime form!



I will give this a try and see if I can make an analog knock gauge.

What is needed to be done to implement Hero4 support? I am willing to either help or contribute to getting that working.
Hi Hero 4 support should be pretty simple to implement . In essence its sending a request via HTTP , GoPro 2and 3 have different commands than Hero 4 . I don't have a Hero 4 , so please do the following for me . Switch on the GoPro Connect your windows PC or Laptop to the GoPro Wifi ( just connect to the GoPRo Wlan like you would to your home Wlan ) .
Then open a browser window and type the following text

http://10.5.5.9/gp/gpControl/command/shutter?p=1

This should start the GoPro recording

http://10.5.5.9/gp/gpControl/command/shutter?p=0

This should stop the recording

Please let me know if these commands work , if they do we can implement GoPro Hero4 with not too much efforts
Old 04-29-16, 01:11 PM
  #246  
Spin 2 Win

iTrader: (3)
 
Lavitzlegend's Avatar
 
Join Date: Jul 2013
Location: Iowa
Posts: 318
Received 8 Likes on 8 Posts
Any updates on this project? Just purchased my Raspberry Pi and looking at screens for it. Excited to try in my S4 n/a bridgeport running PFC.
Old 04-30-16, 03:56 AM
  #247  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by Lavitzlegend
Any updates on this project? Just purchased my Raspberry Pi and looking at screens for it. Excited to try in my S4 n/a bridgeport running PFC.
Hi , there has been no new additions in terms of features . The software runs smooth with no known bugs . The software was released as open source so that others could add features And improvements . Unfortunately only Sonic Rat and Jacob D. Have done contributions so far . So if any of you have programming skills and want to add features send me a pm.
Old 05-02-16, 10:35 AM
  #248  
Spin 2 Win

iTrader: (3)
 
Lavitzlegend's Avatar
 
Join Date: Jul 2013
Location: Iowa
Posts: 318
Received 8 Likes on 8 Posts
Haven't tested yet so no feedback or suggestions so far. Hopefully will be loading it up this coming weekend with my shiny new RP 3 and 10" LCD. Have you tried running the RP 3 to see if the newer processor has any effect on boot time or responsiveness of the gauges?
Old 05-02-16, 11:45 PM
  #249  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
Originally Posted by Lavitzlegend
Haven't tested yet so no feedback or suggestions so far. Hopefully will be loading it up this coming weekend with my shiny new RP 3 and 10" LCD. Have you tried running the RP 3 to see if the newer processor has any effect on boot time or responsiveness of the gauges?
I have tested on pi2 and 3 boot time is not much faster on pi3. Jacob made a good image which boots into Raspexi in approx 10 seconds .its set to Nissan by default so you need to modify the cfg to Mazda
https://www.dropbox.com/s/n3f8o10478...e_Pi3.img?dl=1
Old 05-03-16, 12:14 AM
  #250  
Senior Member

Thread Starter
 
Markus1981's Avatar
 
Join Date: Aug 2013
Location: Wolnzach Germany
Posts: 613
Received 44 Likes on 34 Posts
A big thank you to High_carb_diet for his generous donation to Raspexi .


Quick Reply: Power FC New Power FC Software RasPexi Viewer



All times are GMT -5. The time now is 04:04 AM.