bme680 sensor
I got some bme680 sensors from Parallax, and they are working. The setup is: Raspberry pi 3, Adafruit bme680 driver, Python.
When I run the Python script, the temperature, humidity, pressure results are very straight forward. The problem that I am having is the results for the gas reading.
I have this setup inside the house, and the reading that I am getting is 22203 ohm. Not sure of what to do with this ohm reading. The chart that Adafruit provides does not show anything that is in ohm results. Since I am not a hardware guy, not sure what to do with these results.
Anybody solve this problem? Thanks in advance for any information.
Ray
Comments
Section 4 of the datasheet talks about employing BSEC software to manage the continuous calibration sequence that then converts from resistance to air quality index and others. The link in the datasheet is dead but this one with email request exists - https://www.bosch-sensortec.com/software-tools/software/bme688-software/
You can also run this sensor on the P2 using the BME68X driver from Bosch.
Works right out of the box.
Ops, you may have an issue with the I2C driver on the P2 for C code. I use my own I2C driver.
Mike
Thanks. I have not fully looked into evanh suggestion. That lead, requests an email to get the necessary library file. Not sure if I will get what I need.
I have looked into a P2 suggestion, ran into multiple problems.
What I want to do is put together the cheapest plug and play solution for an outdoor thermometer assy. So far, using a raspberry Pi 3 or maybe a raspberry pi 4, seems to be cheapest and relatively reliable solution. Since I do a lot of data logging, using some kind of software socket code, has to be available. Plus having some kind of battery backup for the assy would be beneficial.
I already ordered some more bme680 sensors from Parallax, at $15, I might have to order some more, hope the sale lasts a little bit longer.
Now that I am thinking about it, getting the gas thing functional, for the bme680, would be a useful piece of data to log. Would be nice to know the quality of the outside air.
Ray