Skip to content

Matrix Lamp

Matrix Lamp

esp32_arduino

Component assembly of firmware adaptations based on the original idea of ​​Gyver Lamp, for ESPHome. Has a separate repository.

Configuration

external_components:
  - source:
      type: git
      url: https://github.com/andrewjswan/matrix-lamp
      ref: main
    components: [matrix_lamp]

matrix_lamp:
  id: matrix
  width: 16
  height: 16
  random: true
  scale_id: matrix_scale
  speed_id: matrix_speed

Firmware

You can install the firmware using ESPHome, using one of the ready-made configuration files or use MatrixLamp - ESP Web Tools - a convenient tool for installing and updating the firmware of ESP32 devices in the browser.