Search found 138 matches

by boggie1688
Thu Aug 23, 2018 6:01 pm
Forum: CAN mapping discussion
Topic: 987.1 Can Bus Mapping
Replies: 88
Views: 239482

Under the driver's seat. Not ideal but it works. The foam is pretty thick between the floor pan and the carpet. I just punched two holes and used a long bolt. The foam compresses but it is tight enough to not move.
by boggie1688
Thu Aug 16, 2018 3:49 am
Forum: CAN mapping discussion
Topic: 987.1 Can Bus Mapping
Replies: 88
Views: 239482

You make a YouTube video on it? Think I watched that one! 😀 Keep me looped in. I'm curious to see what you find
by boggie1688
Thu Aug 16, 2018 12:28 am
Forum: CAN mapping discussion
Topic: 987.1 Can Bus Mapping
Replies: 88
Views: 239482

Sorry yes oil temp is there. It has been ages since I worked on this. I think Brent made my configuration available. You should be able to just load it an go. Otherwise download the zip and use the config there. For the pressure I just added a sender to the motor. I found one on Amazon and just wire...
by boggie1688
Wed Aug 15, 2018 6:58 pm
Forum: CAN mapping discussion
Topic: 987.1 Can Bus Mapping
Replies: 88
Views: 239482

My guess would be 06-08 Caymans or Boxsters.

I know the 09+ have a different engine so I don't think it crosses over. Which seems to be the case based on this: viewtopic.php?t=5616

Anything pre 987 aka the 986 I don't think has can bus.
by boggie1688
Wed Aug 15, 2018 5:33 pm
Forum: CAN mapping discussion
Topic: 987.1 Can Bus Mapping
Replies: 88
Views: 239482

Here is the config n photo. I zipped it because the forum won't let me post a .rcp file.
by boggie1688
Wed Aug 15, 2018 4:41 am
Forum: CAN mapping discussion
Topic: 987.1 Can Bus Mapping
Replies: 88
Views: 239482

Hi, If we can get a RaceCapture configuration that has good and known settings, we would be happy to load it as a preset along with the other presets we have. Just reply here when you have something working! I'll pull my config and upload it tomorrow. Boggie are you still working on this? Somehow I...
by boggie1688
Fri Aug 03, 2018 5:34 pm
Forum: CAN mapping discussion
Topic: Subaru SSM3 via Can
Replies: 14
Views: 38948

The big reveal! https://youtu.be/gqfbOfd2MUM 2015 WRX Accessport Installed (not sure if these requests work on a stock rom ECU) The SSM3 was mapped by using the AP to poll the ECU's diagnostic channel. ECU response comes on CAN ID 2024 or 0x7E8. AP/RC requests must be done sent on CAN ID 2016 or 0x...
by boggie1688
Tue Jul 31, 2018 4:27 am
Forum: CAN mapping discussion
Topic: Subaru SSM3 via Can
Replies: 14
Views: 38948

#include <mcp_can.h> #include <SPI.h> long unsigned int rxId; unsigned char len = 0; unsigned char rxBuf&#91;8&#93;; int it = 3; int mv = 4; int cl = 5; int afr1 = 6; int afr2 = 7; int afc = 1; int afl = 2; MCP_CAN CAN0&#40;9&#41;; // Set CS to pin 10 void setup&#40;&#41; &a...
by boggie1688
Tue Jul 31, 2018 1:42 am
Forum: CAN mapping discussion
Topic: Subaru SSM3 via Can
Replies: 14
Views: 38948

I think my issue here is making multiple single calls for each parameter. I'm forced to figure out this ISO TP stuff. Except, I'm going to do it in the same mimic way I did above. Now that I've decoded so many of the different individual requests, the byproduct is I can figure out what the multi fra...
by boggie1688
Tue Jul 31, 2018 12:07 am
Forum: CAN mapping discussion
Topic: Subaru SSM3 via Can
Replies: 14
Views: 38948

#include <mcp_can.h> #include <SPI.h> long unsigned int rxId; unsigned char len = 0; unsigned char rxBuf&#91;8&#93;; MCP_CAN CAN0&#40;9&#41;; // Set CS to pin 10 void setup&#40;&#41; &#123; Serial.begin&#40;1000000&#41;; if&#40;CAN0.begin&#40;MCP_STD, CAN...
by boggie1688
Mon Jul 30, 2018 7:50 pm
Forum: CAN mapping discussion
Topic: Subaru SSM3 via Can
Replies: 14
Views: 38948

Made some progress on this, and I hit a wall and need some help. Here is my arduino script: // MCP2515 Mask and Filter example for standard CAN message frames. // Written by Cory J. Fowler &#40;20140717&#41; /***********************************************************************************...
by boggie1688
Mon Jul 23, 2018 3:38 pm
Forum: CAN mapping discussion
Topic: Subaru SSM3 via Can
Replies: 14
Views: 38948

Rom Raider's latest definitions are here: http://www.romraider.com/forum/viewtopic.php?f=8&t=1642
2015 WRX definitions are here: http://www.romraider.com/forum/viewtopi ... =8&t=10701
The xml files contain address and formulas.
by boggie1688
Mon Jul 23, 2018 5:21 am
Forum: CAN mapping discussion
Topic: Subaru SSM3 via Can
Replies: 14
Views: 38948

Subaru SSM3 via Can

Hello all! I just purchased my second race capture unit for my 2015 WRX. I'll start by saying, I'm not a programmer or engineer, so if I'm asking something totally incorrect, please just stop me. First and foremost, I thought I'd share this Can Library. I'm not 100% sure how accurate all the informa...
by boggie1688
Tue Jun 19, 2018 3:55 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Analysis channel scaling
Replies: 1
Views: 3633

Analysis channel scaling

Hello! I've always found the analysis feature on the RCP software to be a bit cumbersome. My biggest grip was the way it displayed my throttle or braking channels. See this image: https://forum.autosportlabs.com/files/12_inch_113.png This weekend, I had a buddy codrive the car. I sent him our logs t...
by boggie1688
Sat Dec 02, 2017 5:36 am
Forum: Feature Requests
Topic: Format Function
Replies: 3
Views: 8377

Yes!