Skip to content

ChocolateLoverRaj/rust-esp32c3-examples

Repository files navigation

Programming ESP32-C3 with Rust

Examples with wiring diagrams for using some sensors with ESP32-C3, programmed with Rust ESP32-C3 with Rust Logo

Materials Needed

  • ESP32-C3 (I bought this one and this one)
  • USB Cable to connect the ESP32-C3 to your computer. You can use a USB-A to USB-C cable or a USB-C to USB-C cable, they both work.
  • Project-specific materials

Try out the code

  • Clone this repo
  • Install Rust
  • You may need to install some Rust stuff for ESP32-C3
  • Plug in your ESP32-C3
  • Make sure you have the permissions to access ESP32-C3 (/dev/ttyACM0)
  • cd to the directory you want to run
  • cargo run

Resources

This project is based off of these resources

Rust on ESP32-C3

Project-specific resources

Can be found in the README.md files in folders

About

Examples with wiring diagrams for using some sensors with ESP32-C3, programmed with Rust

Topics

Resources

License

Stars

Watchers

Forks