ChocolateLoverRaj / rust-esp32c3-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Rust 91.6%Language:TypeScript 3.8%Language:Nix 2.2%Language:JavaScript 2.0%Language:CSS 0.2%Language:HTML 0.2%