I am a novice with Microcontrollers, but I have a home project idea that involves using the BME690 sensor to detect deviations from normal air in a chamber (i.e detecting air differences when mold grows in a closed room). I am able to get my board running to collect sample air data, and I successfully live tested the algorithm on the AI studio mobile app thanks to kcma's github tutorial.
I am having trouble understanding the steps it takes to be able to use the 8xBME690 board and Application board 3.1 to send algorithm data to an Arduino board to process.
For the physical connections, would I use the STEMMA connecter on the application board or maybe the SWD connector? Then on the software side, what are the steps and applications would I need to use to start the project. For previous projects, I use Microchip Studio in C and Arduino IDE to code my projects on my board.
Any tips or insight would be greatly appreciated.