Hi
I am looking for BME680 example code for Thingy91,since I donot have access to NB-IoT / LTE network as of now, i can't use the asset tracking demo code. I just need BME680 code to test on serial for thingy91
Hi
I am looking for BME680 example code for Thingy91,since I donot have access to NB-IoT / LTE network as of now, i can't use the asset tracking demo code. I just need BME680 code to test on serial for thingy91
BME680
You mean this: https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors-bme680/
So, on that page, look under 'Software':
https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors-bme680/#software
Remember that the BME680 - like any other external device - neither knows nor cares what microcontroller you use.
It just responds to I2C or SPI activity as described in its datasheet.
Hi,
There is a smaller example for bme680 in zephyr:
Since thingy:91 (nrf9160_pca20035ns) has bme680 sensor defined in the default device tree files, it should work when you configure the above sample for this board.
Kind regards,
Håkon