BMP280_DEV icon indicating copy to clipboard operation
BMP280_DEV copied to clipboard

An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.

Results 4 BMP280_DEV issues
Sort by recently updated
recently updated
newest added

Just as the title says, all readings are zero. Im using the example code BMP280_I2C_Alt_Normal.ino, I2C mode, on a STM32F401CC6 (blackpill). I have other devices connected to the I2C bus...

I'm trying the example code for esp32 with changes to test my bmp280 but couldn't because when trying to upload the error appears: **call of overloaded 'BMP280_DEV(const uint8_t&, const uint8_t&)'...

In order to compare the performance of BMP280 and BMP388, I need to run them at the same time, and I have two devices connected to the I2C bus. I...