Temperature humidity index monitor to LED
Rustで作る温湿度LEDモニター
- Arduino UNO R3
- RGP LED (カソードコモン)
- KP-DHT20 温湿度センサ
- お使いのコンピュータ
- ArchLinux 6.3.9-arch1-1 x86_64
Windows | macOS | GNU/Linux |
---|---|---|
None | None | OK! |
- issue求む
- rustc 1.68.0-nightly (37d7de337 2022-12-12)
- cargo 1.68.0-nightly (70898e522 2022-12-05)
- ravedude v0.1.5 no git
- avr-gcc
- avr-libc
- avrdude
以下のコマンドを実行してツールチェインのバージョンを揃えてください。 Please run this command.
rustup override set nightly-2022-12-12
rustup component add rust-src --toolchain nightly-2022-12-12
cargo run --release
--release
をつけないとavr-gccがエラーを吐きます。
- Rust-Analyzer(VSCode)で
#[arduino_hal::entry]
に赤波線が引かれる- Rust-Analyzerの設定jsonファイルに
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"]
を追加
- Rust-Analyzerの設定jsonファイルに
- 温度と湿度を取得してシリアルコンソールに表示
- LEDのテスト
- 不快指数を計算してLEDで表現
- 申し訳程度の抽象化
- システム図を載せる
- Windows, macOSでのビルドテスト(やる気スイッチが入らないので誰か..)
MIT License
とApache License v2.0
とのデュアルライセンスです。