Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.25 KB

spectral-workbook

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.

Getting Started

To try out the project or to make modifications, simply clone or download the repository.

Prerequisites

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/

Run the app

To run the app:

  1. Open a cmd terminal
  2. Navigate to the spectral-workbook directory
  3. Execute:
npm start

The program should start and the app window should automatically open and load.

Screenshots

The prototype app view: Image of prototype screenshot