708 B
708 B
Raspi Pico Temperaturüberwachung
Doku
Docs and stuff can be found here
Hardware
- Raspiberry PI Pico
- BME/BMP 280 Sensor
- TFT Display (128x160)
- SD Reader (no card detect)
Usage
Create a wifi.hpp in includes
#pragma once
// Change this Data
#define WIFI_SSID "Zensiert"
#define WIFI_PASSWORD "ZensiertOderSo"
You also need to change the CONFIG
Section in main.cpp
if you changed the pin layout
Build
cmake -B build --toolchain cmake/pico_sdk_import.cmake -G Ninja
cmake --build build