BME688 DigitalNose App released

bme688 digitalnose picockpit

As of today, PiCockpit users will find a new App in their dashboard: BME688 DigitalNose This brings PiCockpit to the new version 2.2.0 – your picockpit-client should at least have version 2.2.0, or higher to be able to use this app. This app will allow you to use your BME688 sensor in smell detection mode…

Read More

CircuitPython, Adafruit Feather RP2040, and I2C

As you probably guessed by the title, this article discusses CircuitPython, the Adafruit Feather RP2040, and the I2C communication protocol. The RP2040 has two I2C controllers – good for example, when you want to run two I2C devices with the same I2C address. In my test setup, I have an Adafruit Feather RP2040 microcontroller board,…

Read More

PiCockpit on Raspberry Pi OS Bullseye

PiCockpit Logo

Update 7.1.2022 (final fix) I have now released two separate packages on our normal repository for both bullseye and buster. Our install script should automatically choose which repository you can use. In order to install picockpit-client on both Raspberry Pi OS Bullseye and Raspberry Pi OS Buster please simply run the following command on your…

Read More

Everything about Raspberry Pi Zero 2 W

Raspberry Pi Zero 2 W

Raspberry Pi Zero 2 W in a nutshell Almost 4 million Pi Zeros have been sold up to date – it’s time for a refresh of the series! The new Raspberry Pi Zero 2 W is a significant upgrade to the previous Pi Zero generation. The most important change is the powerful CPU upgrade. The…

Read More

Sneak Peek into PiCockpit v2.1

picockpit 2.1

Behind the scenes, we have been working on PiCockpit v2.1 for a while now. There is a cool new feature coming for PiStats, but this will be revealed when PiCockpit v2.1 is ready 🙂 For now a sneak preview into one of the two new apps (“BME688 Air Quality Meter” and “CO2 Sensor”) for the…

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

All about SD card health on the Raspberry Pi

The SD card is – next to the power supply – a critical additional component of the Raspberry Pi. Monitoring it’s health is really important to ensure a smooth operation of your Raspberry Pi operating system, and a good user experience. This article will show you several ways how to check and monitor the health…

Read More

Ultimate List of Unusual but Really Useful Linux Shell Commands

The Ultimate List of Linux Commands Title Image

This is a compilation of lesser known Linux shell commands – but really useful ones. Useful as in: saving time, giving you additional tools to do things you couldn’t before, but also entertaining. Enjoy reading, and let us know in the comments if there are additional tools we should add! Installation instructions will be for…

Read More

How to Read Your Monitor’s EDID on a Raspberry Pi

EDID title image

In this post, we tell you exactly what you need to do in order to make sense of your monitor’s extended display identification data (EDID) on your Raspberry Pi. Note: previously, a function to read the EDID used to be available with the standalone version of PiDoctor. This version has been discontinued, and the functionality…

Read More