A shork-powered nightlight!
Find a file
2025-01-10 19:28:10 +01:00
Artwork Added Frontplate with Transparent Text and Silver Rim, Cleanup 2024-09-08 12:34:03 +02:00
Case Added STL 2024-12-23 15:50:06 +01:00
PCB Fixed Typo, added new ibom 2024-09-30 20:39:18 +02:00
.gitignore Update gitignore 2024-09-08 11:28:37 +02:00
LICENSE Initial commit 2024-08-02 17:28:05 +02:00
README.md Update README.md 2025-01-10 19:28:10 +01:00

Blahaj_Pentagramm_Badge

Firmware:

Build WLED (https://github.com/Aircoookie/WLED) using PlatformIO with the following Environment using the Buildflags for BME280 and PIR:

[env:d1_mini] board = d1_mini platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} upload_speed = 921600 board_build.ldscript = ${common.ldscript_4m1m} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -D USERMOD_BME280 -D USERMOD_PIRSWITCH -D PIR_SENSOR_PIN=13 lib_deps = ${esp8266.lib_deps} monitor_filters = esp8266_exception_decoder