ericklein / WiFi-Tetris-Clock

A network connected clock that displays time using falling tetris blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiFi-Tetris-Clock

Contributors

This is a fork from code developed by @wene from a fork originally created by @witnessmenow

Purpose

Screenshot

A network connected clock that displays time using falling tetris blocks

Features

Target configuration

  • Private access settings like WiFi SSID and password are contained in a secrets.h file that is not included in this repo. Instead you'll find the file secrets_template.h, which should be copied to secrets.h and then edited to supply the right access credentials and configuration values to match your deployment environment.
  • See config.h for parameter configuration

Bill of Materials (BOM)

Pinouts

  • The breakout board handles pin and power cabling, and the underlying pinouts are described in config.h

Power Wiring

Screenshot

Information Sources

Issues and Feature Requests

  • See GitHub Issues for project

.plan (big ticket items)

About

A network connected clock that displays time using falling tetris blocks

License:MIT License


Languages

Language:C++ 82.7%Language:C 17.3%