Example that hosts a small website on an ESP32-C3 microcontroller
| .cargo | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| diagram.json | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| rust-toolchain.toml | ||
| wokwi.toml | ||
Website on ESP32
This code is derived from the esp-mbedtls edge server example.
Build
PASSWORD=password cargo besp32c3
Windows:
powershell { $env:PASSWORD='debug'; cargo besp32c3 }
Flash
espflash flash --monitor --baud 921600 target/riscv32imc-unknown-none-elf/release/http-server