Example that hosts a small website on an ESP32-C3 microcontroller
Find a file
2025-04-12 08:48:18 +10:00
.cargo Add html for http server 2025-04-12 00:09:51 +10:00
src Some more tidying up 2025-04-12 08:48:18 +10:00
.gitignore Add README 2025-04-12 00:35:16 +10:00
Cargo.lock Add html for http server 2025-04-12 00:09:51 +10:00
Cargo.toml Some more tidying up 2025-04-12 08:48:18 +10:00
diagram.json Add Wokwi support (VS Code and browser) () 2023-12-19 11:11:30 +01:00
LICENSE-APACHE Some more tidying up 2025-04-12 08:48:18 +10:00
LICENSE-MIT Some more tidying up 2025-04-12 08:48:18 +10:00
README.md Some more tidying up 2025-04-12 08:48:18 +10:00
rust-toolchain.toml Add html for http server 2025-04-12 00:09:51 +10:00
wokwi.toml Add Wokwi support (VS Code and browser) () 2023-12-19 11:11:30 +01:00

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