DIY projects
Retro gaming emulation platform with Raspberry Pi. DIY project
In this guide, you’ll learn how to transform a Raspberry Pi into a retro gaming platform using RetroPie or Recalbox. We’ll compare the two leading emulation platforms and cover everything from gathering hardware, flashing via Raspberry Pi…
DIY smart home project. Build your smart relay with ESP32 and Arduino Cloud
Welcome to our DIY guide on building a Smart Relay for home automation using an ESP32 and a relay module board! In this post, we’ll walk you through each step—from gathering components to setting up the Arduino Cloud and uploading your…
How to turn your old stereo into a smart audio streamer with Raspberry Pi and Volumio
If you still have an old amplifier, Hi-Fi system, or mini stereo collecting dust at home, this project is for you. With just a Raspberry Pi and the Volumio app, you can upgrade your vintage audio gear to stream music from modern services…
Build a Raspberry Pi enterprise monitoring server with Nagios
What are we going to do? We are going to turn our Raspberry Pi into a network monitoring center, to have control over our network services. To do this we are going to use the Nagios program, which is a software that provides great…
Build your Raspberry Pi cluster and unlock distributed computing
Our colleagues at Raspberry bring us a great tutorial about setting up your own SBC ARM cluster: We are going to remember the steps used to unify a cluster of Raspberry cards from the original post, but it has helped us to develop our own…
Unlocking the 7722AZ CO2 Sensor. A data extraction guide
Because of the needs of one of our projects, we have to extract data from a CO2 sensor. We got this one, 7722 from AZ Instrument : This device is a simple CO2 sensor. It gives you a measure result each second. It measures too the…
Step-by-step Mosquitto MQTT broker installation & SSL configuration
In this article, we’ll explore what an MQTT broker is, its purpose, and how it works. In this previous article, we introduced and discussed the MQTT protocol itself—what it is and what it’s used for. Now, we’ll take a further step by…