mdrs-community / fprime-baremetal-reference

FPrime baremetal reference implementation with environmental sensors for use at the Mars Desert Research Station (MDRS)
Apache License 2.0
0 stars 0 forks source link

add Component for BME680/688 #1

Open capsulecorplab opened 2 months ago

capsulecorplab commented 2 months ago

As to be able to monitor environmental data, in this case temperature, pressure, humidity, and VoCs

References

capsulecorplab commented 2 months ago

The I2C register addressing for the BME680 seems to be implemented in little-endian, where as FPrime's internal storage is in big-endian, so we can't use the same deserializeVector helper function used on the IMU (see https://github.com/nasa/fprime/discussions/1730)

References