An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Read temperature and humidity with DHT sensors
![](https://i.imgur.com/IgdL9Li.png)

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

| ![](https://i.imgur.com/aNIjET7.png) | ![](https://i.imgur.com/5EoWRIe.png) |
|----|----|

- 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.