by Dominic | Jun 15, 2022 | Pool Monitor, Projects, Python, Software
Send Email with a Raspberry Pi Sending email with a Raspberry Pi can be very useful when you want an alert to indicate that a script has completed running or a set of conditions have been reached. To achieve this we need to create a python script that uses the…
by Dominic | Jun 12, 2022 | Pool Monitor, Projects, Software, Website
Raspberry Pi and phpMyAdmin This post is a follow up to my previous instruction, configuring a Raspberry Pi web server which covers loading the Apache web server and MySQL database management system. phpMyAdmin is a free tool that has been designed to allow for…
by Dominic | Jun 6, 2022 | Pool Monitor, Projects, Software, Website
Raspberry Pi LAMP Web Server Configuring a Raspberry Pi Apache Server has the advantage of allowing you to host your own webpages. Out of the box Raspian does not have this configured to ensure that the operating system is as small as possible so we will…