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 installto install dependencies. - Use
npm run assembleto assemble and sign a patched app. The signed app will be placed in thedatadirectory. - Use
npm run create-patchesto 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 pyserialto install dependencies. - Enter the interface directory and use
python main.py <port>to display a spectral power distribution plot.