Search found 19 matches

by finse
Thu Sep 15, 2016 6:08 pm
Forum: Sensors
Topic: ECU data from pre-canbus Subaru
Replies: 3
Views: 8307

Any update on getting the Subaru SSM data into Racecapture?. Hello fellow Legacy driver! Subaru SSM support was something I built and contributed to the community, it's not actually supported by the good people at ASL, but I am happy to try an help if you have questions. That said, I've been using ...
by finse
Tue Oct 13, 2015 6:40 am
Forum: Sensors
Topic: ECU data from pre-canbus Subaru
Replies: 3
Views: 8307

ECU data from pre-canbus Subaru

Over the last couple of years I have slowly been adding on to my RaceCapture setup. Previously, to capture ECU data I was utilizing the logging feature on my Cobb Accessport. However, I was unsatified with the process to get my setup logging for track time. Not to mention lining up the RCP and AP da...
by finse
Mon Sep 21, 2015 9:58 pm
Forum: RaceCapture/Pro General Q&A
Topic: Logged to SDcard 1session this morning and never again...
Replies: 16
Views: 13818

brentp wrote:Hi Finse,

Thanks for the update. Would you have the old version of your script so we can re-create? I'm wondering if there was still a way to have the system handle this case more gracefully.
Hi Brent,

I sent my configs to you via email.

Cheers,
Ryan
by finse
Sat Sep 19, 2015 7:52 pm
Forum: RaceCapture/Pro General Q&A
Topic: Logged to SDcard 1session this morning and never again...
Replies: 16
Views: 13818

woot! figured out my issue as well. In my lua script, I had this line: tpsId = addChannel("Throttle", 100) And it just does not jive with the documented API. addChannel( name, sampleRate, [precision], [min], [max], [units] ) So, fixing the mangled addChannel fixed my logging issue. Thanks ...
by finse
Thu Sep 17, 2015 3:39 pm
Forum: RaceCapture/Pro General Q&A
Topic: Logged to SDcard 1session this morning and never again...
Replies: 16
Views: 13818

Ryan, are you on the latest 2.8.4?! Yep, 2.8.4 All, we also encourage you to try 2.8.2 and 2.8.3 firmware as well, for a comparison, since SD writing changed across those versions, in an attempt to make the system more robust overall. ! Roger that. I'll repeat the same steps with the older firmware...
by finse
Thu Sep 17, 2015 3:32 pm
Forum: RaceCapture/Pro General Q&A
Topic: Logged to SDcard 1session this morning and never again...
Replies: 16
Views: 13818

Looks like it's waiting to initialize the SD card. Do you have any other cards to test of different sizes, just for comparison? Were you testing with debug logging enabled? (Would have to check if there's more info available on debug) Brent, I have 4gb card coming from Amazon tomorrow. I'll test ag...
by finse
Thu Sep 17, 2015 3:49 am
Forum: RaceCapture/Pro General Q&A
Topic: Logged to SDcard 1session this morning and never again...
Replies: 16
Views: 13818

Hey Brent, Did some testing tonight; here are the results. cards: 32GB Samsung Evo MicroSD Class 10 x 2 32GB Lexar Class 10 All three cards were "quick" formatted using windows 7 prior to testing. Methods for starting stopping logging * physical button * triggered via lua/gpio or via lua c...
by finse
Wed Sep 16, 2015 12:56 am
Forum: RaceCapture/Pro General Q&A
Topic: Logged to SDcard 1session this morning and never again...
Replies: 16
Views: 13818

I've started running into this as well. Did you ever solve the issue?
by finse
Wed Aug 26, 2015 8:48 pm
Forum: Hardware and Installation
Topic: Support for OMEX ECUs / RS232 to CAN
Replies: 2
Views: 3368

I am working on something similar for my Subaru. I am successfully pulling data from my ecu with an arduino and sending the data via CAN to the RCP.

It can be done! :)
by finse
Tue Aug 18, 2015 2:46 am
Forum: RaceCapture App Operation and General Q&A
Topic: Dashboard feature questions (bluetooth latency, direct USB?)
Replies: 3
Views: 4080

Re: Dashboard feature questions (bluetooth latency, direct U

I've been testing out a dash mount setup with a 2013 Nexus 7 tablet. With Android 5.1.1 installed I found the screen to be super laggy (video recorded in 60FPS) https://youtu.be/M306cFUpsOY I suspected the Nexus performance to be the problem so I rooted it and installed a Slim ROM. That helped some...
by finse
Mon Aug 17, 2015 4:13 am
Forum: Lua Scripting
Topic: LUA / Can Bus help
Replies: 4
Views: 5491

brentp wrote:Thank you for sharing your script! Which ECU is this for? Does the script currently work?
This is actually for my Subaru Select Monitor integration module. The script does work, but the mappings are all made up.
by finse
Thu Aug 06, 2015 5:48 pm
Forum: Lua Scripting
Topic: LUA / Can Bus help
Replies: 4
Views: 5491

Re: LUA / Can Bus help

* The RPM value can be calculated in C/Arduino like this: (RPM1 | RPM2 << 8 )/4.0 Ryan this is how I pulled it off in LUA local byts=&#123;RPM&#91;1&#93;,RPM&#91;2&#93;&#125; for i=1,2 do cv=cv+byts&#91;i&#93;*256^&#40;i-1&#41; end cv=&#40;&#40;cv / 4...
by finse
Wed Aug 05, 2015 2:39 pm
Forum: Lua Scripting
Topic: LUA / Can Bus help
Replies: 4
Views: 5491

Re: LUA / Can Bus help

Replying to myself, in case it helps anyone. Basing my script on the E46 supported LUA script, I have been able to successfully send data into the RCP and read it on the gauges screen :) I found that packing all of the data into one can message is problematic, however, things do seem to work fairly ...
by finse
Sun Aug 02, 2015 5:13 pm
Forum: Lua Scripting
Topic: LUA / Can Bus help
Replies: 4
Views: 5491

LUA / Can Bus help

Hi everyone! Over the last couple of months, I've been working on an interface to obtain data from my ECU to send via CAN to the Race Capture Pro. Here are the parameters I am currently obtaining: * RPM * Vehicle Speed * Coolant Temp * Throttle Position * Clutch Switch * Brake Switch * Calculated Ge...
by finse
Thu May 15, 2014 10:47 pm
Forum: RaceCapture/Pro introductions
Topic: My RCP now with 100% more GoPro!
Replies: 7
Views: 10290

An excellent point. Perhaps rather then using a piezo, I'll use my horn. That should be audible from all places in/around the vehicle.