Posts by Nathan Busler
Part 1 – How to classify SD Cards and choose the right Card for an Application
SD Card classes can be confusing to say the least. We will shed some light on the topic and explain how to choose the best Card for your application. This post is part of a three part mini series about SD Cards with some in depth information. Part 1 – How to classify SD Cards…
Read MoreHeadless 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 MoreA GPIO Guide for Beginners
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 More10 curious Raspberry Pi Pico facts
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 MoreTeach your BME688 how to smell
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 MoreC extension for MicroPython on 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