Skip to content

firmware for an ESP32 inside an ikea frekvens led matrix

Notifications You must be signed in to change notification settings

playduck/esp32-frekvens-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Frekvens Clock

ESP32 Firmware running inside a hacked Ikea x Teenage Engineering ]Frekvens LED Matrix Cube thingy.

Time synchronisation is handled via WiFI and NTP.

The led matrix is essentially a bunch of shift registers and a pwm signal to set brightness. I've reverse engineerd the hardware, hooked up the esp and buildt an abstraction layer to drive the matrix.

Build

using idf.py.

  • Configure the project first with idf.py menuconfig
  • Build with idf.py build
  • Flash with idf.py -p {PORT} flash monitor

About

firmware for an ESP32 inside an ikea frekvens led matrix

Resources

Stars

Watchers

Forks