https://github.com/mortendahl/rust-thermometer
Rust thermometer for (not just) Raspberry Pi 3 B+
https://github.com/mortendahl/rust-thermometer
Last synced: about 1 month ago
JSON representation
Rust thermometer for (not just) Raspberry Pi 3 B+
- Host: GitHub
- URL: https://github.com/mortendahl/rust-thermometer
- Owner: mortendahl
- License: other
- Created: 2018-07-03T06:47:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T15:12:23.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T02:37:47.904Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/zrzka/rust-thermometer)
# Rust Thermometer
Thermometer prototype written in the Rust language.
* Raspberry Pi 3 Model B+
* Thermometer DS18B20
* Deployment via [resin.io](https://resin.io/)Application contains third party [assets](assets). See [license](LICENSE.md) for more
details about ownership and trademarks.## Design
Designer wanted! [Details](https://gist.github.com/zrzka/022f560d651ad259ba6945c67d7462b7).
## Prerequisites
* [resinOS](https://resinos.io) is installed on your device.
* Device is visible in your resin.io application.
* W1 is working on your device (Fleet configuration - `RESIN_HOST_CONFIG_dtoverlay=w1-gpio,pullup=1`).
* [Resin CLI](https://github.com/resin-io/resin-cli) is installed on your machine.## Documentation
* [Local development](docs/local-development.md)
* [Local push](docs/local-push.md)## Blog posts
* [Rust Thermometer - Part 1](https://www.robertvojta.com/rust-thermometer-part-1/)
* [Rust Thermometer - Part 2](https://www.robertvojta.com/rust-thermometer-part-2/)