From 956fbd90f249b4e666563eaa5aaccd9e3f336e72 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 7 Jul 2024 12:12:18 -0400 Subject: [PATCH] . --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb0bc7a5..24a6f0b4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The **Temperature Node** broadcasts the air temperature, atmospheric pressure an ### I2C Air Temperature, Pressure and Humidity Sensor Board (BME280) -The sensor board is 13mm by 10.5mm in size that provides the air temperature, pressure and humidity values over I2C protocol. Sensor board uses **BME280** IC. +The sensor board has 4 pins and is 13mm by 10.5mm in size. The sensor BME280 measures relative ambient temperature, barometric pressure and relative humidity, and passes measured values via I2C protocol. ESP32-Node Pinout @@ -66,5 +66,10 @@ The sensor board is 13mm by 10.5mm in size that provides the air temperature, pr ### Wiring +| Sensor Pin | ESP32 GPIO | +| --- | --- | +| `SCL` | | +| `SDA ` | | + [^2]: https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/ [^3]: https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp280/ \ No newline at end of file