-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
##Light Sensors | ||
|
||
ISL29125 - RGB with IR blocking filter | ||
[Sparkfun library](https://github.com/sparkfun/SparkFun_ISL29125_Breakout_Arduino_Library) | ||
[Datasheet](https://www.renesas.com/us/en/www/doc/datasheet/isl29125.pdf) | ||
|
||
TCS34725 - 4-channel, red, green, blue, clear | ||
[Adafruit library](https://github.com/adafruit/Adafruit_TCS34725) | ||
[Datasheet](https://ams.com/documents/20143/36005/TCS3472_DS000390_2-00.pdf/6e452176-2407-faaf-a590-d526c78c7432) | ||
|
||
TSL2591 - Light levels, visible & IR | ||
[Adafruit library](https://github.com/adafruit/Adafruit_TSL2591_Library) | ||
[Datasheet](https://github.com/adafruit/Adafruit_TSL2591_Library) | ||
|
||
GA1AS202L - ambient light | ||
[Datasheet](https://www.digchip.com/datasheets/download_datasheet.php?id=3860632&part-number=GA1A1S202WP) | ||
|
||
APDS9301 - ambient light sensor | ||
[Sparkfun library](https://www.sparkfun.com/products/retired/14350) (part is retired) | ||
[Datasheet](https://cdn.sparkfun.com/assets/3/2/c/0/8/AV02-2315EN0.pdf) | ||
|
||
APDS9960 - RGB and gesture | ||
[Sparkfun Library](https://github.com/sparkfun/SparkFun_APDS-9960_Sensor_Arduino_Library/tree/V_1.4.2) | ||
[Adafruit Library](https://github.com/adafruit/Adafruit_APDS9960) | ||
[Arduino Library](https://www.arduino.cc/en/Reference/ArduinoAPDS9960) | ||
[Datasheet](https://docs.broadcom.com/docs/AV02-4191EN) | ||
|
||
MAX30105 - red, IR, green | ||
[Sparkfun library](https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library) | ||
[Datasheet](https://datasheets.maximintegrated.com/en/ds/MAX30105.pdf) | ||
Being replaced by [MAX30101](https://datasheets.maximintegrated.com/en/ds/MAX30101.pdf) | ||
|
||
AS7262 - 6 channel: red, orange, yellow, green, blue, and violet. | ||
[Adafruit library](https://github.com/adafruit/Adafruit_AS726x) | ||
[Sparkfun library](https://github.com/sparkfun/Qwiic_Spectral_Sensor_AS726X) | ||
[Datasheet](https://ams.com/documents/20143/36005/AS7262_DS000486_2-00.pdf/0031f605-5629-e030-73b2-f365fd36a43b) | ||
|
||
AS7263 - 6-channel with Near infrared | ||
[Adafruit library](https://github.com/adafruit/Adafruit_AS726x) | ||
[Sparkfun library](https://github.com/sparkfun/Qwiic_Spectral_Sensor_AS726X) | ||
[Datasheet](https://ams.com/documents/20143/36005/AS7263_DS000476_1-00.pdf/4bd22964-7fe0-2053-3e97-906f0836182f) | ||
|
||
|
||
AS7341 - 11-channel with NIR and clear | ||
[AMS library](https://ams.com/documents/20143/36005/AS7341_SW000273_3-00.zip/f0248ade-918b-a9ba-d403-dc2115bee266) in Documents/application notes/I2C interface with Arduino | ||
[Datasheet](https://media.digikey.com/pdf/Data%20Sheets/Austriamicrosystems%20PDFs/AS7341_DS.pdf) | ||
[More info](https://ams.com/as7341-11-channel-spectral-sensor-eval-kit#tab/tools) | ||
|
||
## Publications | ||
|
||
AMS Application Note: [DN40-Rev 1.0 – Lux and CCT Calculations using ams Color Sensors](https://ams.com/documents/20143/80162/ColorSensors_AN000166_1-00.pdf/c0b4a4b4-9948-f2a7-f8a1-36a8208bd0a9) | ||
|
||
[Accurate method for computing correlated color temperature](https://www.osapublishing.org/DirectPDFAccess/271508BC-9A43-6E9C-75B4043231D56AE2_344803/oe-24-13-14066.pdf?da=1&id=344803&seq=0&mobile=no) |