All Articles

Raspberry Pi Coding with .NET: Traffic Lights

It’s been a long time coming, but I finally decided to produce a C#/.NET version of my original Raspberry Pi / Low Voltage Labs traffic lights Python article (read here).

In Raspberry Pi, Technology, .NET, C#, Coding,

The M5Stack Core Ink Pomodoro Timer

The Pomodoro Technique is a time management method developed by Italian Francesco Cirillo in which a timer is used to break work into time periods separated by breaks. Each time peri...

In Arduino, M5Stack, C, IoT, Coding,

No, Maybe and Close Enough! Probabilistic Data Structures with Python

In this talk that I produced for Pycon USA 2021 I take a look at the Hyperloglog and Bloom Filter probabilistic data structures, using examples with the Python language and Redis with...

In Python, Redis, Coding,

Getting Started with Express - Building an API: Part 1

Express is a popular framework for Node.js, intended for use in building web applications and APIs. In this article and the accompanying video, I’ll show you how to get started with ...

In Node.js, JavaScript, Coding,

Buttons and LEDs with MicroPython for the Raspberry Pi Pico

Raspberry Pi recently released the Pico, their first microcontoller. This is a bit of a departure from their previous single board computers that cost a bit more, and run a full oper...

In Python, Raspberry Pi, IoT, Coding,

Dead or Alive - an Alexa Skill using Redis

I often find that I build an Alexa skill whenever I want to play around with an API. The voice interface is easy to get started with and I can create something without worrying about ...

In Node.js, JavaScript, Redis, Alexa, Coding, Serverless,

Building the Lego Audi Quattro S1 Set

I received Lego’s kit of the 1985 Audi Sport Quattro S1 for my birthday recently, and decided to have a bit of fun building it by recording the process using my iPhone, then making a ...

In Lego, Hobbies,

Releasing a Dead or Alive Wikipedia Package on npm

A long time ago, I used to be a regular listener to Simon Mayo’s Radio 1 show. He ran a “Dead or Alive” segment where a listener would call in, and he’d challenge them to tell him wh...

In Node.js, JavaScript, Coding,

Using the Raspberry Pi 4 as a Desktop Computer

Launched in 2019, the Raspberry Pi 4 was a significant upgrade over previous models. With USB 3, gigabit ethernet, a faster processor, dual 4K HDMI display support and options for 2,...

In Raspberry Pi,

Building a Visual Bloom Filter with Raspberry Pi, Python and Unicorn Hat

Bloom filters are a probabilistic data structure that I’ve wanted to learn more about for a while. When I started reading up on them, I found a lot of the material to be quite dry an...

In Python, Raspberry Pi, IoT, Coding,