This commit is contained in:
Alexandre B 2024-07-07 12:18:14 -04:00
parent 420982670e
commit cff7a46dca

View File

@ -56,11 +56,6 @@ The **Temperature Node** broadcasts the air temperature, atmospheric pressure an
The unit combines high linearity and high accuracy sensors and is perfectly feasible for low current consumption, long-term stability and high EMC robustness. The humidity sensor offers an extremely fast response time and therefore supports performance requirements for emerging applications such as context awareness, and high accuracy over a wide temperature range.[^2]
**4-pin variant**
The BME280 sensor board interface uses 4 pins and is 13mm by 10.5mm in size. The four pins are `VIN` `GND` `SCL` and `SDA`. The measured values are sent via I2C protocol.
<img alt="ESP32-Node Pinout" src="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/assets/BME280.jpg" width="200px"/>
> [!IMPORTANT]
@ -68,6 +63,9 @@ The BME280 sensor board interface uses 4 pins and is 13mm by 10.5mm in size. The
>
> <img alt="ESP32-Node Pinout" src="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/assets/BME280-BMP280.jpg" width="100px"/>
**4-pin variant**
The BME280 sensor board interface uses 4 pins and is 13mm by 10.5mm in size. The four pins are `VIN` `GND` `SCL` and `SDA`. The measured values are sent via I2C protocol.
### Wiring