11-16-2022 12:09 PM
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
Solved! Go to Solution.
11-21-2022 07:20 AM
Hi Wololooo,
You could refer the example on github: https://github.com/arduino/nicla-sense-me-fw/tree/main/Arduino_BHY2/examples/BHYFirmwareUpdate
11-22-2022 03:32 PM - edited 11-22-2022 03:33 PM
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
12-16-2022 07:30 AM
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.
02-06-2024 11:52 PM
this might be too late, but you could refer to this: https://www.hackster.io/lucasguocn/use-bme-ai-studio-with-bme688-on-the-nicla-sense-me-board-5f1b55
hope it's still useful