Aquarium verlichting powered by WLED — een custom interface voor SK6812 RGBW LED strips met ingebouwde setup wizard en automatische updates.
Noor (نور, Arabisch voor licht) is een custom WLED firmware build met een op maat gemaakte webinterface voor aquarium verlichting. Je bedient je strip via de browser — telefoon, tablet of PC.
Features:
- 🧙 Setup wizard bij eerste gebruik (wifi, naam, LED-aantal)
- 🎨 8 aquarium presets (Daglicht, Koraalrif, Maannacht, ...)
- 💧 SK6812 RGBW ondersteuning — aparte witte channel
- ⬆️ Automatische update melding (elke 24 uur)
- 📡 Powered by WLED — alle WLED functies beschikbaar via
/settings
| Onderdeel | Model | Prijs |
|---|---|---|
| Microcontroller | Wemos D1 Mini (ESP8266) | ~€3 |
| LED strip | SK6812 RGBW 60 LED/m IP30 | ~€10/m |
| Level shifter | 74AHCT125 | ~€1 |
| Voeding | 5V / 8–10A | ~€10 |
| Connector | JST SM 4-pin | ~€1 |
Bedrading:
5V PSU ──→ Strip VCC
──→ Strip GND
──→ Wemos 5V
Wemos D4 → 74AHCT125 input
74AHCT125 output → Strip DATA
⚠️ SK6812 is een 5V strip. Geen 12V nodig.
- Download de nieuwste
noor-x.x.x-d1_mini.binvan de Releases pagina - Flash via ESPHome Flasher of ESP Flash Download Tool
- Verbind met het wifi netwerk
Noor-Setup - De setup wizard opent automatisch in je browser
Vereisten: Git, Python 3.11+, Node.js 20+, PlatformIO
# 1. WLED broncode ophalen
git clone https://github.com/Aircoookie/WLED.git
cd WLED
# 2. Noor GUI toevoegen
git clone https://github.com/joohann/noor.git noor-overlay
cp noor-overlay/wled00/data/index.htm wled00/data/index.htm
cp noor-overlay/platformio.ini platformio.ini
# 3. Compileren & flashen (USB)
pio run -e d1_mini -t upload
# 4. OTA update (wifi)
pio run -e d1_mini_ota -t uploadNoor checkt automatisch elke 24 uur of er een nieuwe versie is via GitHub. Als er een update is verschijnt er een banner in de interface met de changelog. Klik op Installeren — de firmware wordt direct via OTA bijgewerkt, geen USB nodig.
Je kunt ook handmatig updaten:
- Download de nieuwe
.binvan Releases - Ga naar
http://[noor-ip]/updatein je browser - Upload het
.binbestand
Alle WLED instellingen zijn nog steeds bereikbaar via:
http://[noor-ip]/settings— alle WLED optieshttp://[noor-ip]/json— JSON APIhttp://[noor-ip]/index— originele WLED interface
git tag v1.1.0
git push origin v1.1.0GitHub Actions bouwt automatisch de firmware en maakt een release aan met de .bin als download.
Noor is gebouwd op WLED (MIT licentie).
Custom GUI © joohann — MIT licentie.
