Close
0%
0%

WiFi Tetris Clock

It's a clock that draws it's time using falling tetris blocks. Uses and ESP32 and a RGB LED Matrix

Similar projects worth following
A while ago I came across a project that I thought was really cool, it was a clock drawn out using falling tetris blocks. The animation was instantly recognizable and I just thought it looked really fun.

The original project by Tobias Blum was hard coded to work with a 32x16 RGB matrix display and had the code for getting the time and doing the animation pretty intertwined. I created a fork of this project that I turned into the TetrisAnimation library for Arduino. It extracted only the animation part of the code and abstracted what type of display it worked on.

Funnily enough, the most popular project built with this library to date is this WiFi clock! I spent a good bit of time extracting the display code from a clock, just to put it back into a clock :)

The time is fetched from the internet using the EzTime library, it even automatically adjusts for daylight savings.

The display is a 64x32 RGB Led matrix panel and it is powered by an ESP32

Enjoy this project?

Share

Discussions

Dan Maloney wrote 12/16/2019 at 18:31 point

Whoever makes those LED panels owes you a salesman of the year award.

  Are you sure? yes | no

Brian Lough wrote 01/07/2020 at 19:38 point

I'm putting their kids through college, that's for sure :P

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates