Hi all,
I have a BME688 shuttle board (with huzzah32) and an Arduino Nicla Sense Me. I would like to know how to upload a configuration generated by BME AI-Studio onto the BME688 on the Arduino Nicla (passing through the BHI260AP I assume). I've been looking for a while but couldn't find anything.
Thanks, Danilo
Hi Wololooo,
You could refer the example on github: https://github.com/arduino/nicla-sense-me-fw/tree/main/Arduino_BHY2/examples/BHYFirmwareUpdate
Hi @BSTRobin, thanks for the reply.
I had already found the example, but I didn't understand how to add or pass the configuration exported from BME AI-Studio
Hi Wololooo,
You have to use the released firmware. Because the BSEC algorithm and configuration files are integrated into the firmware, there is no open sdk for users to modify the firmware.