Examples with wiring diagrams for using some sensors with ESP32-C3, programmed with Rust
- 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
- 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 runcargo run
This project is based off of these resources
- https://github.com/ivmarkov/rust-esp32-std-demo
- https://github.com/shanemmattner/ESP32-C3_Rust_Tutorials
Can be found in the README.md
files in folders