English description further below.
Dies ist ein Projekt für eine mehrsprachige Wortuhr, basierend auf einem ESP8266 Mikrocontroller und einem programmierbaren LED-Streifen (WS2812 oder SK6812). Eine Wortuhr ist ein einzigartiges Projekt, das Technologie und Design kombiniert, um einen funktionalen und ästhetisch ansprechenden Zeitmesser zu schaffen. Mit der Möglichkeit, die Zeit in mehreren Sprachen anzuzeigen, ist diese Wortuhr nicht nur ein Gesprächsthema, sondern auch eine praktische Lösung für alle, die nach einer modernen und innovativen Möglichkeit suchen, die Zeit im Auge zu behalten. Egal, ob du ein Anfänger oder ein erfahrener Bastler bist, dieses Projekt ist eine großartige Möglichkeit, deine Fähigkeiten auf die Probe zu stellen und etwas wirklich Besonderes zu schaffen.
- Hardware
- NodeMCU (getestetes Board Lolin Version3 und Wemos D3 mini) oder vergleichbares Board mit einem ESP8266
- WS2812B, WS2816 RGB-LED-Streifen oder SK6812 RGBW-Streifen
- Stromversorgung 5V 2A
- Optional: LDR, 10 KOhm-Widerstand
- Software
- Installieren Sie PlatformIO IDE, Node.js und Git manuell über die oben genannten Links.
- Dadurch wird Visual Studio Code installiert, mit einem PlatformIO-Symbol (Ameisenkopf/Alien) in der Seitenleiste.
- Gehen Sie zu 'Quick Access / Miscellaneous' und geben Sie den Befehl 'Clone Git Project' ein, und geben Sie 'https://github.com/ESPWortuhr/Wortuhr' als URL ein.
- Gehen Sie dann zu 'Projekte', fügen Sie das neue Projekt mit 'Vorhandenes hinzufügen' zur Liste hinzu und klicken Sie auf 'Öffnen'.
- In der PlatformIO-Seitenleiste erscheint nun 'Project Tasks'. Wählen Sie den Befehl 'General / Upload' (dauert ein paar Minuten, die Software wird zuerst erstellt).
- Schließen Sie den ESP-8266 über USB an. Wenn die Wortuhr-Software erstellt ist, wird sie auf dem ESP installiert.
Der einfachste Weg wäre mit homebrew:
brew install platformio
brew install node
git clone https://github.com/ESPWortuhr/Wortuhr
cd Wortuhr
pio run -t upload
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
sudo apt install npm
git clone https://github.com/ESPWortuhr/Wortuhr
cd Wortuhr
pio run -t upload
- RX = DI / Datenbus
- G = GND / Masse
- VU = 5V
- Pegelanpassung 3.3V bis 5V siehe Doku
pics
enthält Bildersvg
enthält SVG-Dateieninclude
enthält C-Header-Dateiensrc
enthält C-Quelldateienwebpage
enthält das Webinterfacedocs
enthält Handbüchertemplates
enthält Fräs- und Laserdaten
- HomeKit Unterstützung
- Home Assistant Unterstützung
Diese Software ist unter der BSD-Lizenz lizenziert und darf frei verwendet werden. Es ist erlaubt, sie zu kopieren, zu verändern und zu verbreiten. Die einzige Bedingung ist, dass der Copyright-Hinweis des Originalprogramms nicht entfernt werden darf.
This is a project for a multilingual wordclock based on an ESP8266 microcontroller and a programmable LED stripe (WS2812 or SK6812). A wordclock is a unique project that combines technology and design to create a functional and aesthetically pleasing timepiece. With the ability to display the time in multiple languages, this wordclock is not only a conversation piece, but also a practical solution for anyone looking for a modern and innovative way to keep track of time. Whether you're a beginner or an experienced maker, this project is a great way to put your skills to the test and create something truly special.
- Hardware
- NodeMCU (tested board Lolin Version3 and Wemos D3 mini) or comparable board with an ESP8266
- WS2812B, WS2816 RGB LED Stripes or SK6812 RGBW Stribes
- Power supply 5V 2A
- Optional: LDR, 10 KOhm resistor
- Software
- Manually install PlatformIO IDE, Node.js and Git using the links above.
- This will install Visual Studio Code, with a PlatformIO icon (ant head/alien) in the sidebar.
- Go to 'Quick Access / Miscellaneous' and enter the command 'Clone Git Project', and enter 'https://github.com/ESPWortuhr/Wortuhr' as the URL.
- Then go to 'Projects', add the new project to the list by 'Add Existing' and click on 'Open'.
- Then in the PlatformIO sidebar 'Project Tasks' appears. Select the command 'General / Upload' (takes a few minutes, the software will be built first).
- Connect the ESP-8266 via USB. When the word clock software is built, it will be installed on the ESP.
The easiest way would be with homebrew:
brew install platformio
brew install node
git clone https://github.com/ESPWortuhr/Wortuhr
cd Wortuhr
pio run -t upload
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
sudo apt install npm
git clone https://github.com/ESPWortuhr/Wortuhr
cd Wortuhr
pio run -t upload
- RX = DI / Data Bus
- G = GND / Masse
- VU = 5V
- Level adjustment 3.3V to 5V see docs
pics
contains imagessvg
contains SVG filesinclude
contains C header filessrc
contains C source fileswebpage
contains the web interfacedocs
contains manualstemplates
contains milling and laser data
- HomeKit Support
- Home Assistant Support
This software is licensed under the BSD license and may be used freely. It is allowed to copy, modify and distribute it. The only condition is that the copyright notice of the original program must not be removed.