Skip to content
Controls the illuminated wall at TinyFactory.
CSS Go JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
static
templates
.gitignore
README.md
conn.go
hub.go
main.go
serial.go

README.md

lightwall

lightwall is a web app written in go that makes it easy to color the illuminated wall at TinyFactory.

lightwall uses websockets to connect to a color picker served to the browser. lightwall connects with an Arduino over a USB connection and pushes RGB values as it recieves them from the browser. The end result is an interactive wall that can be controlled from multiple sources at once.

Usage

Running lightwall is as easy as:

go get github.com/tarm/goserial
go get code.google.com/p/go.net/websocket 
go build
./lightwall
Something went wrong with that request. Please try again.