Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MiniMatrixRPi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MiniMatrixTeam
MiniMatrixRPi
Commits
517b11f3
Commit
517b11f3
authored
Jun 13, 2021
by
ftomi
Browse files
Options
Downloads
Patches
Plain Diff
Some documentation
parent
cc1021e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_anim/Readme.md
+66
-0
66 additions, 0 deletions
test_anim/Readme.md
with
66 additions
and
0 deletions
test_anim/Readme.md
0 → 100644
+
66
−
0
View file @
517b11f3
# Minimatrix server
Raspberry Pi 3B, Raspbian
Enable SPI interface, spi-dev0.0
WiringPi needed. (
```sudo apt install wiringpi```
)
## Install OLA
```
sudo apt install ola ola-rdm-tests ola-python libola-dev libola1
```
Config files are in ~/.ola folder. Only sACN (E1.31) plugin is needed. ola-e131.conf:
```
...
draft_discovery = true
input_ports = 6
...
```
Other plugins can be disabled (enable = false);
OLA config page on RPI_IP:9090.
Add 6 universes (1-6) with sACN inputs. (ArtNet only supports 4 universes, so sACN must be used.)
After config restart OLA daemon to save settings.
```
sudo /etc/init.d/olad stop
sudo /etc/init.d/olad start
```
## Build and run
```
make
make install
minimatrixrpi
```
Matrix server on 10000 port.
sACN universes 1-6, 5 rows for each universe from top row (except last, that has 1).
### Using service
Reload daemon after install:
```
sudo systemctl daemon-reload
```
Use the following commands to start, stop or get status of the service:
```
sudo systemctl start minimatrixrpi.service
sudo systemctl stop minimatrixrpi.service
sudo systemctl status minimatrixrpi.service
```
Enable or disable on every boot:
```
sudo systemctl enable minimatrixrpi.service
sudo systemctl disable minimatrixrpi.service
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment