How to check CPU temperature on Raspberry Pi?

raspberry pi check temperature

Here are three ways you can measure the CPU temperature of your Raspberry Pi. Basic CPU temps via Terminal In Terminal, use This will give you a one-off reading. If you want to monitor the temperature of your Raspberry Pi at select intervals, use: The parameter -n allows you to declare the number of seconds…

Read More

Raspberry Pi projects: Modern solutions require more modern solutions!

modern solutions require modern solutions

This week, we’re bringing you some very modern Raspberry Pi projects! Ever seen the meme that goes like “Modern problems require modern solutions?” Well, what happens if your modern solutions create some modern problems? Well then, you need a modern solution. Hence, modern solutions require modern solutions. Sometimes, though, these problems are so minor that…

Read More

Set up a VPN Server with Raspberry Pi

raspberry pi vpn

This article covers how to turn your Raspberry Pi into a VPN server. I was inspired when one of my friends was going away on a long trip and wanted a VPN. The benefit of having a VPN, he explained, was that it allowed him to access his home network and files. That’s pretty standard.…

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

What to do with the Raspberry Pi Zero 2 W

raspberry pi zero 2 wifi extender

If you are looking for fun projects to do, check out this post. The Pi Zero 2 W is best suited to applications that have these parameters: If you plan to build a device that runs on a battery, needs to fit in a small space, or needs to run Linux, then the Raspberry Pi…

Read More

The Best Raspberry Pi Zero 2 Projects

The Best Raspberry Pi Zero 2 Projects Title Image

Anything that you can do on the original Raspberry Pi Zero, you can do on the Raspberry Pi Zero 2. It’s a one-to-one replacement on many projects because both the Raspberry Pi Zero 2 and the original Zero are the same form factor. That said, certain fun projects are much more viable on the Raspberry…

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

The big Raspberry Pi Zero 2 W Troubleshooting guide

pi zero 2 troubleshooting

Raspberry Pi Zero 2 showing blank or rainbow screen and no LED  If you’ve ensured that your Raspberry Pi has power but are not seeing anything on the screen and/or you don’t see the green LED, it means that there’s something wrong with your SD card. It could be that it isn’t inserted, it could…

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