https://github.com/adnksharp/piside6-dht-graph
Medir temperatura y humedad del ambiente usando sensores de temperatura DHT, Arduino y Python
https://github.com/adnksharp/piside6-dht-graph
dht dht-temperature-sensors dht11-sensor firmata-express gui gui-application pymata pyside6 python python-gui python3 qt qt-widgets temperature-sensor
Last synced: 11 months ago
JSON representation
Medir temperatura y humedad del ambiente usando sensores de temperatura DHT, Arduino y Python
- Host: GitHub
- URL: https://github.com/adnksharp/piside6-dht-graph
- Owner: adnksharp
- License: gpl-3.0
- Created: 2024-12-08T03:52:51.000Z (over 1 year ago)
- Default Branch: base
- Last Pushed: 2024-12-10T04:04:52.000Z (about 1 year ago)
- Last Synced: 2025-03-31T08:19:43.926Z (11 months ago)
- Topics: dht, dht-temperature-sensors, dht11-sensor, firmata-express, gui, gui-application, pymata, pyside6, python, python-gui, python3, qt, qt-widgets, temperature-sensor
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Read temperature and humidity with DHT sensors

Medir temperatura y humedad del ambiente usando sensores de temperatura DHT, Arduino y Python
## Requisitos
### En arduino
#### Instalar [FirmataExpress](https://github.com/MrYsLab/FirmataExpress)
En arduino-cli
```
arduino lib install --git-url https://github.com/MrYsLab/FirmataExpress.git
```
> Es necesario tener activa la opción `enable_unsafe_install` del archivo de [configuración de Arduino-cli](https://arduino.github.io/arduino-cli/0.20/configuration/)
En arduino IDE
https://mryslab.github.io/pymata4/firmata_express/#installation-instructions
#### Cargar el [proyecto de FirmataExpress](https://github.com/MrYsLab/FirmataExpress) a la placa de Arduino
### Librerías de Python
- PySide6
- matplotlib
- pymata4
```bash
pip install -r requirements.txt
```
### Hardware usado
|  |  |
|----|----|
- Placa de Arduino MEGA 2560
- Sensor DHT11
## Características
- Mostrar la humedad (%) y la temperatura en (°C y °F) dentro de labels.
- Graficar la temperatura.
### En proceso
> [!TIP]
>
> Graficar la humedad.