Blahaj_Pentagramm_Badge/README.md

29 lines
726 B
Markdown
Raw Normal View History

2025-01-10 19:25:54 +01:00
# Blahaj_Pentagramm_Badge
2025-08-25 17:22:58 +02:00
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.
2025-01-10 19:25:54 +01:00
Firmware:
Build WLED (https://github.com/Aircoookie/WLED) using PlatformIO with the following Environment using the Buildflags for BME280 and PIR:
2025-01-11 01:16:02 +01:00
```
[env:d1_mini]
2025-01-10 19:31:57 +01:00
...
2025-01-10 19:25:54 +01:00
build_flags = ${common.build_flags_esp8266} -D USERMOD_BME280 -D USERMOD_PIRSWITCH -D PIR_SENSOR_PIN=13
2025-01-10 19:31:57 +01:00
...
2025-01-11 01:16:02 +01:00
```
2025-01-10 20:41:57 +01:00
Configuration:
```
LED Preferences:
-> Length = 15
-> GPIO = 14
Usermods:
-> SDA = 4
-> SCL = 5
-> Enabled
Reboot
2025-01-11 01:16:02 +01:00
```