Controlling your Raspberry Pi with Telegram CLI Thumbnail

Controlling your Raspberry Pi with Telegram CLI

In this project, we will be building upon our Telegram tutorial by showing you how to utilize Telegram to control your Raspberry Pi. We will be doing this by utilizing the LUA interpreter that is built into the Telegram CLI which opens it up to quite a wide variety of functionality. The LUA interpreter allows […] Read More...

Raspberry Pi SSL Certificates using Let’s Encrypt Thumbnail

Raspberry Pi SSL Certificates using Let’s Encrypt

This Raspberry Pi SSL certificate project will walk you through the steps to installing and setting up the Let’s Encrypt Certbot client on the Pi. This Certbot client allows the user to grab an SSL certificate from Let’s Encrypt by either utilizing your web server or running a temporary server. Let’s Encrypt is the best […] Read More...

Build your own Raspberry Pi Pirate Radio Thumbnail

Build your own Raspberry Pi Pirate Radio

In this tutorial, we will be showing you the basics of how to set up a Raspberry Pi Pirate Radio utilizing the FM Transmitter software and a piece of wire. This piece of software allows you to broadcast an FM signal through your GPIO 4 pin. This broadcast means you can set up your own […] Read More...

Using Telegram CLI on the Raspberry Pi Thumbnail

Using Telegram CLI on the Raspberry Pi

In this Raspberry Pi Telegram CLI tutorial, we will be showing you how to set up the popular messaging service Telegram on your Raspberry Pi. We will be setting up Telegram by making use of the Telegram CLI (Command Line Interface) written by a user on GitHub. This project will allow you to send and […] Read More...

How to Setup a Raspberry Pi Caddy Web Server Thumbnail

How to Setup a Raspberry Pi Caddy Web Server

In this project, we will be showing you how to set up a Raspberry Pi Caddy web server. While Caddy is not nearly as performance friendly as NGINX on the Raspberry Pi, it is packed with user-friendly features and is designed to utilize modern web technologies right out of the box. Caddy utilizes modern web […] Read More...

Simple Raspberry Pi WiFi Extender Thumbnail

Simple Raspberry Pi WiFi Extender

A Raspberry Pi WiFi Extender is a cheap and power efficient way of increasing the total range of your WiFi Network. A WiFi extender differs a fair bit from a WiFi access point. The main difference being that instead of getting its network connection from Ethernet, it instead gets its network connection from a WiFi […] Read More...

How to Build a Raspberry Pi Twitter Bot Thumbnail

How to Build a Raspberry Pi Twitter Bot

In this project, we will be exploring how to set up a basic low-cost Raspberry Pi Twitter Bot utilizing the Python programming language. In this Twitter bot tutorial, we will be showing you how to write the script while implementing the Twython package, and you will be amazed at how easy it is to set […] Read More...

Setting up a Raspberry Pi Captive Portal Thumbnail

Setting up a Raspberry Pi Captive Portal

In this tutorial, we will be showing your how-to setup a Raspberry Pi Captive Portal by utilizing the popular nodogsplash software. A Captive Portal is a screen that will be shown initially to anyone who connects to your Wi-Fi Access Point. Before they can begin utilizing the Wifi connection, they will need to complete an […] Read More...

Setup your own Raspberry Pi AirPlay Receiver Thumbnail

Setup your own Raspberry Pi AirPlay Receiver

In this tutorial, we will be exploring how to set up a Raspberry Pi AirPlay Receiver. This tutorial primarily involves you connecting your Raspberry Pi to your speakers then installing software so that it becomes recognized as an AirPlay receiver on your internet network. To set up your AirPlay Receiver, we will be making use of […] Read More...

Build your own Raspberry Pi Twitch Bot Thumbnail

Build your own Raspberry Pi Twitch Bot

In this Raspberry Pi Twitch bot tutorial, we will be showing you how to program your own Twitch Moderator in Python that will run on your Raspberry Pi. The bot we will be showing you how to write is rather simple in nature but can be adapted to being quite a powerful and versatile bot. […] Read More...

How to setup a Raspberry Pi TOR Access Point Thumbnail

How to setup a Raspberry Pi TOR Access Point

In this tutorial, we will be going through the steps on how to set up a basic Raspberry Pi TOR Access Point. Before you get started with this tutorial, you must have already completed our wireless access point tutorial as this tutorial is an extension of that. In this tutorial, we will show you how […] Read More...

Raspberry Pi Email Notifier using the Sense HAT Thumbnail

Raspberry Pi Email Notifier using the Sense HAT

In this tutorial, we will be setting up a Raspberry Pi email notifier that makes use of the Sense Hat, and it will make use of the LED Matrix to display a visual notification of the status of your email. This email notifier is an excellent project to use alongside the Sense HAT weather station […] Read More...

Easy Raspberry Pi WiFi Bridge Thumbnail

Easy Raspberry Pi WiFi Bridge

A Raspberry Pi WiFi bridge is one of the best ways of providing internet access to a device that only supports an Ethernet connection. In this tutorial, we will show you how to setup a WiFi bridge, and how to setup dnsmasq correctly to allow any device to connect through your Pi without issues. You […] Read More...