Skip to content

Commit

Permalink
Update bme280.rst with CSB pin hint
Browse files Browse the repository at this point in the history
Add warning to check connection diagram, since leaving CSB non-pulled will result in dropping out of I2C mode after some time after start.
  • Loading branch information
kotylo authored Nov 14, 2024
1 parent 885f8b6 commit a01f09d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/sensor/bme280.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ is used in *Forced Mode* where measurement is performed and then
the sensor returns to sleep mode until next measurement. The :ref:`I²C <i2c>` or :ref:`SPI <spi>` is
required to be set up in your configuration for this sensor to work.

**Note:** In :ref:`I²C <i2c>` mode pulling CSB to 3V is recommended, in order to avoid ``[E][sensor.bme280:155]: Communication with BME280 failed!`` error. See the *Connection diagram* chapter in datasheet above.

.. figure:: images/bme280-full.jpg
:align: center
:width: 50.0%
Expand Down

0 comments on commit a01f09d

Please sign in to comment.