I’ve been working on a CAN bus analyzer and wanted to try a different approach to signal identification.
Instead of manually scanning graphs and guessing which byte corresponds to a real-world action, this workflow is:
record a CAN log
mark an event (like brake press)
run correlation
see which CAN IDs / bytes reacted
jump directly into graph + byte/bit inspection
So instead of:
“this might be brake…”
you can do:
“press brake → see what actually changed”
(video below)
Curious if anyone here has tried similar approaches or has a better workflow.