WebsterXC / digidash

CSE442 group project that will consist of Raspberry Pi software development. Our goal is to create a plug-and-play digital dashboard and engine monitoring system.
GNU General Public License v3.0
2 stars 3 forks source link

Raw Data Conversions #7

Closed WebsterXC closed 7 years ago

WebsterXC commented 8 years ago

The data received from the ELM327 bluetooth adapter is raw, hexidecimal output. As per the OBDII protocol standard, raw data is not always the actual value. We determined in a meeting that individual functions for each engine parameter would yield a faster runtime. These math functions need to be defined with a standard naming convention for ease of reference.

WebsterXC commented 7 years ago

The math functions for all of our desired OBDII codes have been written and are located in automath.py