06-12-2024 04:44 PM
I tried to control the BME 688 dev kit through arduino software ,the arduino can communicate with the huzzah32 but i cannot get any readings from the bme688 sensors. the Dev kit(Huzzah32) can communicate with the arduino and join the wifi but the ardunio cannot sense the sensors .Dev kit connects multiple BME688 sensors via SPI,with chip selection controlled by an I2C GPIO expander at address 0x20. The other I2C address 0x68 is used for the NXP PCF8523 RTC.how can i get reading from the dev kit ?
06-20-2024 08:08 AM
Hi Omarafify,
Thanks for your inquiry.
The example in the previous BSEC2.2.0.0 demonstrated how to access multiple BME688 sensors on the BME688 dev kit. You can download the BSEC2.2.0.0 package from here https://www.bosch-sensortec.com/software-tools/software/previous-bme-software-versions/#bsec and refer to the example: "bsec_2-2-0-0_generic_release_30052022\examples\Bosch_BSEC2_Library\examples\bme68x_demo_sample".