Arduino library BMP390_LTSM created

  • Name: BMP390
  • Description:

Arduion library for Bosch BMP390 Digital pressure sensor hardware SPI or I2C.

  • Supports sensors features:
  1. Read pressure data
  2. Read temperature data
  3. Tested on SPI interface and I2C interface, Interface is selected by user constructor overload(see examples)
  4. Oversampling settings, filter settings and can be set thru API.
  5. Normal mode, sleep mode and forced mode supported.
  6. Chip ID read: 0x60
  7. I2C address is 0x76 or 0x77 depending on SDO pin connection.
  8. Supports FIFO and interrupt pin.

Github Link.