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
- Host: GitHub
- URL: https://github.com/raupulus/raspberry-sensor-bme680
- Owner: raupulus
- License: gpl-3.0
- Created: 2020-05-29T16:28:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T05:07:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T09:29:27.932Z (11 months ago)
- Topics: air, airquality, bm680, bme680, humidity, python, python3, raspberry, sensor, weatherstation
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```