From d978d087e9c7300ef5c5d054edf4c1d8b5cbc9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Mart=C3=ADnez=20Valenzuela?= Date: Wed, 10 Jun 2026 12:54:59 -0600 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20del=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 51489ad..41177b3 100644 --- a/README.md +++ b/README.md @@ -14,31 +14,31 @@ The system is structured as a simple data pipeline that connects the sensor, pro --- -### 🔹 Hardware and Communication Layer +### Hardware and Communication Layer The HTU21D sensor measures temperature and humidity and communicates with the Raspberry Pi using the I2C protocol. This allows the Raspberry Pi to request and receive raw data from the sensor. --- -### 🔹 Data Processing Layer +### Data Processing Layer A C program interacts with the I2C interface to read the sensor data. It converts the raw binary values into human-readable units such as degrees Celsius and percentage humidity, and formats the result as JSON. --- -### 🔹 Data Storage Layer +### Data Storage Layer The JSON file stores the latest sensor readings. It acts as an intermediate layer, separating the data acquisition process from the web interface. --- -### 🔹 Web Server Layer +### Web Server Layer Nginx serves the JSON file and the web page over HTTP. It allows other devices on the network to access the system through a browser. --- -### 🔹 Presentation Layer +### Presentation Layer The web page uses JavaScript to periodically request the JSON file and update the displayed values dynamically, enabling near real-time visualization. @@ -190,7 +190,7 @@ sudo chown -R www-data:www-data /var/www/html --- -### ▶8. Run Sensor Loop +### 8. Run Sensor Loop ```bash cd /var/www/html