-
Notifications
You must be signed in to change notification settings - Fork 0
Microcontroller
Yannik Höflich edited this page Aug 20, 2023
·
1 revision
Currently we only support ESP8266 devices to controll the led matrix.
Your LED-Matrix should have 3 wires: red, black (or white) and green. Additionally it should have 2 more wires: red and black, that are seperate.
-
Take the 3 wire bundle and connect the
- red wire to voltage in ('VIN')
- black wire to ground('GND')
- the green wire to any data pin (e.g. D4)
-
connect the red and black wire to a diffrent 5V DC power source.
That does not say, you cant use anyother micro controller to controll the led matrix.
The microcontroller code is in the repository USM.
-
Navigate to src/Controller/MicroController/Matrix/Rgb
-
Select you microcontroller (Currently only ESP8266 is supported)
-
Download the file and change the values
-
SSID= Your WiFi name -
PSK= Your WiFi password -
LED_PIN= The pin you connected the led matrix with, on your ESP8266
-
-
Open the .ino file and install it via the Arduino IDE on your Microcontroller