Building a music streaming server with Mopidy allows you to stream music from your Raspberry Pi to various devices over the network. This tutorial will guide you through setting up Mopidy, configuring it, and adding extensions for enhanced functionality. What is Mopidy? Mopidy is a …
-
-
Setting up a Raspberry Pi as a firewall is a cost-effective way to enhance your network security. This tutorial explains how to configure a Raspberry Pi-powered firewall using iptables and Raspberry Pi OS. Requirements A Raspberry Pi (Pi 3, 4, 5 or later recommended for …
-
Setting up a Raspberry Pi as a Tor proxy allows you to anonymize your internet traffic and enhance privacy. What is a Tor Proxy A Tor proxy is a middleman between a client, such as a web browser, and a service, like a web server, …
-
Setting up a Raspberry Pi as a Wi-Fi extender can be a cost-effective solution to improve Wi-Fi coverage, its alaso a fun little project if your looking for something to do with a Raspberry Pi. This involves configuring the Raspberry Pi as both a Wi-Fi …
-
Integrating Amazon Alexa with a Raspberry Pi allows users to create a voice-controlled assistant, automate smart devices, and interact with Alexa’s AI capabilities. This tutorial will cover: Installing Alexa on Raspberry Pi Setting up Alexa Voice Service (AVS) Using a microphone and speaker Controlling Raspberry …
-
Installing and configuring Pi-hole is a straightforward process that involves setting up a Raspberry Pi (or another compatible system) and configuring it to block ads at the network level. Here’s a basic tutorial: What is Pi-hole? Pi-hole is a network-wide ad blocker that filters unwanted …
-
Snaps are Linux app packages for desktop, cloud and IoT that are simple to install, secure, cross-platform, and dependency-free. They update automatically and typically run within a confined and transaction-based environment. Security and robustness are their key features, alongside being easy to install, easy to …
-
Hardware
Getting started with the compute modules – the Raspberry Pi Compute Module 5 Dev Kit
by shedboy71I have always wanted to get one of the Compute modules, so now that the Compute Module 5 is here I decided to go for it. Now, a basic summary of the Compute Module is its a Raspberry Pi 5 minus all of the connectors …
-
Raspberry Pi 500 features the same quad-core 64-bit Arm processor and RP1 I/O controller found in Raspberry Pi 5. With a one-piece aluminium heatsink built in for improved thermal performance, your Raspberry Pi 500 will run fast and smoothly even under heavy load, while delivering …
-
In this article, we connect an KY-012 active piezo buzzer to a Raspberry Pi 4 We will use Python for the example The KY-012 active piezo buzzer is a 3-pin module that creates an audible sound at 2.5 kHz without the need for pulse width modulation. …