Skip to content

Assembly & Setup

John M. Wargo edited this page Oct 28, 2020 · 2 revisions

Required Components

For this project, I used the following components:

Installation

To setup the hardware, complete the following steps:

  1. Mount the Pimoroni Unicorn HAT HD on the Raspberry Pi device using the included hardware and following the Pimoroni's instructions
  2. Install the Raspberry Pi in the case
  3. Download and install the Raspbian Operating System on a Micro SD card.
  4. Power up the Raspberry Pi device

That's it, you're done. That was easy! When you're done, the Pi will look something like the following:

Raspberry Pi Configuration Hardware Assembly

Note: The Unicorn HAT HD has a smoked lens that hides the actual LED elements, so you can't really see the HAT in the case. It's a much cleaner, more professional look than my previous reminder projects.

Download the latest Raspbian OS Image from the Raspberry Pi web site. For my testing, I used the Raspbian Buster with desktop and recommended software. You can try other versions or even different compatible OS, but there's no guarantee it will work.

Burn (write) the operating system on to a Micro SD card following the instructions found in the Raspberry Pi Installing operating system versions guide. My primary development system is Windows, so I use the free Balena Etcher app to write the OS to a memory card.

Setup

Insert the memory card in the Raspberry Pi and power it up. When the Pi boots up, it will prompt you to complete the configuration and update the operating system files. The software update will take a while, so please be patient.

When the setup process completes, you must change the Pi's hardware configuration so it can talk to the Unicorn HAT HD using the SPI protocol. Open the Pi menu (located in the upper-left corner of the screen), select Preferences, then Raspberry Pi Configuration. In the application that opens, select the Interfaces tab, then enable the SPI option as shown in the following figure:

Raspberry Pi Configuration

Click the OK button to save your changes. You should not have to reboot your Pi after completing this step, but who knows.