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

https://github.com/raupulus/raspberry-sensor-bme680

Código para controlar el sensor bosh bme-680 desde una raspberry usando python. Esto es un mirror de https://gitlab.com/raupulus/raspberry-sensor-bme680
https://github.com/raupulus/raspberry-sensor-bme680

air airquality bm680 bme680 humidity python python3 raspberry sensor weatherstation

Last synced: 4 months ago
JSON representation

Código para controlar el sensor bosh bme-680 desde una raspberry usando python. Esto es un mirror de https://gitlab.com/raupulus/raspberry-sensor-bme680

Awesome Lists containing this project

README

          

# raspberry-sensor-bme680

Código para controlar el sensor bosh bme-680 desde una raspberry usando python

## Instalar dependencias python

```python3
pip3 install bme680
```