Posts Tagged ‘project’
How to check CPU temperature on Raspberry Pi?
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 MoreRaspberry Pi projects: Modern solutions require more 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 MoreConnect to your Raspberry Pi without a monitor (Remote Working!)
If you travel regularly, the last thing you want is to lug around a monitor, keyboard and mouse just for your Raspberry Pi. It’s a real pain. Check-in luggage is expensive and takes time at the carousels. But one thing you’ll always bring with you as a remote worker is your laptop. Your laptop has…
Read MoreSet up a VPN Server with Raspberry Pi
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 MoreEverything about the 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 MoreWhat to do with the Raspberry Pi Zero 2 W
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 MoreThe Best Raspberry Pi Zero 2 Projects
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 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 MoreThe big Raspberry Pi Zero 2 W Troubleshooting guide
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 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