Quote:
Originally Posted by MRS-Colin
I love people figuring out CAN stuff. Let me know if you need anything to get your project further.
Looks like a lot of those ID's line up with some older Toyota CAN messages that are decently documented on the internets.
https://github.com/fabiobaltieri/toy...er/toyothack.c
The above link seems to contain some similar ID's.
https://github.com/commaai/opendbc/b...Q_2009_can.dbc
The above link might be a bit too new and doesn't contain similar ID's but might give you some more insight into Toyota's packet structure within the ID.
EDIT: Also, only 13 ID's? Very, very common on new vehicles.
|
Thanks for the links! I'm actually kinda cheating by using my other truck to figure out which is which. I use the analyzer to send a code and see if one of the gauges flickers. Once that is found we convert the HEX value(s) into binary and it gives the value of whatever parameter it's providing. So far we found the Engine Speed and Coolant temp. I'll look over those links you sent and maybe find some matching IDs.
I used this link talking about Camry CAN BUS IDs to find the engine speed as they were the same.
http://tucrrc.utulsa.edu/ToyotaCAN.html
Sent from my Pixel XL using Tapatalk