boschsensortec / Bosch-BME68x-Library

Arduino library for the BME680 and BME688 sensors from Bosch Sensortec
Other
51 stars 16 forks source link

Feature/Enhancement: CircuitPython Version supporting the BME688 #2

Open Seistea opened 2 years ago

Seistea commented 2 years ago

Hello! Is there any feature planned that the BME688 AI function can be used with an adafruit microcontroller, preferably with Circuit and/or Micropython?

I'd love to use the bme688 with my devices.

BST-Github-Admin commented 2 years ago

Hi @Seistea , Adafruit seems to have added support for the BME688 in their CircuitPython library. However, for the AI integration, this would still require to be done in software which is only available as a GNU ARM cross-compiler static library.

JSMboli commented 1 year ago

Hi @Seistea and @BST-Github-Admin, I have Environmental Sensor - BME688 (Qwiic) and can now measure temperature, pressure, humidity and gas resistance. I am trying to obtain gas index or IAQ and CO2 from the sensor too. Is this possible? If yes, is there an example I can head to? Can I also download bsec library to raspberry pi?