Skip to content

Example everloop program for the matrix creator using docker

Notifications You must be signed in to change notification settings

cthayer/matrix-creator-everloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Creator - Everloop

This is an example everloop program running in a docker container that uses the Matrix Creator attached to a raspberry pi.

Run

docker run \
  -v /usr/include/matrix_hal:/usr/include/matrix_hal \
  -v /usr/lib/libmatrix_creator_hal.so:/usr/lib/libmatrix_creator_hal.so \
  -v /usr/lib/libwiringPi.so:/usr/lib/libwiringPi.so \
  -v /usr/lib/libwiringPiDev.so:/usr/lib/libwiringPiDev.so \
  --device=/dev/spidev0.0:/dev/spidev0.0 \
  cdmnky/matrix-everloop:1.0.2-arm32v7

Stop the container by running the following command in another terminal:

docker kill -s SIGINT <container_id>

Pre-Requisites

Hardware

Software

  • Matrix Hal must be installed on the host system
  • Docker must be installed on the host system

Build

Building the docker container must be done on a raspberry pi with Matrix Hal already installed.

packer build packer.json

Pre-Requisites

Hardware

Software

  • Matrix Hal must be installed on the host system
  • Docker must be installed on the host system
  • Packer must be installed on the host system

About

Example everloop program for the matrix creator using docker

Resources

Stars

Watchers

Forks

Packages

No packages published