Thread: 3UR-FE Swap
View Single Post
Old 11-14-2017, 08:15 AM   #25
BRX
Senior Member
 
BRX's Avatar
 
Join Date: Jul 2015
Drives: Toyota GT86
Location: Abu Dhabi, UAE
Posts: 168
Thanks: 42
Thanked 111 Times in 64 Posts
Mentioned: 2 Post(s)
Quote:
Originally Posted by MRS-Colin View Post
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
BRX is offline   Reply With Quote
The Following User Says Thank You to BRX For This Useful Post:
mrg666 (11-14-2017)