A collection of tools and examples to extend the capabilities of spectrometers manufactured by Torch Bearer.
A tool for modifying the official Flameeye Android app to unlock additional features and improve functionality.
- Download Flameeye version 1.6.4 from Torch Bearer's website to the app-patcher directory as
flameeye.apk
. - Enter the app-patcher directory and use
npm install
to install dependencies. - Use
npm run assemble
to assemble and sign a patched app. The signed app will be placed in thedata
directory. - Use
npm run create-patches
to create patches from modified files.
A Python implementation of the serial protocol used by Torch Bearer's basic spectrometers, including decoding the obfuscated spectral data. This serves as a minimal example. For a more comprehensive tool with significantly more features, consider using tobes-ui.
- Use
pip install colour-science matplotlib pyserial
to install dependencies. - Enter the interface directory and use
python main.py <port>
to display a spectral power distribution plot.