-
Notifications
You must be signed in to change notification settings - Fork 2
Can Frames
There are a number of different CAN buses present on the Kia Soul. This page captures what is known about the various CAN frames the C-CAN bus hosts on the Kia Soul. The C-CAN bus on the Kia Soul is accessible through the OBD connector on pin 6 (CAN High) and pin 14 (CAN Low) The currently understood CAN frames are:
- [Turn Signals](#Turn Signals)
- [Steering Wheel Angle](#Steering Wheel Angle)
- [Wheel Speeds](#Wheel Speeds)
- [Brake Pressure](#Brake Pressure)
CAN ID = 0x18
- Left turn: Byte5 = 0xc0
- Right turn: Byte5 0xA0
CAN ID = 0x2B0
Scale Factor = 10
- Steering Angle (degrees) = (Byte0 + Byte1 << 8) / Scale Factor
CAN ID = 0x4B0
Scale Factor = 128
- LF Wheel Speed (mpg) = (Byte0 + Byte1 <<8) / Scale Factor
- RF Wheel Speed (mpg) = (Byte2 + Byte3 <<8) / Scale Factor
- LR Wheel Speed (mpg) = (Byte4 + Byte5 <<8) / Scale Factor
- RR Wheel Speed (mpg) = (Byte6 + Byte7 <<8) / Scale Factor
CAN ID = 0x220
Scale Factor = ~10
- Master Cylinder Pressure (bar) = (Byte4 + Byte 5 <<8) / Scale Factor
A PolySync Project
Use of project plans, suggestions, parts, and supplies provided by PolySync, is at your own risk. Use of the final product resulting from the project is at your own risk. PolySync disclaims all responsibility for any resulting damage, injury, or expense. It is your responsibility to make sure that your activities comply with applicable laws, including copyright.
Want to stay updated on all things OSCC? Sign up for the OSCC newsletter here!
Jobs | Twitter @PolySync
Copyright (c) 2017 PolySync Technologies, Inc. All Rights Reserved.