No description
  • Python 52.5%
  • Just 47.5%
Find a file
2025-08-07 15:43:57 +02:00
contrib Add a script to read from serial port 2025-08-07 15:43:57 +02:00
.gitignore Initial import 2025-08-07 12:15:49 +02:00
justfile Bump micropython to 1.25.0 2025-08-07 12:39:27 +02:00
main.py Save information in JSON 2025-08-07 14:01:22 +02:00
README.md Add README 2025-08-07 12:50:36 +02:00

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