Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The module with measurement of pressure, temperature and humidity BME688 with μSup connector

Accurate measurement of pressure, temperature and humidity - no weather station, indoor or outdoor, can do without it. The BME688 can also measure IAQ (Air Quality).

Assembled module

However, what the IAQ value can mean for a person can be found in the table below. It is a table from the BME688 datasheet.
IAQ table
Source: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme688-ds000.pdf

The BME688 sensor is assembled on our module with standard size and dimensions, where you will find two uŠup connectors and also a place for soldering a standard 2.54mm pitch male/female connector. This module can be conveniently connected to other modules.
After breaking off the top part of the PCB, you can place the shrunken module into such a housing.

And what another modules you can use? For example the sensor SCD41 for measurement of CO2, temperature and humidity, sensor SHT41 temperature nad humidity and sensor of pressure, temperature, humidity BME280, RTC - Real Time Clock with DS3231 or OLED display with 1.3" dimension and 128x64px resolution.

You can connect all these modules also to our evaluation boards such as Meteo Mini with solar panel input, easily programmed ESP32-DEVKit, super low power and small ESP32-C3 LPKit, ESPInk with ESP32 and huge 4.2" ePaper or popular eval board with ESP32 and 3.5" TFT display.

Finally, it is not necessary to use only our eval boards, you can use common Arduino boards, single-board computers as Rock Pi or Raspberry Pi or another popular evaluation boards.

Bottom side of module

The power supply voltage of the module and therefore of the sensor is from 1.71V up to 3.6V. The address of the sensor is 0x76 or 0x77 (default) - it depends on the solder bridge located on the back of the module. This allows you to change the sensor address and connect two modules with BME688 at the same time, each with a different I2C address set. So for one sensor you leave the default setting, for the other sensor you cut the track at the solder bridge and solder the center pad with the other side of the solder bridge.

Another solder bridge determines whether the pull-up resistors will be connected to the I2C bus or not. By default, the resistors are connected. If you want to remove them, just cut the path between the solder bridges.

Supported libraries in Arduino IDE are
https://github.com/boschsensortec/Bosch-BME68x-Library
https://github.com/adafruit/Adafruit_BME680

We prepared also example codes what you can find on https://github.com/LaskaKit/BME680-Sensor/tree/main/SW

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages