by Dominic | Jul 20, 2022 | Pool Monitor, Projects, Website
The Raspberry Pi is all about learning and education, hosting your own website right from your Pi can be a great way to learn more about creating your own webpages and the tools involved. If you haven’t already then the first step is to set your Pi up as a Web…
by Dominic | Jul 17, 2022 | Hardware, Pool Monitor, Projects, Sensors
Set Up a 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, however, if you are looking for an I2C connected temperature sensor then the Atlas Scientific RTD…
by Dominic | Jul 3, 2022 | Pool Monitor, Projects, Software
Raspberry Pi Relay Controller Using the MySQL libraries that are available in python to create a relay timer using a MySQL database on a Raspberry Pi is fairly straight forward. Creating a facility to override the timers and turn the relays on or off manually is also…
by Dominic | Jun 15, 2022 | Pool Monitor, Projects, Python, Software
Send Email with a Raspberry Pi and Python Sending an email with a Raspberry Pi Python program can be very useful when you want an alert, or to send a large number of personalized emails or perhaps just automate the sending of common emails among other things. To…
by Dominic | Jun 12, 2022 | Pool Monitor, Projects, Software, Website
In this tutorial I will show you how to install phpMyAdmin on a Raspberry Pi, phpMyAdmin is a free tool that has been designed to allow for easy administration of MySQL via a browser. If you have never used a relational database like MySQL (MariaDB) then phpMyAdmin…