MichaelPate / XJ-Overhead-Console

Overhead Console Trip Computer for a 1990 Jeep Cherokee XJ. The goal is to display things like gyroscope readings and log GPS points.
0 stars 0 forks source link

BMP280 Library can only return 32 bit raw values, no conversions #6

Open MichaelPate opened 6 months ago

MichaelPate commented 6 months ago

The I2C library for interfacing with the BMP280 only works for delivering raw 32 bit values for temperature and pressure. The built in functions for converting these raw units into degrees C and Pascals/mmHg is broken.

Empirically, the raw values are changing with a change in the environment, so the sensor seems to be working. The issue is just getting human readable numbers from the library.