Search found 5 matches

by jlwall
Tue Sep 12, 2017 4:04 pm
Forum: OBDII PIDs discussion
Topic: Subaru SSM protocol over OBDII
Replies: 6
Views: 18254

There are also items in the wild, this is what I pull off the main bus, which is also the bus that is on the orbit/ssm 0x7e0, This is for a '13 still void can_decode_22b_ids(CANRxMsg_t *canMsg) { switch(canMsg->id) { case 0x070: mDC_yaw = &am...
by jlwall
Sun Sep 10, 2017 9:51 pm
Forum: OBDII PIDs discussion
Topic: Subaru SSM protocol over OBDII
Replies: 6
Views: 18254

Yes, SSM over an ISOTP layer will get you what you want. Doing a Single "Byte" or "U8" read is very easy The layout goes [0xA8,0x00,ptra<<16,ptra<<8,ptra]. where prta is a 24 bit point to your reading object. This takes 5 bytes in the ISOTP layer, then 6 bytes total on CAN Physic...
by jlwall
Tue Apr 18, 2017 4:06 am
Forum: CAN mapping discussion
Topic: 987.1 Can Bus Mapping
Replies: 88
Views: 260166

It looks like you have messages 776, 320, and 1583 on the bus, which is 0x308, 0x140, and 0x62F respectively. Could you share the link or send details that led you to believe 578 is the message that has TPS? This would be id 0x242 in hex. Do you have any evidence on 578 on the logging script in cons...
by jlwall
Sat Apr 15, 2017 9:32 pm
Forum: CAN mapping discussion
Topic: CAN Data
Replies: 42
Views: 30871

BK, can you post your current RCP setup? I have pretty extensive CAN experience, part of my day to day.... Do you have any other tools to help you confirm you are connected onto the correct bus? and these messages exist. Also, please ensure you got the right ID's it looks like these are 11-bits in H...
by jlwall
Sat Apr 15, 2017 9:24 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: RCP IOS AirPods Integration
Replies: 1
Views: 2487

RCP IOS AirPods Integration

I just got rcp 1.8.0 connected, and thought that it could be interesting to allow some sound to be generated from RCP based off data conditions, and allow that to tunnel into my AirPods. Most fault tones, and shift tones in F1 are done by Audio, the McLaren Tag320 generates these based of a rule set...