A shork-powered nightlight!
Find a file
2025-09-02 18:44:33 +02:00
Artwork Production ready commit 2025-07-11 22:28:59 +02:00
Case Add a Multiboard compatible mount 2025-09-02 18:44:33 +02:00
Firmware Rename Folder 2025-08-28 16:28:38 +02:00
IBOM New IBOM version, put rendered IBOM into root directory 2025-08-29 13:16:56 +02:00
Manual/SetupGuide Create SetupGuide_Small.pdf 2025-08-27 22:48:33 +02:00
PCB New IBOM version, put rendered IBOM into root directory 2025-08-29 13:16:56 +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 Fixed Link to IBOMM render 2025-08-29 13:55:51 +02:00

Blahaj_Pentagramm_Badge

The Shorktagram-Badge features a beautiful PCB-Frontplate backed with 15 individually controllable LEDs, Temperature and Humidity Sensor as well as an optional Motion Sensor. This setup makes it ideal to be used as an air sensor by day and a nightlight by uh... night.

IBOM: https://htmlpreview.github.io/?https://github.com/Waldehyd/Blahaj_Pentagramm_Badge/blob/main/IBOM/ibom.html

Firmware:

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

[env:d1_mini]
...
build_flags = ${common.build_flags_esp8266} -D USERMOD_BME280 -D USERMOD_PIRSWITCH -D PIR_SENSOR_PIN=13
...

Configuration:

LED Preferences: 
    -> Length = 15
    -> GPIO = 14
Usermods:
    -> SDA = 4
    -> SCL = 5
    -> Enabled

    Reboot