Self-Host Gitea on a Raspberry Pi

Command list: Download and run the docker installation script: Add the current user to the “docker” group to enable commands to be run without sudo. Replace “pi” with your username if it differs. Lot out and back in to apply changes. Check that docker and docker compose have been installed: Create a “docker-compose.yml” file somewhere… Continue reading Self-Host Gitea on a Raspberry Pi

Photon 2 Tutorial: Voice Assistant with Edge Impulse

Do you want to have the “Hey Google” or “Alexa” key work functionality without sending your information outside of your home network? Well look no further than this tutorial where we explain how to create an offline keyword spotter using the Photon 2 development board and Edge Impulse to train a machine learning model to… Continue reading Photon 2 Tutorial: Voice Assistant with Edge Impulse

FreeRTOS SMP Tutorial

Introduction In this tutorial we will walk through how to use FreeRTOS SMP on the RP2040. SMP or symmetric multiprocessing will allow us to make use of both of the Arm Cortex M0+ cores in the RP2040 microcontroller whilst using a real time operating system. In this tutorial we will cover how SMP works, how… Continue reading FreeRTOS SMP Tutorial

VSCode RP2040 Project Creation Steps

You can clone the template project from our github repository with the following command: If you want to do this without a template then use the following steps: CMakeLists.txt code: