aliciusschroeder / PyRocketLauncher

This software was designed for a custom built fireworks ignition system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyRocketLauncher

Description

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.

Installation

  1. Download the rl-install script by running wget https://raw.githubusercontent.com/CR1337/PyRocketLauncher/main/bin/rl-install
  2. Set execution permission by running chmod +x rl-install
  3. Execute the rl-install script as root.
  4. Run sudo rl setup.
  5. Configure your device by interacting with the config wizard.
  6. Your device is now fully functional.
  7. Check further options by running sudo rl help.

About

This software was designed for a custom built fireworks ignition system.

License:GNU General Public License v3.0


Languages

Language:Python 55.5%Language:JavaScript 22.7%Language:HTML 16.6%Language:CSS 4.2%Language:Shell 1.0%