The Qwiic Visible Spectral Sensor uses the AS7262 visible spectrometer from AMS for spectral identification. What can you do with Reflectance Spectroscopy? It's an amazing field of study, and the AS7262 brings what used to be prohibitively expensive equipment to the desktop. The AS7262 should not be confused with highly complex mass spectrometers, but the sensor does give the user the ability to measure and characterize how different materials absorb and reflect visible light. This can be useful for measuring measuring reflective indices; photosynthetic light-use efficiency is one such example.
The AS7262 is the visible light version of the spectral sensor capable of measuring 450, 500, 550, 570, 600, and 650nm of light each with 40nm of full-width half-max detection.
The AS726x is unique in that it has both an I2C interface and a serial interface with AT commands. The default is I2C but can be changed with two jumpers. We added the common serial connector so you can connect directly to a computer via USB-to-Serial if needed.
The on-board 5700k extremely bright white LED will illuminate the sample you are measuring. If needed, the LED can be disabled and a low voltage incandescent bulb can be used for better black-body illumination during readings. Additionally, the AS726x has an electronic shutter meaning you can turn the light source (LED or bulb) on and off via software. You can also control the current to the light source (12.5, 25, 50, and 100mA), which varies the brightness enabling different exposure levels of the sample.
We've added an .stl file of a light-blocking shroud for this board, to make it possible to block out any ambient light, making for more consistent reading from multiple surfaces.
The Qwiic system enables fast and solderless connection between popular platforms and various sensors and actuators. You can read more about the Qwiic system here. We carry 50mm, 100mm, 200mm, 500mm, and breadboard friendly Qwiic cables.
We do not plan to regularly produce SparkX products so get them while they’re hot!
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
Based on 1 ratings:
Neat little sensor. Code provided by SparkFun was relatively easy to get working, data provided by sensor is fairly clean (and hopefully accurate within the given specs).
Beware if you plan on using it with it's Near IR cousin, Qwiic NIR Spectral Sensor - AS7263, as they share the same I2C address (and it's not modifiable). I wound up using a Teensy 3.2 which has two I2C buses. I modified the code a little to use the Teensy's i2c_t3 library so I could access both simultaneously.
My favorite thing about the data sheet is that they calibrated the raw count values to metric units of flux (uW/cm^2), which makes interpreting the data much easier. For this visible light version, it's 45 counts per uW/cm^2.
The proprietary firmware stuff bothers me a bit, but hardly the first platform/device to feature it.
i wanted to add some modifications to the basic shroud, but the .stl file isn't suitable for SolidWorks grabbing the features in a way that they can be edited. Is another file format available?