BME680 with a bit-banging SPI

Hi there,

I'm using a standard BME680 breakout board on the Arduino Nano 33 IoT and we're trying to get the sensor to run with the Bsec software. 

Previously I used Adafruit's Library, which provided an easy virtual SPI interface, so I was free to choose any digital port for SPI. However, the BSec software requires an SPIClass parameter, but the default hardware SPI is unavailable.

Is there a simple way to use bit-banging SPI together with the Bsec library?

 

Thanks!

1 reply