Pascal Henze
Pascal Henze
@SvenFackert take a look here: https://github.com/bk1285/rpi_wordclock/issues/27 I have a brightness sensor until day one of my clock. Would be great if we can find a solution for everyone.
That should no be different to my implementation. But you need a python library for that. Your example is C++. Test this one: https://gist.github.com/oskar456/95c66d564c58361ecf9f What are your knowledge in python...
Okay without Python knowledge this could be hard. A second approach you can try is just to replace the I2C Values. For Your Sensor (i think): - Adress : 0x23...
Always check the following when such errors occur: * Do you have common grounding ? * Do you use a level shifter ? I think this is neccessary with that...
That is already fixed in the development branch. https://github.com/bk1285/rpi_wordclock/issues/177 This Branch needs python3. So i think you need to update the whole installation or merge this changes manually.
Entweder du kopierst dir die Änderungen aus folgendem Commit manuell in das Verzeichnis: https://github.com/FrankX0/rpi_wordclock/commit/0edce92307fefca6f44287f07e958324d2fa055c Oder du benutzt den development Brand auf Python3 Basis. Was hier genau zu tun ist ist...
Bist du auf dem richtigen Branch unterwegs ? Hast du den Befehl ausgeführt : `git checkout --track origin/develop` Ansonsten bitte mal im Verzeichnis `/home/pi/rpi_wordclock/`folgende Befehle eingeben: `git status` und `git...
Okay jetzt bin ich ein bisschen ratlos. Wie hast du denn den code auf den Raspberry gebracht ? Unter dem Link https://github.com/bk1285/rpi_wordclock/tree/develop ist doch eine Schritt für Schritt Anleitung mit...
Okay dann bitte folgendes ausführen (nacheinander): ``` cd ~ sudo rm -Rf rpi_wordclock git clone https://github.com/bk1285/rpi_wordclock.git cd rpi_wordclock git checkout --track origin/develop ``` Dann sollte es klappen mit `python3 wordclock.py`
Wenn das alle nicht klappt macht eine neue Raspbian Version Sinn ja. Ich bin auf Buster unterwegs