X

Exploring Raspberry Pi – Book Review

The first thing you need to know is that this is not a “Raspberry Pi for Beginners” book! This book…

Dominic

Raspberry Pi Pool Monitor – Website

This Raspberry Pi pool monitor website makes controlling the associated Hydropi python code much easier. It will allow you to…

Dominic

Raspberry Pi Pool Monitor – Python Code

This Raspberry Pi pool monitor code will allow you to manage multiple sensors and relays and send email alerts among…

Dominic

Raspberry Pi I2C Temperature Sensor

There are several temperature sensors that are available for your Raspberry Pi one of the most popular being the DS18B20,…

Dominic

Relay Timer Using a MySQL Database

Using the libraries available in python creating timers using a MySQL database to manage relays connected to a Raspberry Pi…

Dominic

Send Email with a Raspberry Pi and Python

Sending email with a Python program can be very useful when you want an alert, to receive a set of…

Dominic

Connecting a Relay Board to a Raspberry Pi

Relays are an electromagnetic switch that allows you to control one electrical circuit by opening and closing contacts in another…

Dominic

DS18B20 Temperature Sensor on a Raspberry Pi

The 1-Wire DS18B20 waterproof temperature sensor is a very common sensor that is used with the Raspberry Pi . The…

Dominic

Configuring WiFi on a Raspberry Pi

Adding WiFi to a Raspberry Pi (RPi) is a very simple process if you are using the latest version of…

Dominic

Raspberry Pi Initial Setup

If you’ve never heard of a Raspberry Pi Computer (RPi) before then I suggest that you head over to the…

Dominic