Skip to content

A Rust project that uses pin GPIO4 on an ESP32-C3 board to blink an LED and print some text to the serial bus.

Notifications You must be signed in to change notification settings

snasirca/rust-esp32-c3-blinky

Repository files navigation

CI Build for ESP32-C3

Rust ESP32-C3 Blinky

An example Rust project that uses pin GPIO4 on an ESP32-C3 board to blink an LED and print some text to the serial bus.

To flash this project, run this command:

cargo espflash $(ls /dev/cu.usbserial-* | head -n 1) --monitor

Or

cargo run --release

Additional Examples

  • Demonstrates how to connect to a Wifi network
  • Demonstrates how to publish an MQTT message
  • Demonstrates how to go to deep sleep

Espressif docs

Credits

This project has been heavily inspired by these projects:

About

A Rust project that uses pin GPIO4 on an ESP32-C3 board to blink an LED and print some text to the serial bus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages