Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divanvisagie/frosti
Remote thermometer that gathers data to MQTT
https://github.com/divanvisagie/frosti
bme680 esp32
Last synced: 12 days ago
JSON representation
Remote thermometer that gathers data to MQTT
- Host: GitHub
- URL: https://github.com/divanvisagie/frosti
- Owner: divanvisagie
- Created: 2024-04-05T19:37:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T08:38:50.000Z (7 months ago)
- Last Synced: 2024-04-14T22:43:47.801Z (7 months ago)
- Topics: bme680, esp32
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frosti
Remote thermometer that gathers data to MQTT## Dev Setup
```sh
sudo usermod -a -G dialout $USER
```