Skip to content

KrauseFx/fastrockets

Repository files navigation

deliversnapshotframeitPEMsighproducecertcodes

-------

Rocket launcher for fastlane

Twitter: @KauseFx

Visualize fastlane launches as rockets 🚀

Every time one of the fastlane tools is launched, a rocket will be launched from the bottom of the LED board in the color of the corresponding tool.

All you need is a Raspberry PI and a LED Board.

Each tool looks for updates when it's launched. The update checker is also open source as refresher.

assets/picture.jpg assets/animated.gif

Building the LED Board

adafruit shows a step by step guide what to buy and how to connect the board to get the LED Board running.

Costs for the LED board around 55 Euro.

Starting the script

Make sure to clone all submodule

git submodule update --init --recursive

Run the server using

rake

The rake task will first compile the LED library, then the C program used to show the rockets and then launch the Ruby script to start launching rockets.

Note: This will only work on the Raspberry PI itself, not on your Mac, as it requires a Linux environment.

fastlane

This project is part of the fastlane toolchain.