From 1b04ed0ca0d9098755e6a0d9c046a48946bd5a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Mart=C3=ADnez=20Valenzuela?= Date: Thu, 11 Jun 2026 17:50:42 -0600 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20del=20esquema=20del=20sist?= =?UTF-8?q?ema=20de=20arquitectura?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 422b632..10cb86a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ In addition to the objective of completing the Delfin program stay and obtaining The module is designed as a simple data channel where we connect the sensor HTU21D to a web interface for real-time data visualization. As follows: + HTU21D Sensor → I2C → C Program → JSON File → Nginx → Web Browser The sensor collects temperature and humidity data, sends it via the I2C Protocol to a Raspberry Pi 4, which reads and converts it into temperature and humidity values using a C program,then stores them in a JSON file. Nginx serves this file along with the web interface (HTML), where a JavaScript script fetches the data and updates the displayed values in real time.