Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nafiealhilaly/stm32-dh11

Interfacing with DHT11 using STM32 and Libopencm3.
https://github.com/nafiealhilaly/stm32-dh11

Last synced: 5 days ago
JSON representation

Interfacing with DHT11 using STM32 and Libopencm3.

Awesome Lists containing this project

README

        

Interfacing with DHT11 temperature and humidity senson using stm32 and libopencm3.

## Hardware
- Relay Module
- Motion sensor
- Photoresistor

## Run
To build the project, navigate to the firmware folder and run
```console

make

```

to compile the project and produce the image.

then run
```console

make burn

```
to burn the image to the Microcontroller flash memory

use `screen.sh` to monitor uart output
```terminal
./screen.sh

data -> 25
data -> 32
```