wot-esp-demo
Demo Hygro-Thermometer based on the esp-rust-board.
- http version based on std-training
Deploy
Rust prerequisites
- 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
Distribution specific prerequisites
- Install
clang
andllvm
with support for RISC-V - Install
libuv
Depending on your distribution the package may be{pkgname}-dev
or{pkgname}-devel
.
Building and running
- 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.