diff --git a/src/projects/nightlight.md b/src/projects/nightlight.md new file mode 100644 index 0000000..a45e5e6 --- /dev/null +++ b/src/projects/nightlight.md @@ -0,0 +1,24 @@ +--- +sidebar: true +excerpt: "I'm running my services on my own server, because it's fun :D" +imgUrl: "../.vuepress/assets/images/server.jpg" +meta: +- name: description + content: my home server rack +- name: keywords + content: Alban, David, Becker, server, hosting, networking, development, devops +--- + +# WLED nightlight + +a little wled 5x5 led matrix + + +- esp8266 +- 5x5 ws2812b leds + +![](../.vuepress/assets/images/nightlight-front.png) +![](../.vuepress/assets/images/nightlight-back.png) + +- stack: kicad +- repo: [github.com](https://github.com/adb-sh/nightlight)