-
Notifications
You must be signed in to change notification settings - Fork 117
Hardware Guide
IanSB edited this page Jun 7, 2021
·
5 revisions
There are currently three different hardware implementations of RGBtoHDMI:
- The original 2018 3 bits per pixel "Beeb" RGBtoHDMI (hoglet):
- The original 2018 4 bits per pixel "Atom" RGBtoHDMI (hoglet):
- The new 2020 12 bits per pixel "Generic" RGBtoHDMI with optional analog front end (IanB):
This section details the parts needed to put together a RGBtoHDMI system:
- An RGBtoHDMI hat (as shown above)
- A Raspberry Pi Zero or Zero W (PiHut), including:
- 2x20 pin GPIO header
- 1x2 pin reset header (additional)
- A Micro SDHC Card (2GB or larger) (PiHut)
- Suitable mounting hardware:
- 11mm M2.5 spacers (4 off)
- 6mm M2.5 machine screws (8 off)
- Suitable video-in cable:
- this will differ depending on the the source system, and on the RGBtoHDMI hat implementation
- e.g. a 6-pin DIN to 6-pin Molex KK cable
- Suitable video-out cable:
- A mini-HDMI to HDMI cable (or DVI if that is what your Monitor needs) (PiHut)
Optional parts:
- A USB/3.3V Serial cable for debugging (PiHut)
Construction (current designs)
- Bill of Materials (12-Bit Board)
- Bill of Materials (12-Bit Extender)
- Bill of Materials (Analog Board)
- Bill of Materials (TTL Buffer Boards)
- Bill of Materials (Pi Zero)
- Cables
- Assembled boards for sale
Construction (older designs)
- Bill of Materials (6/8-Bit Board)
- Bill of Materials (6-Bit Board)
- Bill of Materials (3-Bit Board)
- Bill of Materials (Atom Board)
- Assembly Notes (Atom Board)
- CPLD Programming
User Documentation