Nun ist es an der Zeit den Raspberry PI mit externen Dateträgern zu verbinden – sei es über LAN oder eben per USB. Besonders wegen des geringen Stromverbrauchs (~ 2 W) ist das eine klasse Sache. So kann man den Raspberry auch gerne mal im Dauerbetrieb laufen lassen – ohne viel Energie zu verbrauchen. […]
okhttp3
DIY Smart Door für 5 Euro (Android App – Part 3)
Die App hat genau 2 Aufgaben: Sie soll es ermöglichen die Tür aus der Ferne zu öffnen und uns über Klingel Events per Notification informieren. Das ist nicht viel Programmieraufwand, aber trotzdem interessant. Zum realisierung wird nämlich Firebase verwendet und die unter euch die Firebase für eine Android App noch nicht verwendet haben werden heute […]
Awesome Timelapse of Berlin City
This guy took awesome timelapse video that allow you to see Berlin from a interesting angle. Gropiusstadt: Equipment: photographed in RAWEdited in Adobe LightroomVideo made with Adobe Premiere pro
DIY Smart Door für 5 Euro (Door Bell – Part 2)

Das ist Teil 2 des Smart Door Projektes. In diesem Teil geht es um das abgreifen des Klingelsignales. Wie bereits im 1. Teil, schauen wir uns zunächst die Kontakte der Platine an. Beim Ritto Twinbus Wohntelefon 7630 finden wir diese auf deh0511.de. Zwischen diesem Kontakt und GND liegen also 5 Volt an sobald jemand die […]
HowTo: Raspberry start command on startup with tmux
What you want is to automatically start a script or programm when your raspberry pi boots. And you want so specify a user which is executing the process. Even better, you want to start it in a tmux session because this allows you to attach to the session and see whats going on. You are […]
DIY Smart Door für 5 Euro (Smart Door Opener – Part 1)
Mit dem Magic Door Opener kann man von überall auf der Welt (überall wo es Internet gibt 😉 ) die Haustür (nicht Wohnungstür) öffnen und eine Notifications aufs Smartphone erhalten, sobald es an der Tür klingelt. Die Idee kam mir als ich für Anwendungen für mein NodeMCU (ESP8266) gesucht habe. Dabei fielen meine Blicke irgendwann […]
Retrofit2 + RxJava: „Unable to create call adapter for rx.Observable“
If you have trouble with Retrofit2 and RxJava you should doublecheck you Retrofit setup. To be honest I write the blogpost because it happend to me and I did not found a good answer on google. A really common exception that you get when when Retrofit2 is missing the right call adapter is this: Exception […]
Raspberry Pi 3 komplett Set !
Android Lesson Learned: Drawable vector is ignoring color (svg shown black)
What you need to know when you want to support versions older than L and want to use vector (svg) drawables is that you cannot use the @color thing to pick your color. You need to take the oldfashion way with #HEXCODE. If you don’t this will lead to black vector graphics on all devices […]
How to build an Electric Skateboard – Part 1 Research
I think, 2 years ago I heard the first time about electric skateboards and I immediately wanted one. But at this time there where no good parts for mounting the motor(s). All electric stakeboards that you can buy are at least 900 Euro. I want that cheaper. This week I even stumbled upon a Longboard at […]