De LUX sensor TSL2560 of TSL2561 Licht-to-digital converter.
Aansluiten op de Arduino is vrij simpel:
- VIN op 5v
- GND op GND
- SDA op A4
- SCL op A5
Deze sensor is in 2005 op de markt gebracht door TAOS (Texas Advanced Optoelectronic Solutions), met de volgende specificaties:
Technical Details
- Approximates Human eye Response
- Precisely Measures Illuminance in Diverse Lighting Conditions
- Temperature range: -30 to 80 *C
- Dynamic range (Lux): 0.1 to 40,000 Lux
- Voltage range: 2.7-3.6V
- Interface: I2C
- This board/chip uses I2C 7-bit addresses 0x39, 0x29, 0x49, selectable with jumpers
De datasheet: KLIK
De Adafruit driver en voorbeeld sketch: KLIK
Een Arduino voorbeeldcode met library: KLIK
Een Python script: KLIK