LiamsGitHub / AS7265x-spectrometer

Python module to drive the SparkFun Triad Spectroscopy Sensor
16 stars 13 forks source link

AS7265x-spectrometer

Python module to drive the SparkFun Triad Spectroscopy Sensor https://www.sparkfun.com/products/15050

Board physical properties

The board consists of 3 devices, each with 6 sensors with passbands ranging from UV to IR. As can be seen from the diagram, the passbands overlap. The sensors names (A-F, G-L, R-W) and their pass frequencies are therefore somewhat jumbled, especially between the ’51 and ’52. The 3 on-board LEDs peak at ~400nm, 475nm and 875nm. The built-in calibration should be used to optimize the sensor frequency response for the passband of interest.

alt text

Running outside in California on a sunny day in February:

alt text

Use

Python 2.7 for Raspberry Pi 3B

test.py instantiates the module and demonstrates use of members.

APIs implemented