The Best Raspberry Pi HATs for Your Next Project (2020)

No need to measure your head for these HATs—just make sure they fit your Pi!
Michael Michael (105)
0
Updated: November 19th, 2020

There are so many cool HAT extensions for the Raspberry Pi to make your next project literally sing (if that’s what you want)! HATs are great pre-built add-ons that enhance what your Raspberry Pi is capable of. From turning your Pi into an all-in-one recording device—to running the Raspberry Pi on solar power—to creating an awesome LED discoball—these HATs will make it easy to do some incredible things on your Raspberry Pi.

You’re going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do!

What is HAT?

HAT stands for “Hardware Attached on Top.” Essentially, a HAT is a pre-built extension for your Raspberry Pi that allows it to perform some desired function. Most HATs are plug-and-play, requiring no soldering. And the best HATs automatically configure themselves. The EEPROM module communicates with the Raspberry Pi, telling it which IO pins it’s using, how to configure them, and which drivers need to be installed.

What kinds of things can a Raspberry HAT do?

Anything! Well, that’s not actually true. But you’re certainly going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do just by plugging in an extension!

Unless noted otherwise, HATs do not come with a Raspberry Pi unit.

Posted in these interests:
h/pi • 216 guides

Raspiaudio Audio Soundcard ++

The Raspiaudio Soundcard DAC HAT gives you everything you need to build an all-in-one stereo output sound machine with your Raspberry Pi. It includes onboard stereo speakers, two onboard microphones, and two 1.3 watt amplifiers. A great all-around audio HAT for the Raspberry Pi used in many audio projects.

Compatible Raspberry Pi Models
Pi Zero / 3 / 4

Honorable Mention

We would be remiss not to specifically mention this mini speaker from Pimoroni, since it helped us make one of our biggest projects to date.

Pimoroni Pirate Audio Mini Speaker

One of these would look great on your desk! Comes with a full-color LCD screen and built-in Pirate audio software to turn your Raspberry Pi into a mini speaker.

We used an older version of this HAT in the Amazon Echo Furby known as Furlexa:

Adafruit Ultimate GPS HAT

This GPS HAT is hands-down the best HAT for locating your Raspberry Pi, even when using it outdoors on a cloudy day. Adafruit has a built-in antenna to help with finding your location even in the worst of weather.

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

The Adafruit GPS HAT includes a real-time clock and a backup battery for 7 + years of timekeeping even if the Raspberry Pi is off. It features 165 dBm sensitivity, 10 Hz updates, and 66 channels. It comes preassembled and ready to use!

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

Compatible Raspberry Pi Models
Pi A + / B +

Official Raspberry Pi PoE HAT

If you’re looking to power your Raspberry Pi over a PoE (Power over Ethernet) enabled network and skirt the need for a power supply, then you’ll want a dependable PoE HAT. As we all know by now, the official Raspberry Pi Foundation hardware tends to set the gold standard by which other things aspire. So, yes, this is a more expensive PoE HAT, but it’s a piece of hardware on which it’s important not to skimp.

The official PoE HAT comes with a built-in fan and is compatible with an adapter for the Raspberry Pi 4.

Compatible Raspberry Pi Models
Pi 3 + / 4

Honorable Mention

PoE Texas Raspberry Pi PoE Hat

If you’re looking for a budget PoE Hat, then a great option is this one from PoE Texas. Because PoE Texas specialized in PoE’s, you can be relatively comfortable with the quality of this PoE HAT. Note that this one does not come with a fan, so it may not be the best option for a Raspberry Pi 4, which tends to run hot.

Waveshare 2-Channel TRIAC HAT

There aren’t many options when it comes to quality TRIAC HATs for the Raspberry Pi. If you need to switch voltages (up to 4400W max) across two devices without the traditional downfall of relays, then this is the HAT you’ll want to get for your Raspberry Pi.

Other features include:

  • Onboard STM32F0 microcontroller which supports direct command control
  • Optocoupler isolation preventing interference from the circuit
  • RC snubber circuit to protect it from power fluctuations
  • A reserved UART and I2C interface for working with other host control boards

What is a TRIAC HAT and what is it used for?

TRIAC stands for “triode for alternating current.” If we break down again, that is a three-electrode semiconductor device that will conduct in either direction when triggered by a positive or negative signal at the gate electrode. Let’s break it down again. It’s a relay that allows a current to flow in both directions.

The most common application for a TRIAC is in a light-dimmer or adjustable speed electric fan. The TRIAC allows the current to be adjusted in both directions to allow the light to dim or brighten.

Be careful! Do not touch the high voltage section with bare hands!

Image of Voltage Section TRIAC HATImage of Voltage Section TRIAC HAT
Compatible Raspberry Pi Models
All

Official Raspberry Pi Sense HAT

Every kid should have a Raspberry Pi and Sense HAT.

I’m going to say it. Every kid should have a Raspberry Pi and Sense HAT. With the Sense HAT from the Raspberry Pi, kids can easily see the results of their programming in addition to a host of other cool features. It was constructed specifically for the AstroPi mission for kids to see their programs on the International Space Station, which we reported on.

The Raspberry Pi Sense HAT includes an 8×8 RGB LED matrix, a five-button joystick, and the following sensors:

  • Gyroscope
  • Accelerometer
  • Magnetometer
  • Temperature
  • Barometric pressure
  • Humidity

Python module

Here’s a great Python module for controlling the Sense HAT.

Compatible Raspberry Pi Models
Pi 2, 3, 4

Official Raspberry Pi HAT Enclosure

The perfect case for the Sense HAT mentioned above.

Now, you should probably realize that when you put certain HATs on your Raspberry Pi that the Pi may not fit in a standard case. So be sure to get a case that states it will Raspberry Pis with a HAT installed, like this official HAT case from the Raspberry Pi Foundation.

You’ll want something with a clear top, so you can see that fancy HAT your Pi is wearing!

We love that this case has a pop-up clear top, so you can access and interact with your Raspberry Pi HAT. This should make it usable for most HATs that you’ll get for your Pi. Note: you’ll still need to make sure your HAT does not have plugs that this case will not support.

JuiceBox Zero

The JuiceBox Zero HAT for the Raspberry Pi Zero lets you power it from a battery! What makes this even cooler is that even works and charges your battery via a micro USB cable built-in. It has status indicator lights indicating low-battery, on/off, charging, and charge completely. It has a built-in camera mount if you want to use this as a truly mobile security camera. Best of all, it requires absolutely no code to use! We featured this HAT in our solar-powered Raspberry Pi build guide.

Here’s a video that shows you how it works:

PUD (Pull Up/Down) HAT

With this nifty little HAT from ModMyPi, you can forget about the wiring when adding a pull up / down resistor to a circuit. Wire up the sensor output to the pin on the PUD HAT, add a shunt jumper to either pull up or down. When you apply a signal voltage from your sensor or switch, the Raspberry Pi can sense into which logic state the pin has been pulled! So cool!

The PiHut has made a great guide showing you how to use the PUD HAT.

Pimoroni Grow Kit

Perfect for any gardener and Pi fanatic! This a complete compact grow system featuring the Grow HAT from Pimoroni that helps you monitor and take the best care of your plants and herbs. There are built-in moisture sensors to let you know when your plants need some watering. You can even custom tailor the specifications for different plants’ water and food needs.

Adafruit RGB Matrix Bonnet

Another HAT we’ve used in our projects is the Adafruit RGB Matrix Bonnet, which allows you to program full color LED displays and light shows. Works with 16×32, 32×32, 32×64 or 64×64 RGB LED Matrices to create a great display. For more details on how to use this, see our guide on building an LED Matrix with a Raspberry Pi.

And for more inspiration, see how the RGB Matrix Bonnet helped us make an LED NHL scoreboard!

The Best Raspberry Pi HATs for Your Next Project (2020)

No need to measure your head for these HATs—just make sure they fit your Pi!
Michael Michael (105)
0
Updated: November 19th, 2020

There are so many cool HAT extensions for the Raspberry Pi to make your next project literally sing (if that’s what you want)! HATs are great pre-built add-ons that enhance what your Raspberry Pi is capable of. From turning your Pi into an all-in-one recording device—to running the Raspberry Pi on solar power—to creating an awesome LED discoball—these HATs will make it easy to do some incredible things on your Raspberry Pi.

You’re going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do!

What is HAT?

HAT stands for “Hardware Attached on Top.” Essentially, a HAT is a pre-built extension for your Raspberry Pi that allows it to perform some desired function. Most HATs are plug-and-play, requiring no soldering. And the best HATs automatically configure themselves. The EEPROM module communicates with the Raspberry Pi, telling it which IO pins it’s using, how to configure them, and which drivers need to be installed.

What kinds of things can a Raspberry HAT do?

Anything! Well, that’s not actually true. But you’re certainly going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do just by plugging in an extension!

Unless noted otherwise, HATs do not come with a Raspberry Pi unit.

Posted in these interests:
h/pi • 216 guides

Raspiaudio Audio Soundcard ++

The Raspiaudio Soundcard DAC HAT gives you everything you need to build an all-in-one stereo output sound machine with your Raspberry Pi. It includes onboard stereo speakers, two onboard microphones, and two 1.3 watt amplifiers. A great all-around audio HAT for the Raspberry Pi used in many audio projects.

Compatible Raspberry Pi Models
Pi Zero / 3 / 4

Honorable Mention

We would be remiss not to specifically mention this mini speaker from Pimoroni, since it helped us make one of our biggest projects to date.

Pimoroni Pirate Audio Mini Speaker

One of these would look great on your desk! Comes with a full-color LCD screen and built-in Pirate audio software to turn your Raspberry Pi into a mini speaker.

We used an older version of this HAT in the Amazon Echo Furby known as Furlexa:

Adafruit Ultimate GPS HAT

This GPS HAT is hands-down the best HAT for locating your Raspberry Pi, even when using it outdoors on a cloudy day. Adafruit has a built-in antenna to help with finding your location even in the worst of weather.

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

The Adafruit GPS HAT includes a real-time clock and a backup battery for 7 + years of timekeeping even if the Raspberry Pi is off. It features 165 dBm sensitivity, 10 Hz updates, and 66 channels. It comes preassembled and ready to use!

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

Compatible Raspberry Pi Models
Pi A + / B +

Official Raspberry Pi PoE HAT

If you’re looking to power your Raspberry Pi over a PoE (Power over Ethernet) enabled network and skirt the need for a power supply, then you’ll want a dependable PoE HAT. As we all know by now, the official Raspberry Pi Foundation hardware tends to set the gold standard by which other things aspire. So, yes, this is a more expensive PoE HAT, but it’s a piece of hardware on which it’s important not to skimp.

The official PoE HAT comes with a built-in fan and is compatible with an adapter for the Raspberry Pi 4.

Compatible Raspberry Pi Models
Pi 3 + / 4

Honorable Mention

PoE Texas Raspberry Pi PoE Hat

If you’re looking for a budget PoE Hat, then a great option is this one from PoE Texas. Because PoE Texas specialized in PoE’s, you can be relatively comfortable with the quality of this PoE HAT. Note that this one does not come with a fan, so it may not be the best option for a Raspberry Pi 4, which tends to run hot.

Waveshare 2-Channel TRIAC HAT

There aren’t many options when it comes to quality TRIAC HATs for the Raspberry Pi. If you need to switch voltages (up to 4400W max) across two devices without the traditional downfall of relays, then this is the HAT you’ll want to get for your Raspberry Pi.

Other features include:

  • Onboard STM32F0 microcontroller which supports direct command control
  • Optocoupler isolation preventing interference from the circuit
  • RC snubber circuit to protect it from power fluctuations
  • A reserved UART and I2C interface for working with other host control boards

What is a TRIAC HAT and what is it used for?

TRIAC stands for “triode for alternating current.” If we break down again, that is a three-electrode semiconductor device that will conduct in either direction when triggered by a positive or negative signal at the gate electrode. Let’s break it down again. It’s a relay that allows a current to flow in both directions.

The most common application for a TRIAC is in a light-dimmer or adjustable speed electric fan. The TRIAC allows the current to be adjusted in both directions to allow the light to dim or brighten.

Be careful! Do not touch the high voltage section with bare hands!

Image of Voltage Section TRIAC HATImage of Voltage Section TRIAC HAT
Compatible Raspberry Pi Models
All

Official Raspberry Pi Sense HAT

Every kid should have a Raspberry Pi and Sense HAT.

I’m going to say it. Every kid should have a Raspberry Pi and Sense HAT. With the Sense HAT from the Raspberry Pi, kids can easily see the results of their programming in addition to a host of other cool features. It was constructed specifically for the AstroPi mission for kids to see their programs on the International Space Station, which we reported on.

The Raspberry Pi Sense HAT includes an 8×8 RGB LED matrix, a five-button joystick, and the following sensors:

  • Gyroscope
  • Accelerometer
  • Magnetometer
  • Temperature
  • Barometric pressure
  • Humidity

Python module

Here’s a great Python module for controlling the Sense HAT.

Compatible Raspberry Pi Models
Pi 2, 3, 4

Official Raspberry Pi HAT Enclosure

The perfect case for the Sense HAT mentioned above.

Now, you should probably realize that when you put certain HATs on your Raspberry Pi that the Pi may not fit in a standard case. So be sure to get a case that states it will Raspberry Pis with a HAT installed, like this official HAT case from the Raspberry Pi Foundation.

You’ll want something with a clear top, so you can see that fancy HAT your Pi is wearing!

We love that this case has a pop-up clear top, so you can access and interact with your Raspberry Pi HAT. This should make it usable for most HATs that you’ll get for your Pi. Note: you’ll still need to make sure your HAT does not have plugs that this case will not support.

JuiceBox Zero

The JuiceBox Zero HAT for the Raspberry Pi Zero lets you power it from a battery! What makes this even cooler is that even works and charges your battery via a micro USB cable built-in. It has status indicator lights indicating low-battery, on/off, charging, and charge completely. It has a built-in camera mount if you want to use this as a truly mobile security camera. Best of all, it requires absolutely no code to use! We featured this HAT in our solar-powered Raspberry Pi build guide.

Here’s a video that shows you how it works:

PUD (Pull Up/Down) HAT

With this nifty little HAT from ModMyPi, you can forget about the wiring when adding a pull up / down resistor to a circuit. Wire up the sensor output to the pin on the PUD HAT, add a shunt jumper to either pull up or down. When you apply a signal voltage from your sensor or switch, the Raspberry Pi can sense into which logic state the pin has been pulled! So cool!

The PiHut has made a great guide showing you how to use the PUD HAT.

Pimoroni Grow Kit

Perfect for any gardener and Pi fanatic! This a complete compact grow system featuring the Grow HAT from Pimoroni that helps you monitor and take the best care of your plants and herbs. There are built-in moisture sensors to let you know when your plants need some watering. You can even custom tailor the specifications for different plants’ water and food needs.

Adafruit RGB Matrix Bonnet

Another HAT we’ve used in our projects is the Adafruit RGB Matrix Bonnet, which allows you to program full color LED displays and light shows. Works with 16×32, 32×32, 32×64 or 64×64 RGB LED Matrices to create a great display. For more details on how to use this, see our guide on building an LED Matrix with a Raspberry Pi.

And for more inspiration, see how the RGB Matrix Bonnet helped us make an LED NHL scoreboard!

 

The Best Raspberry Pi HATs for Your Next Project (2020)

No need to measure your head for these HATs—just make sure they fit your Pi!
Michael Michael (105)
0
Updated: November 19th, 2020

There are so many cool HAT extensions for the Raspberry Pi to make your next project literally sing (if that’s what you want)! HATs are great pre-built add-ons that enhance what your Raspberry Pi is capable of. From turning your Pi into an all-in-one recording device—to running the Raspberry Pi on solar power—to creating an awesome LED discoball—these HATs will make it easy to do some incredible things on your Raspberry Pi.

You’re going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do!

What is HAT?

HAT stands for “Hardware Attached on Top.” Essentially, a HAT is a pre-built extension for your Raspberry Pi that allows it to perform some desired function. Most HATs are plug-and-play, requiring no soldering. And the best HATs automatically configure themselves. The EEPROM module communicates with the Raspberry Pi, telling it which IO pins it’s using, how to configure them, and which drivers need to be installed.

What kinds of things can a Raspberry HAT do?

Anything! Well, that’s not actually true. But you’re certainly going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do just by plugging in an extension!

Unless noted otherwise, HATs do not come with a Raspberry Pi unit.

Posted in these interests:
h/pi • 216 guides

Raspiaudio Audio Soundcard ++

The Raspiaudio Soundcard DAC HAT gives you everything you need to build an all-in-one stereo output sound machine with your Raspberry Pi. It includes onboard stereo speakers, two onboard microphones, and two 1.3 watt amplifiers. A great all-around audio HAT for the Raspberry Pi used in many audio projects.

Compatible Raspberry Pi Models
Pi Zero / 3 / 4

Honorable Mention

We would be remiss not to specifically mention this mini speaker from Pimoroni, since it helped us make one of our biggest projects to date.

Pimoroni Pirate Audio Mini Speaker

One of these would look great on your desk! Comes with a full-color LCD screen and built-in Pirate audio software to turn your Raspberry Pi into a mini speaker.

We used an older version of this HAT in the Amazon Echo Furby known as Furlexa:

Adafruit Ultimate GPS HAT

This GPS HAT is hands-down the best HAT for locating your Raspberry Pi, even when using it outdoors on a cloudy day. Adafruit has a built-in antenna to help with finding your location even in the worst of weather.

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

The Adafruit GPS HAT includes a real-time clock and a backup battery for 7 + years of timekeeping even if the Raspberry Pi is off. It features 165 dBm sensitivity, 10 Hz updates, and 66 channels. It comes preassembled and ready to use!

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

Compatible Raspberry Pi Models
Pi A + / B +

Official Raspberry Pi PoE HAT

If you’re looking to power your Raspberry Pi over a PoE (Power over Ethernet) enabled network and skirt the need for a power supply, then you’ll want a dependable PoE HAT. As we all know by now, the official Raspberry Pi Foundation hardware tends to set the gold standard by which other things aspire. So, yes, this is a more expensive PoE HAT, but it’s a piece of hardware on which it’s important not to skimp.

The official PoE HAT comes with a built-in fan and is compatible with an adapter for the Raspberry Pi 4.

Compatible Raspberry Pi Models
Pi 3 + / 4

Honorable Mention

PoE Texas Raspberry Pi PoE Hat

If you’re looking for a budget PoE Hat, then a great option is this one from PoE Texas. Because PoE Texas specialized in PoE’s, you can be relatively comfortable with the quality of this PoE HAT. Note that this one does not come with a fan, so it may not be the best option for a Raspberry Pi 4, which tends to run hot.

Waveshare 2-Channel TRIAC HAT

There aren’t many options when it comes to quality TRIAC HATs for the Raspberry Pi. If you need to switch voltages (up to 4400W max) across two devices without the traditional downfall of relays, then this is the HAT you’ll want to get for your Raspberry Pi.

Other features include:

  • Onboard STM32F0 microcontroller which supports direct command control
  • Optocoupler isolation preventing interference from the circuit
  • RC snubber circuit to protect it from power fluctuations
  • A reserved UART and I2C interface for working with other host control boards

What is a TRIAC HAT and what is it used for?

TRIAC stands for “triode for alternating current.” If we break down again, that is a three-electrode semiconductor device that will conduct in either direction when triggered by a positive or negative signal at the gate electrode. Let’s break it down again. It’s a relay that allows a current to flow in both directions.

The most common application for a TRIAC is in a light-dimmer or adjustable speed electric fan. The TRIAC allows the current to be adjusted in both directions to allow the light to dim or brighten.

Be careful! Do not touch the high voltage section with bare hands!

Image of Voltage Section TRIAC HATImage of Voltage Section TRIAC HAT
Compatible Raspberry Pi Models
All

Official Raspberry Pi Sense HAT

Every kid should have a Raspberry Pi and Sense HAT.

I’m going to say it. Every kid should have a Raspberry Pi and Sense HAT. With the Sense HAT from the Raspberry Pi, kids can easily see the results of their programming in addition to a host of other cool features. It was constructed specifically for the AstroPi mission for kids to see their programs on the International Space Station, which we reported on.

The Raspberry Pi Sense HAT includes an 8×8 RGB LED matrix, a five-button joystick, and the following sensors:

  • Gyroscope
  • Accelerometer
  • Magnetometer
  • Temperature
  • Barometric pressure
  • Humidity

Python module

Here’s a great Python module for controlling the Sense HAT.

Compatible Raspberry Pi Models
Pi 2, 3, 4

Official Raspberry Pi HAT Enclosure

The perfect case for the Sense HAT mentioned above.

Now, you should probably realize that when you put certain HATs on your Raspberry Pi that the Pi may not fit in a standard case. So be sure to get a case that states it will Raspberry Pis with a HAT installed, like this official HAT case from the Raspberry Pi Foundation.

You’ll want something with a clear top, so you can see that fancy HAT your Pi is wearing!

We love that this case has a pop-up clear top, so you can access and interact with your Raspberry Pi HAT. This should make it usable for most HATs that you’ll get for your Pi. Note: you’ll still need to make sure your HAT does not have plugs that this case will not support.

JuiceBox Zero

The JuiceBox Zero HAT for the Raspberry Pi Zero lets you power it from a battery! What makes this even cooler is that even works and charges your battery via a micro USB cable built-in. It has status indicator lights indicating low-battery, on/off, charging, and charge completely. It has a built-in camera mount if you want to use this as a truly mobile security camera. Best of all, it requires absolutely no code to use! We featured this HAT in our solar-powered Raspberry Pi build guide.

Here’s a video that shows you how it works:

PUD (Pull Up/Down) HAT

With this nifty little HAT from ModMyPi, you can forget about the wiring when adding a pull up / down resistor to a circuit. Wire up the sensor output to the pin on the PUD HAT, add a shunt jumper to either pull up or down. When you apply a signal voltage from your sensor or switch, the Raspberry Pi can sense into which logic state the pin has been pulled! So cool!

The PiHut has made a great guide showing you how to use the PUD HAT.

Pimoroni Grow Kit

Perfect for any gardener and Pi fanatic! This a complete compact grow system featuring the Grow HAT from Pimoroni that helps you monitor and take the best care of your plants and herbs. There are built-in moisture sensors to let you know when your plants need some watering. You can even custom tailor the specifications for different plants’ water and food needs.

Adafruit RGB Matrix Bonnet

Another HAT we’ve used in our projects is the Adafruit RGB Matrix Bonnet, which allows you to program full color LED displays and light shows. Works with 16×32, 32×32, 32×64 or 64×64 RGB LED Matrices to create a great display. For more details on how to use this, see our guide on building an LED Matrix with a Raspberry Pi.

And for more inspiration, see how the RGB Matrix Bonnet helped us make an LED NHL scoreboard!

The Best Raspberry Pi HATs for Your Next Project (2020)

No need to measure your head for these HATs—just make sure they fit your Pi!
Michael Michael (105)
0
Updated: November 19th, 2020

There are so many cool HAT extensions for the Raspberry Pi to make your next project literally sing (if that’s what you want)! HATs are great pre-built add-ons that enhance what your Raspberry Pi is capable of. From turning your Pi into an all-in-one recording device—to running the Raspberry Pi on solar power—to creating an awesome LED discoball—these HATs will make it easy to do some incredible things on your Raspberry Pi.

You’re going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do!

What is HAT?

HAT stands for “Hardware Attached on Top.” Essentially, a HAT is a pre-built extension for your Raspberry Pi that allows it to perform some desired function. Most HATs are plug-and-play, requiring no soldering. And the best HATs automatically configure themselves. The EEPROM module communicates with the Raspberry Pi, telling it which IO pins it’s using, how to configure them, and which drivers need to be installed.

What kinds of things can a Raspberry HAT do?

Anything! Well, that’s not actually true. But you’re certainly going to be surprised when you scroll down our list of Raspberry Pi HATs and learn all the cool things you can do just by plugging in an extension!

Unless noted otherwise, HATs do not come with a Raspberry Pi unit.

Posted in these interests:
h/pi • 216 guides

The Best Raspberry Pi HATs for Your Next Project (2020)

No need to measure your head for these HATs—just make sure they fit your Pi!
Michael Michael (105)
0
Updated: November 19th, 2020
Michael
 
Posted in these interests:
h/pi • 216 guides
Posted in these interests:
h/pi • 216 guides
Table of Contents

Best Raspberry Pi HATs:

 
In these interests
h/pi • 216 guides
h/pi • 216 guides

Raspiaudio Audio Soundcard ++

The Raspiaudio Soundcard DAC HAT gives you everything you need to build an all-in-one stereo output sound machine with your Raspberry Pi. It includes onboard stereo speakers, two onboard microphones, and two 1.3 watt amplifiers. A great all-around audio HAT for the Raspberry Pi used in many audio projects.

Compatible Raspberry Pi Models
Pi Zero / 3 / 4

Honorable Mention

We would be remiss not to specifically mention this mini speaker from Pimoroni, since it helped us make one of our biggest projects to date.

Pimoroni Pirate Audio Mini Speaker

One of these would look great on your desk! Comes with a full-color LCD screen and built-in Pirate audio software to turn your Raspberry Pi into a mini speaker.

We used an older version of this HAT in the Amazon Echo Furby known as Furlexa:

Adafruit Ultimate GPS HAT

This GPS HAT is hands-down the best HAT for locating your Raspberry Pi, even when using it outdoors on a cloudy day. Adafruit has a built-in antenna to help with finding your location even in the worst of weather.

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

The Adafruit GPS HAT includes a real-time clock and a backup battery for 7 + years of timekeeping even if the Raspberry Pi is off. It features 165 dBm sensitivity, 10 Hz updates, and 66 channels. It comes preassembled and ready to use!

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

Compatible Raspberry Pi Models
Pi A + / B +

Official Raspberry Pi PoE HAT

If you’re looking to power your Raspberry Pi over a PoE (Power over Ethernet) enabled network and skirt the need for a power supply, then you’ll want a dependable PoE HAT. As we all know by now, the official Raspberry Pi Foundation hardware tends to set the gold standard by which other things aspire. So, yes, this is a more expensive PoE HAT, but it’s a piece of hardware on which it’s important not to skimp.

The official PoE HAT comes with a built-in fan and is compatible with an adapter for the Raspberry Pi 4.

Compatible Raspberry Pi Models
Pi 3 + / 4

Honorable Mention

PoE Texas Raspberry Pi PoE Hat

If you’re looking for a budget PoE Hat, then a great option is this one from PoE Texas. Because PoE Texas specialized in PoE’s, you can be relatively comfortable with the quality of this PoE HAT. Note that this one does not come with a fan, so it may not be the best option for a Raspberry Pi 4, which tends to run hot.

Waveshare 2-Channel TRIAC HAT

There aren’t many options when it comes to quality TRIAC HATs for the Raspberry Pi. If you need to switch voltages (up to 4400W max) across two devices without the traditional downfall of relays, then this is the HAT you’ll want to get for your Raspberry Pi.

Other features include:

  • Onboard STM32F0 microcontroller which supports direct command control
  • Optocoupler isolation preventing interference from the circuit
  • RC snubber circuit to protect it from power fluctuations
  • A reserved UART and I2C interface for working with other host control boards

What is a TRIAC HAT and what is it used for?

TRIAC stands for “triode for alternating current.” If we break down again, that is a three-electrode semiconductor device that will conduct in either direction when triggered by a positive or negative signal at the gate electrode. Let’s break it down again. It’s a relay that allows a current to flow in both directions.

The most common application for a TRIAC is in a light-dimmer or adjustable speed electric fan. The TRIAC allows the current to be adjusted in both directions to allow the light to dim or brighten.

Be careful! Do not touch the high voltage section with bare hands!

Image of Voltage Section TRIAC HATImage of Voltage Section TRIAC HAT
Compatible Raspberry Pi Models
All

Official Raspberry Pi Sense HAT

Every kid should have a Raspberry Pi and Sense HAT.

I’m going to say it. Every kid should have a Raspberry Pi and Sense HAT. With the Sense HAT from the Raspberry Pi, kids can easily see the results of their programming in addition to a host of other cool features. It was constructed specifically for the AstroPi mission for kids to see their programs on the International Space Station, which we reported on.

The Raspberry Pi Sense HAT includes an 8×8 RGB LED matrix, a five-button joystick, and the following sensors:

  • Gyroscope
  • Accelerometer
  • Magnetometer
  • Temperature
  • Barometric pressure
  • Humidity

Python module

Here’s a great Python module for controlling the Sense HAT.

Compatible Raspberry Pi Models
Pi 2, 3, 4

Official Raspberry Pi HAT Enclosure

The perfect case for the Sense HAT mentioned above.

Now, you should probably realize that when you put certain HATs on your Raspberry Pi that the Pi may not fit in a standard case. So be sure to get a case that states it will Raspberry Pis with a HAT installed, like this official HAT case from the Raspberry Pi Foundation.

You’ll want something with a clear top, so you can see that fancy HAT your Pi is wearing!

We love that this case has a pop-up clear top, so you can access and interact with your Raspberry Pi HAT. This should make it usable for most HATs that you’ll get for your Pi. Note: you’ll still need to make sure your HAT does not have plugs that this case will not support.

JuiceBox Zero

The JuiceBox Zero HAT for the Raspberry Pi Zero lets you power it from a battery! What makes this even cooler is that even works and charges your battery via a micro USB cable built-in. It has status indicator lights indicating low-battery, on/off, charging, and charge completely. It has a built-in camera mount if you want to use this as a truly mobile security camera. Best of all, it requires absolutely no code to use! We featured this HAT in our solar-powered Raspberry Pi build guide.

Here’s a video that shows you how it works:

PUD (Pull Up/Down) HAT

With this nifty little HAT from ModMyPi, you can forget about the wiring when adding a pull up / down resistor to a circuit. Wire up the sensor output to the pin on the PUD HAT, add a shunt jumper to either pull up or down. When you apply a signal voltage from your sensor or switch, the Raspberry Pi can sense into which logic state the pin has been pulled! So cool!

The PiHut has made a great guide showing you how to use the PUD HAT.

Pimoroni Grow Kit

Perfect for any gardener and Pi fanatic! This a complete compact grow system featuring the Grow HAT from Pimoroni that helps you monitor and take the best care of your plants and herbs. There are built-in moisture sensors to let you know when your plants need some watering. You can even custom tailor the specifications for different plants’ water and food needs.

Adafruit RGB Matrix Bonnet

Another HAT we’ve used in our projects is the Adafruit RGB Matrix Bonnet, which allows you to program full color LED displays and light shows. Works with 16×32, 32×32, 32×64 or 64×64 RGB LED Matrices to create a great display. For more details on how to use this, see our guide on building an LED Matrix with a Raspberry Pi.

And for more inspiration, see how the RGB Matrix Bonnet helped us make an LED NHL scoreboard!

Raspiaudio Audio Soundcard ++

The Raspiaudio Soundcard DAC HAT gives you everything you need to build an all-in-one stereo output sound machine with your Raspberry Pi. It includes onboard stereo speakers, two onboard microphones, and two 1.3 watt amplifiers. A great all-around audio HAT for the Raspberry Pi used in many audio projects.

Compatible Raspberry Pi Models
Pi Zero / 3 / 4

Honorable Mention

We would be remiss not to specifically mention this mini speaker from Pimoroni, since it helped us make one of our biggest projects to date.

Pimoroni Pirate Audio Mini Speaker

One of these would look great on your desk! Comes with a full-color LCD screen and built-in Pirate audio software to turn your Raspberry Pi into a mini speaker.

We used an older version of this HAT in the Amazon Echo Furby known as Furlexa:

Raspiaudio Audio Soundcard ++

The Raspiaudio Soundcard DAC HAT gives you everything you need to build an all-in-one stereo output sound machine with your Raspberry Pi. It includes onboard stereo speakers, two onboard microphones, and two 1.3 watt amplifiers. A great all-around audio HAT for the Raspberry Pi used in many audio projects.

Compatible Raspberry Pi Models
Pi Zero / 3 / 4

Honorable Mention

We would be remiss not to specifically mention this mini speaker from Pimoroni, since it helped us make one of our biggest projects to date.

Pimoroni Pirate Audio Mini Speaker

One of these would look great on your desk! Comes with a full-color LCD screen and built-in Pirate audio software to turn your Raspberry Pi into a mini speaker.

We used an older version of this HAT in the Amazon Echo Furby known as Furlexa:

Best Audio (DAC) HAT for the Raspberry Pi

Raspiaudio Sound CardRaspiaudio Sound CardCheck Price
Compatible Raspberry Pi Models
Pi Zero / 3 / 4
Used here
Pimoroni Pirate Audio Mini SpeakerCheck Price

Adafruit Ultimate GPS HAT

This GPS HAT is hands-down the best HAT for locating your Raspberry Pi, even when using it outdoors on a cloudy day. Adafruit has a built-in antenna to help with finding your location even in the worst of weather.

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

The Adafruit GPS HAT includes a real-time clock and a backup battery for 7 + years of timekeeping even if the Raspberry Pi is off. It features 165 dBm sensitivity, 10 Hz updates, and 66 channels. It comes preassembled and ready to use!

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

Compatible Raspberry Pi Models
Pi A + / B +

Adafruit Ultimate GPS HAT

This GPS HAT is hands-down the best HAT for locating your Raspberry Pi, even when using it outdoors on a cloudy day. Adafruit has a built-in antenna to help with finding your location even in the worst of weather.

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

The Adafruit GPS HAT includes a real-time clock and a backup battery for 7 + years of timekeeping even if the Raspberry Pi is off. It features 165 dBm sensitivity, 10 Hz updates, and 66 channels. It comes preassembled and ready to use!

Add location data and atomic-precision timekeeping by plugging this HAT into your Pi.

Compatible Raspberry Pi Models
Pi A + / B +

Best GPS HAT for the Raspberry Pi

Adafruit Ultimate GPS HATAdafruit Ultimate GPS HATCheck Price
Compatible Raspberry Pi Models
Pi A + / B +

Official Raspberry Pi PoE HAT

If you’re looking to power your Raspberry Pi over a PoE (Power over Ethernet) enabled network and skirt the need for a power supply, then you’ll want a dependable PoE HAT. As we all know by now, the official Raspberry Pi Foundation hardware tends to set the gold standard by which other things aspire. So, yes, this is a more expensive PoE HAT, but it’s a piece of hardware on which it’s important not to skimp.

The official PoE HAT comes with a built-in fan and is compatible with an adapter for the Raspberry Pi 4.

Compatible Raspberry Pi Models
Pi 3 + / 4

Honorable Mention

PoE Texas Raspberry Pi PoE Hat

If you’re looking for a budget PoE Hat, then a great option is this one from PoE Texas. Because PoE Texas specialized in PoE’s, you can be relatively comfortable with the quality of this PoE HAT. Note that this one does not come with a fan, so it may not be the best option for a Raspberry Pi 4, which tends to run hot.

Official Raspberry Pi PoE HAT

If you’re looking to power your Raspberry Pi over a PoE (Power over Ethernet) enabled network and skirt the need for a power supply, then you’ll want a dependable PoE HAT. As we all know by now, the official Raspberry Pi Foundation hardware tends to set the gold standard by which other things aspire. So, yes, this is a more expensive PoE HAT, but it’s a piece of hardware on which it’s important not to skimp.

The official PoE HAT comes with a built-in fan and is compatible with an adapter for the Raspberry Pi 4.

Compatible Raspberry Pi Models
Pi 3 + / 4

Honorable Mention

PoE Texas Raspberry Pi PoE Hat

If you’re looking for a budget PoE Hat, then a great option is this one from PoE Texas. Because PoE Texas specialized in PoE’s, you can be relatively comfortable with the quality of this PoE HAT. Note that this one does not come with a fan, so it may not be the best option for a Raspberry Pi 4, which tends to run hot.

Best PoE HAT for the Raspberry Pi

Official Raspberry Pi Power Over Ethernet (PoE) HATOfficial Raspberry Pi Power Over Ethernet (PoE) HATCheck Price
Compatible Raspberry Pi Models
Pi 3 + / 4
Used here
POE Texas Raspberry Pi HATCheck Price

Waveshare 2-Channel TRIAC HAT

There aren’t many options when it comes to quality TRIAC HATs for the Raspberry Pi. If you need to switch voltages (up to 4400W max) across two devices without the traditional downfall of relays, then this is the HAT you’ll want to get for your Raspberry Pi.

Other features include:

  • Onboard STM32F0 microcontroller which supports direct command control
  • Optocoupler isolation preventing interference from the circuit
  • RC snubber circuit to protect it from power fluctuations
  • A reserved UART and I2C interface for working with other host control boards

What is a TRIAC HAT and what is it used for?

TRIAC stands for “triode for alternating current.” If we break down again, that is a three-electrode semiconductor device that will conduct in either direction when triggered by a positive or negative signal at the gate electrode. Let’s break it down again. It’s a relay that allows a current to flow in both directions.

The most common application for a TRIAC is in a light-dimmer or adjustable speed electric fan. The TRIAC allows the current to be adjusted in both directions to allow the light to dim or brighten.

Be careful! Do not touch the high voltage section with bare hands!

Image of Voltage Section TRIAC HATImage of Voltage Section TRIAC HAT
Compatible Raspberry Pi Models
All

Waveshare 2-Channel TRIAC HAT

There aren’t many options when it comes to quality TRIAC HATs for the Raspberry Pi. If you need to switch voltages (up to 4400W max) across two devices without the traditional downfall of relays, then this is the HAT you’ll want to get for your Raspberry Pi.

Other features include:

  • Onboard STM32F0 microcontroller which supports direct command control
  • Optocoupler isolation preventing interference from the circuit
  • RC snubber circuit to protect it from power fluctuations
  • A reserved UART and I2C interface for working with other host control boards

What is a TRIAC HAT and what is it used for?

TRIAC stands for “triode for alternating current.” If we break down again, that is a three-electrode semiconductor device that will conduct in either direction when triggered by a positive or negative signal at the gate electrode. Let’s break it down again. It’s a relay that allows a current to flow in both directions.

The most common application for a TRIAC is in a light-dimmer or adjustable speed electric fan. The TRIAC allows the current to be adjusted in both directions to allow the light to dim or brighten.

Be careful! Do not touch the high voltage section with bare hands!

Image of Voltage Section TRIAC HATImage of Voltage Section TRIAC HAT
Compatible Raspberry Pi Models
All

Best TRIAC HAT

Waveshare 2-Channel TRIAC HATWaveshare 2-Channel TRIAC HATCheck Price
Used here
Waveshare 2-Channel TRIAC HATCheck Price
Compatible Raspberry Pi Models
All

Official Raspberry Pi Sense HAT

Every kid should have a Raspberry Pi and Sense HAT.

I’m going to say it. Every kid should have a Raspberry Pi and Sense HAT. With the Sense HAT from the Raspberry Pi, kids can easily see the results of their programming in addition to a host of other cool features. It was constructed specifically for the AstroPi mission for kids to see their programs on the International Space Station, which we reported on.

The Raspberry Pi Sense HAT includes an 8×8 RGB LED matrix, a five-button joystick, and the following sensors:

  • Gyroscope
  • Accelerometer
  • Magnetometer
  • Temperature
  • Barometric pressure
  • Humidity

Python module

Here’s a great Python module for controlling the Sense HAT.

Compatible Raspberry Pi Models
Pi 2, 3, 4

Official Raspberry Pi Sense HAT

Every kid should have a Raspberry Pi and Sense HAT.

I’m going to say it. Every kid should have a Raspberry Pi and Sense HAT. With the Sense HAT from the Raspberry Pi, kids can easily see the results of their programming in addition to a host of other cool features. It was constructed specifically for the AstroPi mission for kids to see their programs on the International Space Station, which we reported on.

The Raspberry Pi Sense HAT includes an 8×8 RGB LED matrix, a five-button joystick, and the following sensors:

  • Gyroscope
  • Accelerometer
  • Magnetometer
  • Temperature
  • Barometric pressure
  • Humidity

Python module

Here’s a great Python module for controlling the Sense HAT.

Compatible Raspberry Pi Models
Pi 2, 3, 4

Best HAT for kids and learning

Sense HAT for the Raspberry PiSense HAT for the Raspberry PiCheck Price
Compatible Raspberry Pi Models
Pi 2, 3, 4

Official Raspberry Pi HAT Enclosure

The perfect case for the Sense HAT mentioned above.

Now, you should probably realize that when you put certain HATs on your Raspberry Pi that the Pi may not fit in a standard case. So be sure to get a case that states it will Raspberry Pis with a HAT installed, like this official HAT case from the Raspberry Pi Foundation.

You’ll want something with a clear top, so you can see that fancy HAT your Pi is wearing!

We love that this case has a pop-up clear top, so you can access and interact with your Raspberry Pi HAT. This should make it usable for most HATs that you’ll get for your Pi. Note: you’ll still need to make sure your HAT does not have plugs that this case will not support.

Official Raspberry Pi HAT Enclosure

The perfect case for the Sense HAT mentioned above.

Now, you should probably realize that when you put certain HATs on your Raspberry Pi that the Pi may not fit in a standard case. So be sure to get a case that states it will Raspberry Pis with a HAT installed, like this official HAT case from the Raspberry Pi Foundation.

You’ll want something with a clear top, so you can see that fancy HAT your Pi is wearing!

We love that this case has a pop-up clear top, so you can access and interact with your Raspberry Pi HAT. This should make it usable for most HATs that you’ll get for your Pi. Note: you’ll still need to make sure your HAT does not have plugs that this case will not support.

Best case for a Raspberry Pis with HATs

Official Raspberry Pi HAT EnclosureOfficial Raspberry Pi HAT EnclosureCheck Price

JuiceBox Zero

The JuiceBox Zero HAT for the Raspberry Pi Zero lets you power it from a battery! What makes this even cooler is that even works and charges your battery via a micro USB cable built-in. It has status indicator lights indicating low-battery, on/off, charging, and charge completely. It has a built-in camera mount if you want to use this as a truly mobile security camera. Best of all, it requires absolutely no code to use! We featured this HAT in our solar-powered Raspberry Pi build guide.

Here’s a video that shows you how it works:

PUD (Pull Up/Down) HAT

With this nifty little HAT from ModMyPi, you can forget about the wiring when adding a pull up / down resistor to a circuit. Wire up the sensor output to the pin on the PUD HAT, add a shunt jumper to either pull up or down. When you apply a signal voltage from your sensor or switch, the Raspberry Pi can sense into which logic state the pin has been pulled! So cool!

The PiHut has made a great guide showing you how to use the PUD HAT.

Pimoroni Grow Kit

Perfect for any gardener and Pi fanatic! This a complete compact grow system featuring the Grow HAT from Pimoroni that helps you monitor and take the best care of your plants and herbs. There are built-in moisture sensors to let you know when your plants need some watering. You can even custom tailor the specifications for different plants’ water and food needs.

Adafruit RGB Matrix Bonnet

Another HAT we’ve used in our projects is the Adafruit RGB Matrix Bonnet, which allows you to program full color LED displays and light shows. Works with 16×32, 32×32, 32×64 or 64×64 RGB LED Matrices to create a great display. For more details on how to use this, see our guide on building an LED Matrix with a Raspberry Pi.

And for more inspiration, see how the RGB Matrix Bonnet helped us make an LED NHL scoreboard!

JuiceBox Zero

The JuiceBox Zero HAT for the Raspberry Pi Zero lets you power it from a battery! What makes this even cooler is that even works and charges your battery via a micro USB cable built-in. It has status indicator lights indicating low-battery, on/off, charging, and charge completely. It has a built-in camera mount if you want to use this as a truly mobile security camera. Best of all, it requires absolutely no code to use! We featured this HAT in our solar-powered Raspberry Pi build guide.

Here’s a video that shows you how it works:

PUD (Pull Up/Down) HAT

With this nifty little HAT from ModMyPi, you can forget about the wiring when adding a pull up / down resistor to a circuit. Wire up the sensor output to the pin on the PUD HAT, add a shunt jumper to either pull up or down. When you apply a signal voltage from your sensor or switch, the Raspberry Pi can sense into which logic state the pin has been pulled! So cool!

The PiHut has made a great guide showing you how to use the PUD HAT.

Pimoroni Grow Kit

Perfect for any gardener and Pi fanatic! This a complete compact grow system featuring the Grow HAT from Pimoroni that helps you monitor and take the best care of your plants and herbs. There are built-in moisture sensors to let you know when your plants need some watering. You can even custom tailor the specifications for different plants’ water and food needs.

Adafruit RGB Matrix Bonnet

Another HAT we’ve used in our projects is the Adafruit RGB Matrix Bonnet, which allows you to program full color LED displays and light shows. Works with 16×32, 32×32, 32×64 or 64×64 RGB LED Matrices to create a great display. For more details on how to use this, see our guide on building an LED Matrix with a Raspberry Pi.

And for more inspiration, see how the RGB Matrix Bonnet helped us make an LED NHL scoreboard!

Other cool HATs for the Raspberry Pi

Used here
JuiceBox ZeroCheck Price
Used here
ModMyPi PUD HAT (Pull-Up/Down Resistor HAT)Check Price
Used here
Pimoroni Grow KitCheck Price
Used here
Adafruit RGB Matrix BonnetCheck Price
Build Your Own Live NHL Scoreboard with Raspberry Pi and LEDs! Build Your Own Live NHL Scoreboard with Raspberry Pi and LEDs!Get real-time game scores and more for your favorite hockey team.
Build Your Own Live NHL Scoreboard with Raspberry Pi and LEDs!
Share this guide!
RedditEmailTextPinterest
Michael's profile pictureMichael
Joined in 2020
A maker at heart, Michael loves all things DIY. Michael is an award-winning poet, writer, and editor. He has published two books of poetry and has writing in publications such as The Wall Street Journal, New York Magazine, The New Yorker, and many others. He has taught writing at colleges across the country, and managed many leading literary magazines to national prominence. Now, he’s excited to devote his energies full time to Howchoo. He currently resides in the Tampa-area with his wife and puppy.
Michael's profile picture
Related to this guide:
Adafruit Raspberry Pi TouchscreenAdafruit Raspberry Pi Touchscreen
An awesome touchscreen > a standard monitor when it comes to Raspberry Pi.
In these interests: pi
Raspberry Pi Holiday Gift-Buying GuideRaspberry Pi Holiday Gift-Buying Guide
Have some extra Pi this Holiday!
In these interests: holidayspi
Black Friday 2020 Raspberry PiBlack Friday 2020 Raspberry Pi
Our curated list of the best deals in all things Raspberry Pi!
In these interests: pi
Adafruit Raspberry Pi TouchscreenAdafruit Raspberry Pi Touchscreen
An awesome touchscreen > a standard monitor when it comes to Raspberry Pi.
In these interests: pi
Michael's profile pictureView guide
In these interests: pi
pi
Raspberry Pi Holiday Gift-Buying GuideRaspberry Pi Holiday Gift-Buying Guide
Have some extra Pi this Holiday!
In these interests: holidayspi
Ash's profile pictureView guide
In these interests: holidayspi
holidayspi
Black Friday 2020 Raspberry PiBlack Friday 2020 Raspberry Pi
Our curated list of the best deals in all things Raspberry Pi!
In these interests: pi
Michael's profile pictureView guide
In these interests: pi
pi
People also read:
Prime Day Raspberry Pi
The Raspberry Pi deals we’re most excited about for Prime Day.
Best Raspberry Pi Keyboards
Every machine needs an input device.
Creepty baby robot halloween
Inspiration for your own spooky Pi projects this Halloween.
howchoo logo on the led matrix panel
An LED matrix will make any project better.
The Raspberry Pi and OpenCV Logos
The Raspberry Pi and OpenCV LogosHow to Install OpenCV on a Raspberry Pi
Raspberry Pi 400
Raspberry Pi 400The New Raspberry Pi 400: The Keyboard With a Pi Inside
Cryptocurrency ticker
Cryptocurrency tickerHow to Build a Bitcoin/Cryptocurrency Price Ticker Using a Raspberry Pi
Opened Canakit Raspberry Pi 4
Opened Canakit Raspberry Pi 4Canakit Raspberry Pi 4 Starter Kit Review: No Nonsense Quality
1Password-Raspberry-Pi
1Password-Raspberry-PiHow to Install 1Password on a Raspberry Pi
Prime Day Raspberry Pi
The Raspberry Pi deals we’re most excited about for Prime Day.
Best Raspberry Pi Keyboards
Every machine needs an input device.
Creepty baby robot halloween
Inspiration for your own spooky Pi projects this Halloween.
howchoo logo on the led matrix panel
An LED matrix will make any project better.
Prime Day Raspberry Pi
Prime Day Raspberry PiBest Prime Day Raspberry Pi Deals (2020)
Best Raspberry Pi Keyboards
Best Raspberry Pi KeyboardsBest Keyboards for the Raspberry Pi (2020)
Raspberry Pi Wireless Access Point
Raspberry Pi Wireless Access PointHow to Setup a Raspberry Pi Wireless Access Point
Creepty baby robot halloween
Creepty baby robot halloween10 Spooky Raspberry Pi Halloween Projects You Can Make
howchoo logo on the led matrix panel
howchoo logo on the led matrix panelHow to Use an LED Matrix Panel with Your Raspberry Pi
Posted in these interests:
pipi
Explore
h/pi • 216 guides
The Raspberry Pi is a small, inexpensive computer developed by the Raspberry Pi Foundation in the United Kingdom.
pipi
Explore
h/pi • 216 guides
The Raspberry Pi is a small, inexpensive computer developed by the Raspberry Pi Foundation in the United Kingdom.
Explore
Discuss this guide:
We’re hiring!
Are you a passionate writer? We want to hear from you!
We’re hiring!
Are you a passionate writer? We want to hear from you!
View openings

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Donate

Leave a Reply

Your email address will not be published. Required fields are marked *