From d5ad09c5740a463188cd5e1885ec5d4ef0623c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Mart=C3=ADnez=20Valenzuela?= Date: Thu, 11 Jun 2026 18:56:43 -0600 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20de=20la=20sipnosis=20del?= =?UTF-8?q?=20desarrollo=20del=20modulo=20para=20el=20proyecto=20de=20micr?= =?UTF-8?q?oestaciones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c7c446..02f7f6d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ ## Project Overview -The Temperature-Humidity-Sensor is the first module in a series of sensors for GNU/Linux intended for the construction of weather microstations that will be responsible for measuring air quality. +The Temperature-Humidity-Sensor is the first module in a series of sensors for GNU/Linux intended for the construction of weather microstations that will be responsible for measuring air quality, which allows the collection, transmission on IoT networks and efficient analysis of data, which will be stored in a SQLite database within a main server, with an interactive front-end that will provide a clear and detailed visualization of the data to identify patterns and trends for decision-making. + This module monitors temperature and humidity in real time using a Raspberry Pi 4 and an HTU21D sensor. The sensor reads the environmental data, sends it via I2C, processes it with a C program, and displays the results on a web dashboard using Nginx. ---