/SpectralSensorInterface

R interface to the AS7265x spectral sensor

Primary LanguageRGNU General Public License v3.0GPL-3.0

SSI

Peter Hoff 2023-04-26

Spectral sensor Interface

This package provides an interface to the AS7265x spectral sensor, which is a low-cost chipset that provides 18-channel readings of the intensity of light at wavelengths ranging from ultraviolet to infrared. This package communicates with the sensor with AT commands through the UART interface. This requires the I2C interface to be disabled and UART to be enabled, which can be accomplished by disconnecting some jumpers and connecting others.

Installation

# Development version 
devtools::install_github("pdhoff/SSI")   

Basic usage

library(SSI) 
getSpecMat(plot=TRUE)