mirror of
https://github.com/geerlingguy/raspberry-pi-pcie-devices.git
synced 2026-08-24 02:34:17 -05:00
2.2 KiB
2.2 KiB
layout, title
| layout | title |
|---|---|
| default | HATs |
Raspberry Pi 5 HATs
{: .no_toc}
If you think a project should be added here, please open an issue on GitHub to add it.
Categories
{: .no_toc}
- TOC {:toc}
Production HATs
The following HATs are commercially available and can be purchased today.
{% for hat in site.hats %} {% if hat.status == "production" %} {% endif %} {% endfor %}| Picture | HAT |
|---|---|
|
{% if hat.picture %}
|
{{ hat.title }} {{ hat.short_description }} |
Prototype or Non-Commercial HATs
The following HATs are either not yet commercially available or one-offs and might be licensed under an Open Hardware License, allowing you to build your own.
{% for hat in site.hats %} {% if hat.status == "prototype" %} {% endif %} {% endfor %}| Picture | HAT |
|---|---|
|
{% if hat.picture %}
|
{{ hat.title }} {{ hat.short_description }} |
About
{: .no_toc}
This project is maintained by Jeff Geerling. The Raspberry Pi is a product of Raspberry Pi Ltd.