How to Run Netflix on the Raspberry Pi Beginner, MediaThis tutorial will run you through the process of getting Netflix working on your Raspberry Pi. To get Netflix to work on the Pi we will be making use of a special add-on for the popular media center, Kodi. Read More
How to Setup a Raspberry Pi DNS Server Beginner, NetworkIn this tutorial, we take you through all the steps to configuring your Raspberry Pi to act as a DNS server. It’s ideal if you want to have a bit more control over how your local network operates. It’s a relatively easy tutorial. Read More
Installing InfluxDB to the Raspberry Pi Beginner, ServersIn this tutorial, we walk you through the process of setting up and installing InfluxDB to the Raspberry Pi. InfluxDB is the perfect database for storing metrics as every data point in InfluxDB contains a timestamp. Read More
Setting up Grafana on the Raspberry Pi Beginner, IoT, ServersLearn how to setup Grafana on the Raspberry Pi in just a few easy steps in this tutorial. Grafana is the perfect tool for analyzing and visualizing metrics such as temperatures, system usage or even stock prices. Read More
Beginners Guide to Cron Jobs and Crontab Getting Started, LinuxIn this tutorial, we go through all the basics of cron jobs and the crontab. Using the cron is extremely important as you can use it to schedule tasks to run. We also have a crontab generator that produces valid cron jobs to make use of. Read More
How to Partition and Format Drives on Linux Guides, LinuxLearn how to partition and format drives using the Raspberry Pi or another device running a Linux based operating system. Knowing this process is incredibly handy when setting up an old or new drive and it has the wrong or no partitions. Read More
Introduction to Python Syntax Coding, PythonIn this tutorial, we explain the Python programming language’s syntax. You must understand the basic syntax if you want to write valid code. Knowing the correct syntax will also make your life a lot easier whenever you revisit code. Read More
Getting started with Python Coding, PythonIn this guide, we take you through all the steps to getting started with the Python programming language. We also explain the basics of what Python is and how it came about. This guide is the ideal starting point. Read More
Calculating Series Resistance ElectronicsLearn how to calculate series resistance in this easy to follow guide. We take you through an example of how to quickly calculate the total resistance with. There is also a calculator that you can make use of to verify your own calculations minimal effort. Read More
Basic Guide to Voltage Dividers ElectronicsIn this guide, we go through all the basics of voltage dividers and anything else that you need to know about them. It’s a crucial part of electronic circuits that I highly recommend that you take the time to learn and understand. Read More
Arduino RGB LED Strip using the APA102 Arduino ProjectsThis tutorial takes you through all the steps to connecting the APA102 RGB LED strip to the Arduino. We also guide you through the process of writing some code to be able to control the LED strip. It’s an excellent project if you love playing with lights. Read More
Arduino Accelerometer using the ADXL345 Arduino ProjectsLearn how to set up the ADXL345 accelerometer with the Arduino. It’s a cool sensor that will be handy in quite a few tutorials, especially ones where movement is involved. We make use of an Adafruit library, which makes this tutorial significantly easier. Read More