Originally Posted by Knio Brad's dropbox sheet is probably the best documentation. TPMS is CAN ID 385 For what it's worth, I can't seem to get anything meaningful from 0x385.
|
|
LinkBack | Thread Tools | Display Modes |
07-26-2018, 09:27 PM | #91 (permalink) | |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
Quote:
Sent from my Pixel XL using Tapatalk |
|
10-11-2018, 10:53 AM | #94 (permalink) | |
Base Member
Join Date: May 2011
Location: Palo Alto, CA
Posts: 141
Drives: 40th
Rep Power: 14 |
Quote:
Are you driving when reading this? The sensors go to sleep and only start sending values after a minute or so of > some minimum speed. One of the bytes in the 385 signal tells you which sensors are sending valid data. |
|
10-29-2018, 04:07 PM | #97 (permalink) |
Base Member
Join Date: Sep 2017
Location: Florida
Posts: 106
Drives: 40TH
Rep Power: 8 |
Great work and information here everyone!
I see that you were able to read when a commands like ‘unlock doors’ ‘open trunk’ were issued but has anyone determined how to send the commands over the obd2? Also, i am aware of how to request pid information to the obd2 (in theory but not in practice yet) but how do you listen to the can bus data? Sent from my iPhone using Tapatalk |
10-29-2018, 05:16 PM | #98 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I personally have access to some decent CAN tools through work (write software for braking control ECUs), so I borrowed them one night to pull data. I didn't send any messages, but it's simple with decent tools. What are you working with?
|
10-30-2018, 03:38 PM | #101 (permalink) |
Base Member
Join Date: Sep 2017
Location: Florida
Posts: 106
Drives: 40TH
Rep Power: 8 |
Im sure there may be a way to work with database files through python but i am not sure how. I can get raw data from the obd2 by sending requests over a serial port. From my understanding of this thread, it seems that it is possible to intercept the CAN data and record what the control systems are sending back and forth. This would allow me to get some of the more interesting data like tire pressures and yaw rate etc.
Sent from my iPhone using Tapatalk |
10-30-2018, 04:57 PM | #103 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I could be misunderstanding the tools that you're using, but I would assume that the raw data that you're reading over the serial->OBD connection you have is the raw CAN data.
I'm personally using a program called CANalyzer by Vector. It interfaces to a hardware module that plugs into my laptop's USB port and then into the OBD port. I added a screenshot that shows some of the CAN traffic, including the line for the tire pressure from address 0x385. I asked about CAN database files because we could more easily give meaning to the data (Instead of showing 0x385, maybe it would say something like "tpm_ecu") and it can give interpretations of all the bytes of the response message, along with any conversion or scaling |
10-31-2018, 12:30 PM | #104 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I should probably add that my data doesn't line up completely with the spreadsheet. I have ids that he doesn't list, which I wouldn't think too much about. But he also has ids that I don't see over the course of a ten minute log
|
12-12-2018, 02:26 AM | #105 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I just want to add a little info to this. Nothing truly helpful; just something I noticed. I have a manual base model (no rev matching) and I REALLY want to plot my current gear against other data.
I noticed that in all of my logs that I never receive any messages with id 0x421 (what's supposed to contain this data). Looking at the spreadsheet, I see that this message also transmits the S-Mode status. I remember a post I read a while back about adding rev matching to a base model, and two of the things needed are a gear position sensor and a new ECU. Given that I don't have the proper ECU (or even the actual sensor!), this has to be the reason that this message isn't on the bus. Just a heads-up to anyone with a base model trying to sniff out the CAN bus. |
Bookmarks |
|
|