Skip to content

Files

Latest commit

c7fe2d7 · Dec 18, 2017

History

History
25 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.2 KB

RPi Spectrometer

Spectrometer for Raspberry Pi using a Pi Camera

Example Spectrograph

This is a fully functioning spectrometer. It captures an image from a Pi camera with diffraction grating in front and will analyse spectrum and generate a nice tidy spectrograph chart as a PNG.

For more details please see blog post at Durable Scope

Getting Started

Run docker build -t [your_desired_image_name] .

Then docker run --device=/dev/vchiq -i -t [your_image_name_from_above] /bin/bash

All of the files located in this directory will be mounted at /src, run cd src to navigate there.

From here, all you have to do is run the capture command python3 spectrometer.py [file_name_for_images] [shutter_time_microseconds] eg. python3 spectrometer.py my_first_spectometer 100000

Deploying to a Pi Device

Take a micro-SD card and drop the source code from this repository onto a desired location.

Take SD-card and insert it into the Raspberry Pi device, connect via ssh or attached keyboard and monitor.

Follow the Dockerfile steps manually to install required dependencies and operate on the actual SD card OS.