Files
system-control/firmware
Peter Siegmund d68667d377
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 3m23s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 3m29s
ESP-IDF Build / build (esp32c6, release-v6.0) (push) Failing after 4m8s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Successful in 3m46s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Successful in 4m5s
ESP-IDF Build / build (esp32s3, release-v6.0) (push) Failing after 1m24s
add external package
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-12-20 15:04:45 +01:00
..
2025-08-23 16:35:09 +02:00
2025-08-23 16:02:21 +02:00
2025-08-20 10:27:03 +02:00
2025-12-20 14:59:36 +01:00
2025-12-20 15:04:45 +01:00
2025-09-30 20:47:08 +02:00
2025-08-20 10:27:03 +02:00
2025-12-20 14:59:36 +01:00
2025-09-13 20:42:01 +02:00
2025-09-11 10:51:57 +02:00
2025-08-20 10:27:03 +02:00
2025-08-23 16:02:21 +02:00
2025-08-20 10:27:03 +02:00
2025-09-30 20:16:10 +02:00

Systen Control

ESP32-S3 (folder: main)

This is an implementation of my custom system control project (custom pcb with Lolin ESP32-S3 Mini) and LED strip.

The build process is straight forward with ESP-IDF. We used version 5.4 while development and the github actions tried to compile for multiple ESP-IDF versions, so we are safe.

Desktop (folder: src)

It's included also a desktop application (with SDL3), so you can test the project without any MCU.

Global Information

The projects can be generated from the root, because here is the starting CMakeLists.txt file.