10-20-2022 01:20 PM
Hello,
I have a few bme688 sensors, plenty raspberry pi pico's w and I'm fluent in python, I would have no problem using the "Bosch BME688 Gas Sensor Developer Kit" in C however I would like to run the trained models on micropython/circuitpython because it's the system I have deployed and I wouldn't like to port everything else just for this sensor.
Will this be possible at some point?
Thank you,
Adrian.
10-20-2022 06:10 PM
The adafruit library has been ported:
10-25-2022 01:34 PM
Hi adriangalilea,
It is possible, but we have no reference code. The BSEC library is written in C language. You need to refer to the current code and migrate it to microython.
08-10-2023 10:10 PM
Hi Adrian
Did you solve this problem? ie using BME688 with Pi Pico running micropython? I'm looking to solve the same.
Adrian
UK
09-14-2023 08:35 AM
Hi Adrian247,
You can refer to previous comment.