From 8e5a91bdcde0a541a3d9b8d1c9b2cdde057b201a Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Wed, 10 Jul 2024 09:23:16 -0400 Subject: [PATCH] . --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a2552dd..4c1fe7e50 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ Bare-bones ESP32 module can be programmed via UART interface (`GPIO03` and `GPIO The **Temperature Node** broadcasts the air temperature, atmospheric pressure and air humidity over secured MQTT. +### I2C Air Temperature Thermostat (LM75A) + +```text +address: 0x4B +``` + ### I2C Air Temperature, Pressure and Humidity Sensor Board (BME280) BME280 is combined temperature, humidity and pressure sensor. 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] @@ -96,7 +102,7 @@ BME-/BMP-280 can communicate via I2C. The two diagrams below summariz BME-/BMP-280 I2C Read & Write -## Display Node. +## Display Node ```text OLED address = 0x3C