An electron app to fetch spectral data, crunch calculations, and upload to publiclab's spectral workench. This project is in prototype stage. While other spectrometer software exist, currently there aren't any known programs designed to fetch live spectral data directly from a raspberry pi. The goal is to have a dedicated software for desktops to upload webcam and raspberry pi data directly to spectralworkbench to greatly enhance the data collection experience. Data can be previewed and downloaded/uploaded with basic calculations and calibration for a faster workflow.
To try out the project or to make modifications, simply clone or download the repository.
The requirement to run this app is to have node.js (and npm, which comes with node.js automatically) installed. See here for more info: https://nodejs.org/en/
To run the app:
- Open a cmd terminal
- Navigate to the spectral-workbook directory
- Execute:
npm start
The program should start and the app window should automatically open and load.