Actualización del README y gitgnore

main
parent b291b223fc
commit 92d296bebc

4
.gitignore vendored

@ -0,0 +1,4 @@
# Vim temporary files
*.swp
*.swo
*.wsp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@ -76,8 +76,6 @@ Data is captured by the sensor, processed by the C program, stored as JSON, serv
### 📷 Pin Reference Images ### 📷 Pin Reference Images
Include these images in your repository:
![Esquema de conexiones para la Raspberry Pi 4 y Sensor HTU21D](RaspberryPi4_Sensor_PinMap.jpg) ![Esquema de conexiones para la Raspberry Pi 4 y Sensor HTU21D](RaspberryPi4_Sensor_PinMap.jpg)
--- ---
@ -244,6 +242,12 @@ http://192.168.1.100
--- ---
### 12. Result
![Pagina resultante con las mediciones](PaginaResultado.png)
---
## 🔄 Real-Time Updates ## 🔄 Real-Time Updates
JavaScript fetch: JavaScript fetch:
@ -269,40 +273,6 @@ fetch('./data/HTU21D.json?nocache=' + Date.now())
--- ---
## ⚠️ Troubleshooting
### ❌ No data update
* Check loop is running
* Verify `nocache` in fetch
---
### ❌ Permission denied
```bash
sudo nano /var/www/html/index.html
# Edit file with admin privileges
```
---
### ❌ Sensor not detected
* Check wiring
* Run `i2cdetect`
---
## 📈 Improvements
* WebSockets (real-time without polling)
* Database storage
* Historical charts
* Remote access via internet
---
## 🎯 Conclusion ## 🎯 Conclusion
This project integrates: This project integrates:

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save