Skip to content

Commit 984f0ae

Browse files
Update README.md
1 parent 0409c60 commit 984f0ae

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# arduino-spectrometer
1+
# Arduino Spectrometer
22
Simple 6-Channel spectrometer using the AS7262 visible light spectral sensor.
33

4-
README work in progress.
4+
The spectrometer collects the temperature calibrated values of each color channel and returns them via a serial connection.
5+
All data is csv formatted and therefore can be processed easily.
6+
7+
Channels and data include (in measuring order) violet, blue, green, yellow, orange and red (VBGYOR).
8+
9+
Settings include turning the bright, white driver LED on and off; the type of return data (absolute or relative values) and the measurement interval.
10+
11+
Standard Serial Connection is established with a baud rate of 57600!

0 commit comments

Comments
 (0)