Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Auo/node-pixelpi

Repository files navigation

node-pixelpi

Unmaintained

Loads .bmp images and outputs them to a led matrix constructed with the ws2812b led-strip, animations and static Inspired by Game Frame and Pixel pi

Requirement

Software

Hardware

Installation

Software

Node.js

The package to control the LED-strip over node.js requires an older version of node, it relies on V8 api

wget http://node-arm.herokuapp.com/node_archive_armhf.deb
sudo dpkg -i node_archive_armhf.deb

Wifi

Wifi setup

systemd for starting node.js on launch and crash

changed service, update the daemon

systemctl daemon-reload   

enable, run this first

systemctl enable name.service

start service

systemctl start name.service

stop service

systemctl stop name.service

About

Raspberry Pi to run a 16x16 led matrix

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published