What I want to do or know
How can i interface the values from arduino to spectral workbench software, please suggest how to do this?
Want to talk about soil? Join us for Open Call every Tuesday until Mar. 30 and our kick-off call on this topic on Feb. 2! Click here for details on how to join!
Hi, Abhay7417 - can you get the arduino to actually type out the values using the Arduino HID library? https://www.arduino.cc/en/Reference/HID
If so, get it to output values in CSV format, like:
0.51,0.11,0.12
Where each entry is the intensity value (from 0-1) for a pixel. If you can get it to do that, I'll create a form you can paste it into to save as a spectrum.
There's some discussion of this buried in this discussion thread: https://groups.google.com/d/msg/plots-spectrometry/7QQ7Yg_0xMw/TJ2kMxtiGAAJ
Is this a question? Click here to post it to the Questions page.
Reply to this comment...
Log in to comment