- Install
espflash
,ldproxy
andcargo-espflash
$ cargo install espflash ldproxy cargo-espflash
- Make sure to connect the board and that its serial/jtag gets detected by your system.
- set
SSID
andPASSWORD
env variables.
If the toolchain is correctly installed the usual cargo build
and cargo run
will work.
All the demos target the esp-rust-board.
This demo exposes the shtc3 sensor as a connected thermometer.
- http version based on
esp-hal
andpicoserve
- mDNS support based on
edge-mdns
$ cargo run --bin thermometer
This demo exposes the WS2812 LED as a light source.
- http version based on
esp-hal
andpicoserve
- mDNS support based on
edge-mdns
$ cargo run --bin light