fbpx

Most orders for IN STOCK items placed by 12PM CST M-F ship SAME DAY. Orders for custom items and prints may take additional time to process.

Setup a Raspberry Pi Wireless Access Point

raspberry pi wireless access point bridge mode

Did you know that the Raspberry Pi can be a wireless AP?  That’s right!  With just a few commands we can make a Raspberry Pi wireless access point that can be used to share your home internet with all of your devices! This is made especially easy now that the Raspberry Pi‘s come with built […]

How to install Raspbian on the Raspberry Pi

Installing Raspbian

We have a lot of Raspberry Pi projects and Arduino projects and tutorials on our site.  There are a lot of great resources already for learning how to install Raspbian on the Raspberry Pi, included the one from the Raspberry Pi foundation itself.  However, some of our readers pointed out that they didn’t want to […]

Setup a Raspberry Pi VPN Server

Raspberry Pi VPN Server

A VPN server is a great way to provide secure, encrypted remote access to your home.  VPN servers are built-in to many pro grade firewalls and home router appliance.  pfSense for example is a great open source home firewall that includes both OpenVPN and IPSEC services out of the box.  However, many home users don’t […]

The Best Raspberry Pi Plex Client: RasPlex

RasPlex is without a doubt the simplest way to turn any RPi into a super easy to use Raspberry Pi Plex client.  It’s a fantastic and super affordable solution that could be used on every television in your home.  When you compare the cost of a Raspberry Pi 3 at ~$25 to that of an […]

Create a Raspberry Pi NAS with Samba or OMV

Raspberry Pi NAS Open media vault

In this tutorial we’re going to cover two great ways to create a Raspberry Pi NAS for your home (or office)!  It’s a great way to store media files, photos, personal documents, and more.  It’s also a good idea to have a place to keep backup copies of items stored on your home PC or […]

Setup a Raspberry Pi Chromecast Alternative

raspicast android

A lot of us use a Google Chromecast to stream (or “cast”) movies, TV shows, home videos, and pictures to our televisions and theater room screens.  It’s a great alternative to Apple’s proprietary Airplay service.  However, many people have become hesitant to use some of the technology from these big tech conglomerates because of privacy […]

How to Setup a Raspberry Pi Plex Server

The Plex media server is probably the most popular home media server software, right next to Kodi and XBMC. Indeed, we here at The Geek Pub run Plex as our media server of choice. It’s elegant, simple, and works with almost every streaming device and console around. Plex has clients for Apple TV, Roku, XBOX, […]

PiJuice Review – The Best Raspberry Pi Battery Pack

PiJuice Raspberry Pi Battery Pack

Raspberry Pi‘s don’t have batteries. This usually means powering the Pi and its projects from a USB power source. In fact, I have more than once resorted to powering my Raspberry Pi from my MacBook’s USB port in order to power it remotely.  This is less than ideal.  In this PiJuice review we’re going to […]

Using the DHT11 Temperature Sensor with the Raspberry Pi

In this tutorial, we’re going to cover using the the DHT11 (or DHT22) temperature and humidity sensor with the Raspberry Pi.  Using the DHT11 temperature sensor with the Raspberry Pi is a great way to get temperature and humidity readings in your projects. Especially to keep tabs on how hot your Raspberry Pi is, if […]

Sensor Wiki: Water Level Sensor (Leak Detection)

water level sensor

This wiki article covers the water level sensor (sometimes called a leak detection sensor). Included are wiring diagrams, code examples, pinouts, and technical data. This sensor connects to an an analog input pin and provides an integer value generally from 0 to 500 indicating the level of water.  When used with a digital pin and […]