Author: raspberryfield
Is it wrong to teach children that hard work pays off?
We are still in a very long period of low-interest rate and there’s cheap money everywhere. Banks basically give money away. With a lot of fresh money in the system, that leads eventually to inflation. That means that savings from years of hard work won’t buy you as much as they once could. Why don’t […]
The Overuse of Pie Charts – the Abuse of Data Visualization
With self-service BI-tools like Power BI, Tableau and Qlik, it has never been easier to visualize data. Now when every office clerk can make astonishing beautiful dashboards, there is one thing I rather not see on those visualizations…pie charts. If you don’t understand why, I recommend you to read “Save the Pies for Dessert” by […]
IT recruiters that don’t know their domain….
About IT recruiters that don’t know their domain…. Interesting reading: https://www.quora.com/Why-are-software-developers-rude-to-recruiters-who-are-trying-to-get-them-a-job [2020-08-09]
Getting started with Home Assistant Core – Installing
This is my notes about how I installed Home assistant Core on a Raspberry Pi 3. Things are changing extremely fast in this community driven open source world of home automation. I don’t expect this to be relevant for very long… Index Introduction Prerequisites Install Home Assistant Core Onboarding Make Home Assistant run automatically Conclusion […]
MQTT Mosquitto – Raspberry Pi
Let’s get serious about sending messages between Raspberry Pis on your home network! Info. The code presented in this blogpost is now maintained here: https://github.com/raspberryfield/python-mqtt-examples-git. Index Prerequisites Introduction Install Mosquitto Testing Mosquitto Installing MQTT Python Library – Paho Write a Test Publisher Client Write a Test Subscriber Client Test the Publisher Client from another Device […]
Stickers on a Laptop? — It’s probably a Developer!
Stickers on a Laptop? — It’s probably a Developer!
DS18B20 Temperature Probe – Raspberry Pi
Let’s read the temperature with a DS18B20 Temperature Probe, connected to a Raspberry Pi! Index Introduction Prerequisites Hardware Setup Software Approach Using ‘w1thermsensor’ python library Conclusion Resources Introduction Recently I bought a DS18B20 Temperature Probe from my local electronic store. I want to do some temperature measures and this probe works outdoors, indoors, is waterproof, […]
Headless Raspberry Pi
Sometimes you want to use and be able to configure a single board computer (like the Raspberry Pi) without a monitor, keyboard, and mouse. Such a setup is called headless setup. This post will teach you how to do this. Index Introduction Prerequisites Configure Wi-Fi and ssh Get the IP address Connect via ssh using […]
Samba share Raspberry Pi
Want to learn how to share files between your Raspberry Pi and your PC? Read this post! Index Introduction Prerequisites Install samba Create a Share Test the Share Resources Introduction On a network, windows share files between computers and printers via something called the SMB protocol. (Under the hood, SMB uses the NetBIOS API to […]
Raspberry Pi – Getting Started with GPIO
Have you ever wondered what the row of pins on the Raspberry Pi is for? If ‘Yes’, this is the post to start with. This post will briefly explain what they are and provide a ‘Hello world’ example with a blinking LED. Index Prerequisites Introduction GPIO pinout Setup The Code Conclusion Resources Prerequisites Extremely basic […]