owenmcateer / Art-Net_Matrix

Control a MAX7219 LED Matrix display over Art-Net DMX with a Wifi ESP8266/Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Art-Net Matrix

Control a MAX7219 LED Matrix display over Art-Net DMX with a Wifi ESP8266/Arduino

DMX-Matrix.3.mp4

Hardware requirements

  1. ESP8266 or Arduino with Wifi
  2. MAX7219 Dot Matrix (https://www.aliexpress.com/item/1005006661467477.html)

Setup

  1. Install the required libraries listed below.
  2. Wiring: DIN = D6 CS = D8 CLK = D5 (editable in code)
  3. Set Wifi credentials ssid and pwd
  4. Set Wifi IP and Subnet (optional)
  5. Set DMX universe and net
  6. Compile and upload
  7. Use any Art-Net client to send image data. ie. MadMapper
    See MadMapper fixture settings

Required libraries

LedControl

Author: Eberhard Fahle
An Arduino library for the MAX7219 and MAX7221
https://wayoda.github.io/LedControl/
https://github.com/wayoda/LedControl

ArtNet

Author: Hideaki Tai
Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
https://github.com/hideakitai/ArtNet

Media

DMX-Matrix.1.mp4
DMX-Matrix.2.mp4

About

Control a MAX7219 LED Matrix display over Art-Net DMX with a Wifi ESP8266/Arduino

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%