Showing 14 result(s)
Coronaclock

Corona Clock

This was my first adventure into IoT/electronics. The idea came when I found an API which served data relating to the COVID pandemic. I researched how to connect a seven segment display to a Raspberry Pi, using the GPIO pins. I also discovered I2C which is a brilliant way to connect electronic devices with only …

Prime Generator

Prime Number Generator

This was one of my first major projects when I started programming. I remember starting this project after seeing a small snippet of logic required to search for prime numbers on a Stack Overflow page, and being very surprised by its simplicity. I began with the most simple search, with the user inputting a single …