Search found 19 matches
- Thu Sep 15, 2016 6:08 pm
- Forum: Sensors
- Topic: ECU data from pre-canbus Subaru
- Replies: 3
- Views: 9002
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 ...
- Tue Oct 13, 2015 6:40 am
- Forum: Sensors
- Topic: ECU data from pre-canbus Subaru
- Replies: 3
- Views: 9002
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...
- 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: 16272
- 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: 16272
- 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: 16272
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...
- 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: 16272
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...
- 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: 16272
- 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: 16272
- Wed Aug 26, 2015 8:48 pm
- Forum: Hardware and Installation
- Topic: Support for OMEX ECUs / RS232 to CAN
- Replies: 2
- Views: 3767
- 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: 4600
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...
- Mon Aug 17, 2015 4:13 am
- Forum: Lua Scripting
- Topic: LUA / Can Bus help
- Replies: 4
- Views: 6051
- Thu Aug 06, 2015 5:48 pm
- Forum: Lua Scripting
- Topic: LUA / Can Bus help
- Replies: 4
- Views: 6051
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={RPM[1],RPM[2]} for i=1,2 do cv=cv+byts[i]*256^(i-1) end cv=((cv / 4...
- Wed Aug 05, 2015 2:39 pm
- Forum: Lua Scripting
- Topic: LUA / Can Bus help
- Replies: 4
- Views: 6051
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 ...
- Sun Aug 02, 2015 5:13 pm
- Forum: Lua Scripting
- Topic: LUA / Can Bus help
- Replies: 4
- Views: 6051
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...
- Thu May 15, 2014 10:47 pm
- Forum: RaceCapture/Pro introductions
- Topic: My RCP now with 100% more GoPro!
- Replies: 7
- Views: 11558