https://github.com/evavh/temp-graph-esp
[WIP] ESP32-based temperature sensor with graph webpage
https://github.com/evavh/temp-graph-esp
Last synced: about 1 year ago
JSON representation
[WIP] ESP32-based temperature sensor with graph webpage
- Host: GitHub
- URL: https://github.com/evavh/temp-graph-esp
- Owner: evavh
- Created: 2024-12-27T10:57:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T12:15:49.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:13:32.756Z (about 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature graph on ESP
ESP32-C3, PT1000 and MAX31865 based temperature sensor node. The data can be
accessed through a webpage, hosted on the ESP itself, which displays a
convenient live-updating graph. Still a work in progress, as the software was
written before the hardware was complete.
To use this, change the IP in `plot.js` to your ESP's assigned local IP. Create
a `cfg.toml` file with your wifi credentials, see `cfg.toml.example` for the
format. If all goes well, you can run the code with `cargo run` and go to
`http:///` (no https!) in your browser and see the live
temperature graph.
(the crate is called `oliebol` because we are going to use this sensor to fry
traditional Dutch oliebollen on New Year's Eve with high precision :) )