Build a Virtual Reality Glove

VR Glove

If you want to learn more about VR than this is the coolest project that you will find. In this article, we will show you how to build a programmable Virtual Reality Glove. The glove is based on a Raspberry Pi Pico, a MCP3008 ADC and five flex sensors that you can even build yourself!…

Read More

Everything about the Raspberry Pi Pico

raspberry pi pico

If you are looking to buy your first Raspberry Pi, the Pico could be a very attractive option. But the real question here is whether the Raspberry Pi Pico is right for you. There are many pros and cons in buying the Raspberry Pi Pico and it’s important to understand the adage “horses for courses.”…

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

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

Raspberry Pi Pico Video Output

TL;DR The Raspberry Pi Pico is an incredible little microcontroller. While it does not have a video output interface built-in, like it’s bigger Raspberry Pi Zero / 1 / 2 / 3 / 4 / 400 siblings (HDMI / double HDMI in their case), it is possible to add a video output to the Pico!…

Read More

Raspberry Pi Pico and MicroPython on Windows

Raspberry Pi Pico and MicroPython on Windows Title Image

This article answers the question: How do I use the Raspberry Pi Pico with MicroPython on Windows? We also show how to install the right driver for “Board CDC” (which the Pico will show up as once MicroPython is installed) on Windows 8.1. (We will also discuss the differences between MicroPython and CircuitPython where applicable…

Read More