script type="text/javascript"> jQuery(document).ready(function(){ jQuery("article.et_pb_post").each(function(){ jQuery(">a:first-child, .et_pb_image_container", this).insertAfter(jQuery(".post-meta", this)); }); });
Select Page

Search my blog!

Raspberry Pi Articles

Upgrade RPi with SSD

Upgrade RPi with SSD

Prepare your RPI 3 First you have to tell the RPI firmware to boot from USB, this feature is disabled and has to be enabled once per raspberry pi. You can do this from SSH by running the following command: echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt...

read more

My Home Automation

While browsing on the interwebs I did find a great post about a MagicMirror by Michael Teeuw http://michaelteeuw.nl/. This gave me the cool idea to use my old iPad for my own Home Automation system. As I moved to my new house in september 2015 I would like to automate...

read more