Hi!
I have a Sparkfun BME680 sensor connected to my raspberry pi 4 via qwiic.
In the product’s page I can only find an Arduino library for it.
Any suggestions on how to read the sensor’s values using the raspberry pi?
I’ve looked at the datasheet information provided by bosch, but I was wondering if there’s something made for the raspberry pi… No idea how to get sensor data out of it.
Thanks!
Looks like sparkfun only has a pi library but pimoroni has some code that works.
https://learn.pimoroni.com/tutorial/san … 0-breakout
you can also look at https://github.com/paulvha/bme680. In de documents folder of that library you will find a BME680.odt. this file can be opened with nearly any wordprocessor and provides background around the program.
YellowDog:
Looks like sparkfun only has a pi library but pimoroni has some code that works.
https://learn.pimoroni.com/tutorial/san … 0-breakout
thanks a lot! I’ll try that one