Hi @reivilo
Here is the only one spectrometer that we have, it is based C12880ma spectrometer head that supports the long-wavelength region(up to 850 nm).
I have build a spectrometer using the Sparkfun “AS7265x Spectral Triad” connected to a WIO terminal.
The sensor has actually 3 sensors, each with 6 channels (20nm width). It covers the visibable range as well as near IR. Interface is I2C.
I use it to verify NVIS (night vision) compatibility.
We see the ten channels (colours and wavelengths) and the flicker detection (top right).
Processing the data would be easier with a neural network, as I did previously with my Colour Recognition with Neural Network project based on the Intel Curie board.
I just purchased the Triad but after reading " The Serial Basic is set to 3.3V by default but if you’re using a different board, be sure it provides 3.3V on VCC and uses 3.3V logic signals" I was nervous about connecting it to my WIO TERMINAL. I was not sure what voltage the SDA and SCL lines were. If yours worked then the WIO Terminal must accommodate?
I also purchased a TFMINI Lidar from SparkFun but it does not work well with 3v3. It also works with 5V but the SDA and SCL MUST remain 3v3. Would that work on WIO TERMINAL I2C?
Hi! I tried to connect the Triad with the WIO Terminal using a QWIIC to Grove adapter cable, but when i use Triad Example 1 in the library that comes with it, it says that the sensor does not appear to be connected. Basically sensor.begin() == false in startup. How did you wire it, and any idea why the qwiic->grove wouldn’t work? they’re both i2c so the wiring should be the same
In case voltage was a factor, I also tried using breadboard jumper wires to connect from the WIO GPIO on the back, 1,3,5,9 (which should be 3.3, 1-SDA, 1-SCL, Gnd) to the 3.3, SDA, SCL, and Gnd spots on the bottom of the TRIAD and got the same thing.
I will check when I have the sensor back. Currently it is integrated into some other jig.
But I remember that I simply used the supplied library. Nothing special.