Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nafiealhilaly/stm32-dh11
- Owner: NafieAlhilaly
- Created: 2025-01-25T07:45:42.000Z (19 days ago)
- Default Branch: develop
- Last Pushed: 2025-01-25T07:56:39.000Z (19 days ago)
- Last Synced: 2025-01-25T08:25:33.029Z (19 days ago)
- Language: Makefile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```consolemake
```
to compile the project and produce the image.
then run
```consolemake burn
```
to burn the image to the Microcontroller flash memoryuse `screen.sh` to monitor uart output
```terminal
./screen.shdata -> 25
data -> 32
```