Skip to content

A stm32 blackpill based project to control humidity in my basement. ith the help of a BME280 the dew point is calculated and compared with the outside temperature.

Notifications You must be signed in to change notification settings

malteA/stm32_bme280_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

install openocd

pacman -S openocd

install probe-run

cargo install probe-run

install target

rustup target add thumbv7em-none-eabihf

run

cargo run

wiring

blackpill w/ bme280

device VCC GND SCK MOSI CS MISO
blackpill 3v3 GND PA5 PA7 PB0 PA6
bme280 VCC GND SCL SDA CSB SDO

blackpill w/ stlink

device 3v3 SWCLK GND SWDIO
blackpill 3v3 SCK GND DIO
ST-Link 3v3 SWCLK GND SWDIO

blackpill w/ sh1106 oled

device 3v3 GND SCL SDA
blackpill 3v3 GND PB8 PB9
SH1106 VDO GND SCK SDA

About

A stm32 blackpill based project to control humidity in my basement. ith the help of a BME280 the dew point is calculated and compared with the outside temperature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages