Skip to content

πŸš€ Getting Started

Jonathas Barbosa edited this page Jun 22, 2025 · 2 revisions

Welcome! If you're reading this, it probably means you're about to build your own Clockwise β€” thanks for being part of the community!

This guide will show you everything you need to get started β€” from the hardware you'll need, to the first time powering on your smart clock.


πŸ›  What is Clockwise?

Clockwise is an open-source smart wall clock based on:

  • an ESP32 microcontroller,
  • a 64x64 RGB LED matrix (HUB75 or HUB75E),
  • a 5V power supply

Clockwise is highly customizable: you can upload different "Clockfaces" (themes), control settings through the web, and even create your own designs.


πŸ”— Hardware Requirements

To build Clockwise, you will need:

Component Notes
RGB LED Matrix 64x64 (HUB75/HUB75E) P2.5 or P3 recommended
ESP32 Dev Board ESP32-WROOM, WROVER or similar
5V 3A Power Supply At least 3A for proper brightness
Jumper wires To wire the components

πŸ› Where to Buy

  • LED Matrix: AliExpress, Amazon, local electronics stores
  • ESP32 Dev Board: Same as above
  • Power Supply: Any 5V 3A (with barrel connector)

Alternatively, check the WiseShield-32 Kit: Buy from Elecrow


πŸ— First Assembly Guide

You have two options for assembly:

Option 1 β€” Using WiseShield-32 PCB kit (recommended)

  1. Assemble the WiseShield-32 PCB by following the WiseShield-32 Assembly Guide
  2. Just connect the shield in the LED matrix and the 5V power supply
  3. Go to https://clockwise.page and flash your first Clockface!

Option 2 β€” Manual Wiring (if no PCB kit)

ESP32-HUB75-MatrixPanel-I2S-DMA wiring

Full size

  1. Wire the ESP32 to the LED Matrix according to the image above or follow the same wiring suggested here
  2. Double-check your connections!
  3. Connect the power supply
  4. Flash Clockwise via https://clockwise.paghttps://clockwise.pagee
Clone this wiki locally