Skip to content

danieldidiobalsamo/dht11_rust_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project consists in a Rust (no_std) driver for DHT11 temperature and humidity sensor, using Embassy framework. The example runs on an ESP32-C3 microcontroller.

Wiring

image info

How to launch

Make sure Rust is installed.

Set the target:

rustup target add riscv32imc-unknown-none-elf

Install libudev-dev

sudo apt install libudev-dev

Install espflash to be able to flash the binary to ESP32 device:

cargo install espflash

Then you can run the project:

cargo run --release

About

DHT11 Rust no_std driver using Embassy framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages