OrangeClock: Bitcoin Uhr zum selber bauen!
2024-12-24T16:40:55+0800

Die Orange Clock ist ein Open Source Projekt von Marcelinho und eine günstige Alternative zur Blockclock. Ich kann nicht programmieren, aber die Einrichtung war wirklich leicht und dauert vielleicht 15 Minuten. Hardware: Raspberry Pi Pico W (Pre-Soldered): https://amzn.to/3OIFtzp (Affiliate Link) 2.9inch E-Paper E-Ink Display for Raspberry Pi Pico: https://amzn.to/3vQNwU2 (Affiliate Link) Schraubenset (mit Glück gibts die sogar einzelnd im Baumarkt): https://amzn.to/47Uxyp6 (Affiliate Link) 3D Druck Gehäuse Datei (auch käuflich erwerblich auf gobrrr): https://github.com/marc3linho/OrangeClock/tree/main/case Spannungsversorgung via USB Kabel Software: Anleitung: https://orange-clock.com/#build-instructions Firmware: https://www.raspberrypi.com/documentation/microcontrollers/micropython.html Thonny: https://github.com/thonny/thonny/releases Orangeclock Code: https://github.com/marc3linho/OrangeClock/tree/main Font to py: https://github.com/peterhinch/micropython-font-to-py Schriftart: https://github.com/impallari/Libre-Franklin/tree/master/fonts/TTF Font to py command: font_to_py.py -x LibreFranklin-Bold.ttf 42 libreFranklinBold_NEU.py -c "#$%&,-./0123456789:;@ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz " Es muss mind. Python 3.2 installiert sein und man braucht die freetype-py Bibliothek. Dies installiert man über: apt-get install python3-pip pip install freetype-py Hier ist sonst der Inhalt der Font.py Datei: https://justpaste.it/cyg79 Falls die Seite orange.clock bei euch nicht geht, versucht 192.168.4.1 Danke an den Entwickler: Marcelinho auf nostr: npub16cpe069rjz6pm5t42xcyhcn66f5rr04k64df3g03fk2wctlrlhsqycedcd Spenden an den Entwickler: [email protected] Timestamps 00:00 Begrüßung 00:08 Was braucht man? 00:21 Zusammenbau 00:36 Software installieren 01:36 WLAN einrichten 01:57 Fertig 02:08 Alternativer Text anstatt "error" 03:17 Wer steckt hinter OrangeClock?