This software was designed for a custom built fireworks ignition system. The corresponding hardware is based on a Raspberry Pi together with one or more TLC59116 to control a driver stage that drives eletric igniters. The Raspberry Pi communicates with the TLC59116 via an I²C interface. This communication is controlled by this software. In addition this software provides a browser based frontend for easy user intercation with the system.
- Download the rl-install script by running
wget https://raw.githubusercontent.com/CR1337/PyRocketLauncher/main/bin/rl-install
- Set execution permission by running
chmod +x rl-install
- Execute the
rl-install
script as root. - Run
sudo rl setup
. - Configure your device by interacting with the config wizard.
- Your device is now fully functional.
- Check further options by running
sudo rl help
.