2024-04-23 11:49:03 +02:00
|
|
|
i2c:
|
|
|
|
- id: i2c_tcs34725
|
|
|
|
scl: 5
|
|
|
|
sda: 4
|
|
|
|
|
|
|
|
sensor:
|
|
|
|
- platform: tcs34725
|
2024-10-17 23:03:54 +02:00
|
|
|
cie1931_x:
|
|
|
|
name: CIE1931 X
|
|
|
|
cie1931_y:
|
|
|
|
name: CIE1931 Y
|
|
|
|
cie1931_z:
|
|
|
|
name: CIE1931 Z
|
tcs34725: implement irradiance output per color channel
- Extracted responsivty curves for red, green, blue and clear channel from the specs
- Simulated three lights, specified in the spec sheet, emitting light onto clear responsivity curve, to get a median conversion factor for responsivity (in the graph) to counts/irradiance.
- Determine red, green, blue, clear channel range by FWHM
- Get the average responsivity for red, green, blue channels from the spec sheet curves and convert the units by the conversion factor determined ealier to counts/irradiance.
- Use channel range by FWHM to scale the responses accordingly
- Implement conversion from counts by the sensor to irradiance
2024-09-29 16:16:54 +02:00
|
|
|
red_channel_irradiance:
|
|
|
|
name: Red Channel Irradiance
|
|
|
|
green_channel_irradiance:
|
|
|
|
name: Green Channel Irradiance
|
|
|
|
blue_channel_irradiance:
|
|
|
|
name: Blue Channel Irradiance
|
2024-09-27 08:51:34 +02:00
|
|
|
sensor_saturation:
|
|
|
|
name: Sensor Saturation
|
2024-04-23 11:49:03 +02:00
|
|
|
illuminance:
|
|
|
|
name: Illuminance
|
|
|
|
color_temperature:
|
|
|
|
name: Color Temperature
|
|
|
|
integration_time: 614ms
|
|
|
|
gain: 60x
|