Raspberry Pi Pico Codebase for the LF07 Project
Go to file
tobid7 7b79c20b8f # Changes
- Fix Visual glitch in Clear Screen
- Add Long Time Screenshot
- Try fix sd card issue (still not working)
2025-06-12 15:20:40 +02:00
.vscode Initial Comit 2025-06-12 10:04:45 +02:00
cmake Initial Comit 2025-06-12 10:04:45 +02:00
data Initial Comit 2025-06-12 10:04:45 +02:00
doku # Changes 2025-06-12 15:20:40 +02:00
include Initial Comit 2025-06-12 10:04:45 +02:00
source # Changes 2025-06-12 15:20:40 +02:00
tools/img2c Initial Comit 2025-06-12 10:04:45 +02:00
vendor Initial Comit 2025-06-12 10:04:45 +02:00
.gitignore Initial Comit 2025-06-12 10:04:45 +02:00
.gitmodules Initial Comit 2025-06-12 10:04:45 +02:00
CMakeLists.txt # Changes 2025-06-12 15:20:40 +02:00
README.md Initial Comit 2025-06-12 10:04:45 +02:00

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

External Dpendencies