Chris Claxton's Blog

A place to read about various things related to software development and technology

09
Feb
2021
February 9, 2021, 10:00 pm

The Raspberry Pi Foundation based in Cambridge has recently released a microcontroller development board called the Pico and it's based on their own custom designed silicon that they have named the RP2040. On the surface this seems to be an odd decision considering the number of very capable off...

Continue Reading...

Ever since moving over from a Windows laptop to a MacBook as my everyday development machine, I have had to run Windows inside a VM to be able to use Visual Studio Pro which I used for all .NET development work. With the release of .NET Core and the light weight "Visual Studio Code" editor there was...

Continue Reading...

Having recently setup control of a light at home over the internet using a wired solution as detailed in my previous blog post, I started to investigate options for a wireless alternative; as running cables, although the most reliable option, is not always practical. Most of the commercial wireless...

Continue Reading...

The C++ Standard Template Library (STL) contains many useful template classes, it is the staple diet of any C++ developer and can save some development time in more complex Arduino sketches. When searching for a suitable library to use with the various AVR MCU's as used on the Arduino range of devel...

Continue Reading...