Skip to content

ZoidTechnology/Torch-Bearer-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torch Bearer Tools

A collection of tools and examples to extend the capabilities of spectrometers manufactured by Torch Bearer.

App Patcher

A tool for modifying the official Flameeye Android app to unlock additional features and improve functionality.

Requirements

Usage

  • 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 the data directory.
  • Use npm run create-patches to create patches from modified files.

Interface

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.

Requirements

Usage

  • 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.

About

A collection of tools and examples to improve the functionality of Torch Bearer's spectrometers.

Topics

Resources

License

Stars

Watchers

Forks