Raspberry Pi Pico Codebase for the LF07 Project
- Fix Visual glitch in Clear Screen - Add Long Time Screenshot - Try fix sd card issue (still not working) |
||
---|---|---|
.vscode | ||
cmake | ||
data | ||
doku | ||
include | ||
source | ||
tools/img2c | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md |
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