FreeRTOS on RP2040 Boards (Pi Pico etc) using VSCode

Introduction This is a basic tutorial which will show you how to set up the VSCode environment to be able to compile, link and use FreeRTOS in your RP2040 based projects. This tutorial won’t go too much into the weeds about how FreeRTOS works, that is for our next tutorial. However, in this tutorial we… Continue reading FreeRTOS on RP2040 Boards (Pi Pico etc) using VSCode

SparkFun “Retires” Pro Micro RP2040 – New Version Incoming?

The SparkFun Pro Micro board (SparkFun part number: DEV-17717) has been retired by SparkFun Electronics. However, this does not appear to be the end of the Pro Micro RP2040 as a newer version (DEV-18288) appears to be it’s successor. There is no available stock of the updated part and SparkFun’s datasheets, schematics and GitHub repos… Continue reading SparkFun “Retires” Pro Micro RP2040 – New Version Incoming?

Published
Categorized as News

Headless Raspberry Pi Setup

What is headless mode? Well the easiest way to describe it is simply by imagining using your Raspberry Pi with nothing connected, no keyboard, mouse or monitor, only power is required. We can still control the Raspberry Pi over a network connection and SSH so this solution is perfect for a minimal Raspberry Pi Setup.… Continue reading Headless Raspberry Pi Setup