No description
- Python 52.5%
- Just 47.5%
| contrib | ||
| .gitignore | ||
| justfile | ||
| main.py | ||
| README.md | ||
simple-temp-sensor
Just read temperarure, humidity and pressure from a BME280 sensor.
Install
This project uses just, to flash the firmware you have to donload it
just download-firmware
than flash it with
just firmware
Finally you have to download the driver for BME280 from https://raw.githubusercontent.com/robert-hh/BME280/refs/heads/master/bme280_float.py
and put it in the root of the repository.
Then deploy with:
just deploy