• Replacing noisy stock fans on a HP 1920-24G-PoE+ Switch (JG925A)

    I have recently been researching VLANs for my home network. These will be used to split up my network devices into their own logical network, such as IP Cams, IoT devices and Guest WiFi. My current PoE switch was unmanaged, I had to replace this with a managed version. I already had a HP ProCurve ...
  • Installing TP-Link Omada Controller on Ubuntu

    I have a bunch of TP-Link EAP model WiFi access points in my home, these are enterprise grade devices allow management via a unified controller, TP-Link call their controller software Omada. This is very similar to Ubiquiti’s Unifi controller. Whilst I don’t have any other Unifi equipment, I found the TP-Link access points to be ...
  • Building a Raspberry Pi Zero temperature monitor with web interface

    I’ve recently purchased a few cheap DHT22 temperature sensors from Amazon. They work great and use Python to display the data from the sensors. I found I required a way to log the data, so I though why not make this a project!? I have created a simple Web Interface to view logged data: https://github.com/ryanfitton/rpi-temperature-monitor-logging-interface. ...