Headless setup for Raspberry Pi

With this Headless setup all you need to run your Raspberry Pi is a MicroSD and a power adapter. Learn how to connect to your Pi from Windows. Requirements Hardware Software Make sure that you have alle the hardware requirements at hand and download the free software that we are going to need for this…

Read More

A GPIO Guide for Beginners

A GPIO Guide for Beginners Title Image

In this blog post you will learn everything about the GPIO pins of the Raspberry Pi. This post is especially for newbies in electronics. First of all, a warning: The Raspberry Pi can be irreparably damaged if the pins are used incorrectly. So always make sure your circuit is correct and that you use enough…

Read More

10 curious Raspberry Pi Pico facts

raspberry pi pico

Learn 10 exciting facts about the Raspberry Pi Pico, ranging from technical specs to fun projects. 1 Second time’s the charm The Pico features the RP2040 microcontroller chip designed by Raspberry Pi in the UK. It contains a Dual-core Arm Cortex-M0+ processor and a flexible clock running up to 133 Mhz. Hence the Pico can…

Read More

Teach your BME688 how to smell

Teach Your BME688 How To Smell Title Image

A complete guide on how to train your BME688 sensor Hi fellow tech enthusiasts! Bosch released the BME688, an awesome new sensor that can distinguish up to four different scents. This guide will explain all the details of teaching your BME688 how to distinguish smells. Don’t worry if you are new to AI or Python.…

Read More

C extension for MicroPython on Raspberry Pi Pico

raspberry pi pico

This is a guide on how to write and run a basic C extension for MicroPython on the Raspberry Pi Pico. I will cover reasons for extending MicroPython, how to write the extension module, how to compile it and how to install it on the Pico. If you want to read more about this topic,…

Read More