Closed Technodad closed 2 years ago
yeah there's no way to detect between the chips that we found so we'll have to just make a subclass or yeah maybe a new library
@caternuson wanna avoid pn532 and look at this instead
@ladyada yep. bme688 in hand and taking a look.
Should be fixed with #43 and release in 3.4.0: https://github.com/adafruit/Adafruit_CircuitPython_BME680/releases/tag/3.4.0
While the BME680 library is recommended for the BME688, it appears the calculations for gas resistance are different for the two sensors per @adafruit_support_carter in this support forum thread post on July 13.
Suggest either splitting the 688 into its own library, or adding logic to the combined library to detect the chip type and use the appropriate calculation. The former will save a bit on library size, but would require the BME688 project pages to be updated.