BME68x_SensorAPI icon indicating copy to clipboard operation
BME68x_SensorAPI copied to clipboard

Common Sensor API for the BME680 and BME688 sensors

Results 20 BME68x_SensorAPI issues
Sort by recently updated
recently updated
newest added

# Overview The comment for humidity of type float was written as x1000 even though the value was not multiplied by 1000, so the comment has been corrected to prevent...

documentation

When the device cannot be set to sleep mode (for whatever reason) the function never returns. do { } while ((pow_mode != BME68X_SLEEP_MODE) && (rslt == BME68X_OK));

I would really appreciate if you could upload "coines.h" file

Not sure if this is the right place for reporting this issue: I'm using BME688 on an Adafruit breakout with the proprietary arduino `` library. Temperature, humidity an pressure readings...

Hello, I'm not sure. This is true issue or just my side issue. I use PIC 18F27K42 contorler to utilize this BME680. And I refered examples/forced_mode)/forced_mode.c as main routine. However...

Hi, I am trying to read variant id from the 0xf0 register over the I2C line but it is unsuccessful. So and there is no information about that register in...

Hi, I'm using BME68x sensor for a project, but I have some problems with the common.c file. I want to adapt for nRF5282 using I2C communication. Is there someone that...

Hi, I want to use the library but ı dont know that works on stm. Can ı use the library on stm?

Can someone explain the available modes? I can see in the examples and in the library the 3 modes: BME68X_FORCED_MODE BME68X_SEQUENTIAL_MODE BME68X_PARALLEL_MODE Nowhere those 3 modes are explained, with their...

Hello the BME68x should work between 1.71 ... 3.6 V fine :) we have profiles in the BSEC library for 1.8V and 3.3V But how does the sensor and lib...