- Install
espflash,ldproxyandcargo-espflash
$ cargo install espflash ldproxy cargo-espflash
- Make sure to connect the board and that its serial/jtag gets detected by your system.
- set
SSIDandPASSWORDenv 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-halandpicoserve - 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-halandpicoserve - mDNS support based on
edge-mdns
$ cargo run --bin light
This demo exposes an integrated button via Server-Sent Events (SSE).
- http version based on
esp-halandpicoserve - mDNS support based on
edge-mdns
$ cargo run --bin button