Run a web server on your Raspberry Pi Pico W
This project can be regarded as the ‘Hello World!’ of the Pico W. It demonstrates how to connect to Wi-Fi, how to run a HTTP web server on the Pico W, and how to control the GPIO pins. If you’re looking for a quick and easy project to get started with your Pico, this is…
Read MoreStream Sensor Data over WiFi with your Raspberry Pi Pico W
Have you ever wanted to stream sensor data with your Raspberry Pi Pico W? One of the best uses for the Raspberry Pi Pico W involves its ability to serve a web page. This means that you can use it to monitor sensor data from your phone as long as you are in WiFi range.…
Read MoreEverything about the Raspberry Pi Pico W
Today, 30 June 2022 at 8.00 AM UK time Raspberry Pi released the Pico W. Here is everything (that we know) about the newest Raspberry Pi. This new variant of the beloved Pico has wireless capabilities thanks to the CYW43439 wireless chip.Just like the Pico, at the heart of each Pico W is RP2040, which…
Read MoreRaspberry Pi project ideas: e-ink calendar and clock
Today, we’re taking a look at two really brilliant Raspberry Pi projects – an e-ink calendar and an e-ink clock! E-paper calendar Reddit user Beaverknighterino said he was “fascinated with E-paper projects so I finally decided to make one for my work calendar.” The materials Beaverknighterino used are as such: Beaverknighterino mentioned that the project…
Read MoreWhat is the Raspberry Pi Compute Module 4 (CM4)?
If you’re new to the Raspberry Pi series of microcomputers, you might be wondering if the Raspberry Pi Compute Module 4 (CM4) will suit your use case. What is the Raspberry Pi CM4? The Raspberry Pi Compute Module 4 is very much like the Raspberry Pi 4. Unlike the Pi 4, the CM4 is really…
Read MoreRaspberry Pi Fan Pins (An Easy Cooling Solution)
If you own a Raspberry Pi 4 or Raspberry Pi Zero 2, you might need active cooling to keep your system from overheating and there’s perhaps no better way to do that then with Raspberry Pi fan pins. You’ll know when your system is overheating when you get throttled. Depending on the model that you…
Read MoreNobody asked for these, Pi fans did it anyway
In this article, we’re looking at some fantastic Raspberry Pi projects – a smile detector, a jukebox, and a cyberdeck to master Python! Nobody asked for these, but we Raspberry Pi fans just built it anyway. Smile detector A smile detector for anyone who has asked me to smile more ⚡😊 pic.twitter.com/IFgIks0rkU — lee cyborg…
Read MoreBuild a Virtual Reality 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 MoreAn Introduction to Artificial Intelligence
These days AI is all over the IT place. But how does it work? And how can you create Artificial Intelligence yourself? In this article, I will explain everything you need to know to get started with AI. AI History Humans have thought about bringing things to life since ancient times. But especially with the…
Read MoreHow 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 More