Demo Hygro-Thermometer based on the esp-rust-board.
- http version based on std-training
- Install
espflash
,ldproxy
andcargo-espflash
$ cargo install espflash ldproxy cargo-espflash
- Install a
nightly
rustc at least for now.
$ rustup install nightly --component rust-src
- Install
clang
andllvm
with support for RISC-V - Install
libuv
Depending on your distribution the package may be{pkgname}-dev
or{pkgname}-devel
.
- Make sure to connect the board and that its serial/jtag gets detected by your system.
- Populate the
cfg.toml
with the wifi credentials.
If the toolchain is correctly installed the usual cargo build
and cargo run
will work.