09-18-2021 12:17 PM
Hello,
I connected a BME688 sensor (on a pi3g breakout board) via breadboard to a raspberry pi 4. I can read all sensor values (non BSEC) but can't access the BSEC values e.g. IAQ.
get_bsec_data() returns an error „AttributeError: ‚bme68x.BME68X‘ object has no Attribute ‚get_bsec_data‘".
I think the BSEC2 library was not installed correctly . Can I install this library manually?
Any advice is welcome! Thank's for your help!
11-26-2021 09:19 AM
Hello Carlos19,
There was Arduino code in github, https://github.com/BoschSensortec/BSEC-Arduino-library
And for python code, we haven't released it, and know little about python software. You could refer official code to check if there was some difference.
07-05-2022 06:55 PM
Hi I got some problem.I can not install bme68x library in raspberry pi 3. My error is Running setup.py install for bme68x did not run successfully. can you help me about this issue?
07-12-2022 11:36 AM
You can check it with the software publisher of raspberry PI 3. It seems that this is a third-party platform that integrates BSEC2. We don't have much experience on raspberry pi platform.