mibs510 / MS43_CAN_DECODER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple MS43 CAN Decoder

MS43 CAN DECODER

As part of an effort in converting an analog cluster to a digital dashboard I’ve been slowly taking steps to approach the project to successful completion. I wanted to make sure I was a bit familiarized with Qt’s several APIs and I wanted to see the performance of Qt displaying real time information. I’ve put together a simple program which opens a serial connection to an arduino with a pre-loaded arduino sketch and reads the data, computes them to readable human units (RPM, MPH, etc) and displays them. Since this program was developed around by reverse engineering CAN BUS data packets from multiple BMW models, I found that during my initial test the speed (MPH) to be off by a certain degree, at one point I was speculating that the formula used to compute speed was being reported in KPH. More testing has yet to be done.

About


Languages

Language:C++ 81.2%Language:QMake 18.8%