by Dominic | Oct 9, 2022 | Circuits, Getting Started, Python
Simple Raspberry Pi GPIO Circuits Interacting with electronic circuits is one of the great things you can do with the Raspberry Pi utilising it’s General Purpose Input Output (GPIO) ports. If you are new to making electronic circuits then you do need to…
by Dominic | Aug 30, 2022 | Pool Monitor, Power Control, Python, Sensors
HydroPi Pool Monitor This Raspberry Pi pool monitor code will allow you to manage multiple sensors and relays and send email alerts among other things. This program pulls together several other posts that I have written, if you are curious then I suggest you…
by Dominic | Jul 3, 2022 | Power Control, Python
MySQL Database Creation Using the libraries available in python creating timers using a MySQL database to manage relays connected to a Raspberry Pi is fairly straight forward. Creating a facility to override the timers and turn the relays on or off manually is…
by Dominic | Jun 15, 2022 | Python
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…