Skip to content

tfachmann/esp32-embassy-sensor-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Embassy Sensor Snippets

Some sample snippets for esp32 board, built with Rust (esp-rs + embassy).

References:

Compiling + Flashing

source ~/export-esp.sh  # assumes espup is installed
cargo run --bin led_internal_blink --release

For requirements, see below.

Requirements

# get espup + espflash (a special Rust toolchain for esp32 by esp-rs)
pacman -S espup espflash

# get esp-generate (for this script)
cargo install esp-generate

# install espup (which must be sourced later)
espup install

About

Sample snippets programming an esp32 with Rust + async + embassy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages