by Dominic | Apr 1, 2022 | Getting Started, Raspbian, Software, Tutorials
Executing Python So you’ve decided to take the plunge and learn more about computers and programming with a Raspberry Pi, you’re ready to start writing your own amazing projects or trying other peoples code but then you realise that your not to sure…
by Dominic | Jan 3, 2022 | Hardware, Software, Tutorials
Why Cayenne? If writing software isn’t really your thing but you still want to create an interesting Internet of Things (IOT) project then you should definitely look into using Cayenne and the Raspberry Pi as a solution. myDevices is the company…
by Dominic | Sep 30, 2022 | Raspbian, Software
Raspbian’s New UI – Pixel The Raspberry Pi foundation has recently released an upgrade to the User Interface (UI) for the Pi, it’s called PIXEL meaning “Pi Improved Xwindows Environment, Lightweight”. The creator, Simon Long, says that this…
by Dominic | Aug 30, 2022 | Pool Monitor, Projects, Software, Website
Pool Monitor Webpages This Raspberry Pi pool monitor website makes controlling the associated Hydropi python code much easier. It will allow you to see current and average readings from multiple sensors, set relay timers and change settings. It will also…
by Dominic | Jul 20, 2022 | Pool Monitor, Projects, Website
Raspberry Pi Website Hosting 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…
by Dominic | Jul 3, 2022 | Pool Monitor, Projects, Software
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…