Searched full:ambient (Results 1 – 25 of 95) sorted by relevance
1234
/Zephyr-latest/samples/sensor/isl29035/ |
D | README.rst | 43 [0:00:00.018] Ambient light sense: 365.234 44 [0:00:10.023] Ambient light sense: 361.084 47 [0:00:13.276] Ambient light sense: 302.734 50 [0:00:14.619] Ambient light sense: 247.62 53 [0:00:16.141] Ambient light sense: 187.927 56 [0:00:16.410] Ambient light sense: 126.953 59 [0:00:17.843] Ambient light sense: 181.03 62 [0:00:18.022] Ambient light sense: 235.779 65 [0:00:23.126] Ambient light sense: 301.758 68 [0:00:23.305] Ambient light sense: 353.333 [all …]
|
D | sample.yaml | 14 - "Ambient light sense"
|
/Zephyr-latest/samples/sensor/apds9960/ |
D | README.rst | 2 :name: APDS9960 RGB, ambient light, and gesture sensor 5 Get ambient light, RGB, and proximity/gesture data from an APDS9960 sensor. 11 ambient light, RGB, and proximity (or gesture) data. This sample checks the 32 ambient light intensity without trigger is 387 34 ambient light intensity without trigger is 386 36 ambient light intensity without trigger is 386
|
D | sample.yaml | 18 - "ambient light intensity (.*), proximity (.*)" 37 - "ambient light intensity (.*), proximity (.*)"
|
/Zephyr-latest/drivers/sensor/rohm/bh1750/ |
D | Kconfig | 1 # BH1750 ambient light sensor configuration options 7 bool "BH1750 ambient light sensor" 12 Enable driver for BH1750 ambient light sensor.
|
/Zephyr-latest/drivers/sensor/vishay/veml7700/ |
D | Kconfig | 4 # Vishay VEML7700 ambient light sensor driver options. 7 bool "Vishay VEML7700 ambient light sensor" 12 Enable Vishay VEML7700 ambient light sensor driver.
|
/Zephyr-latest/drivers/sensor/vishay/vcnl4040/ |
D | Kconfig | 1 # VCNL4040 Proximity and Ambient Light Sensor configuration options 7 bool "VCNL4040 Proximity and Ambient Light Sensor" 17 bool "Ambient light sensor" 19 Enable Ambient Light Sense (ALS).
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | sample.yaml | 10 filter: dt_alias_exists("ambient-temp0") 20 filter: dt_alias_exists("ambient-temp0") 30 filter: dt_alias_exists("ambient-temp0")
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | Kconfig | 69 configured either for either ambient light or infrared sensing. 72 bool "ambient light" 74 Sensing mode for ambient light spectrum. 89 Only available for ambient light sensing mode.
|
/Zephyr-latest/samples/sensor/thermometer/ |
D | README.rst | 5 Get ambient temperature data from a temperature sensor and get alerts when temperature drifts 11 This sample application periodically measures the ambient temperature 38 To build for other boards and ambient temperature sensors, enable the sensor 40 alias named ``ambient-temp0`` to link to the node. See the overlay used for the
|
/Zephyr-latest/drivers/sensor/microchip/tcn75a/ |
D | Kconfig | 5 bool "TCN75A Ambient Temperature Sensor" 10 Enable TCN75A ambient temperature to digital converter
|
/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | Kconfig | 1 # TSL2540 Ambient Light Sensor configuration options 7 bool "TSL2540 Ambient Light Sensor"
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | Kconfig | 36 bool "Ambient Light Sense" 39 Enable Ambient Light Sense (ALS).
|
/Zephyr-latest/dts/bindings/sensor/ |
D | microchip,tcn75a.yaml | 4 description: TCN75A ambient temperature sensor 30 times. Note: datasheet's claim about the ambient temperature register:
|
D | ltrf216a.yaml | 4 description: LiteOn F216A ambient light sensor
|
D | ti,opt3001.yaml | 4 description: Texas Instruments OPT3001 ambient light sensor
|
D | maxim,max44009.yaml | 5 Maxim MAX44009 Ambient Light Sensor. See datasheet at
|
D | ams,tsl2591.yaml | 5 OSRAM ams TSL2591 ambient light sensor.
|
D | avago,apds9960.yaml | 4 description: APDS9960 digital proximity, ambient light, RGB, and gesture sensor
|
/Zephyr-latest/samples/sensor/vcnl4040/ |
D | README.rst | 2 :name: VCNL4040 Proximity and Ambient Light Sensor 5 Get proximity and ambient light data from a VCNL4040 sensor (polling & trigger mode).
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i2c/ |
D | p3t1755dp_ard_i2c.overlay | 9 ambient-temp0 = &p3t1755_i2c;
|
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/ |
D | p3t1755dp_ard_i3c.overlay | 9 ambient-temp0 = &p3t1755_i3c;
|
/Zephyr-latest/samples/sensor/thermometer/boards/ |
D | frdm_k22f.overlay | 9 ambient-temp0 = &temp_sensor;
|
D | frdm_mcxn947_mcxn947_cpu0.overlay | 11 ambient-temp0 = &p3t1755;
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/ |
D | README.rst | 12 - HTS221: Ambient temperature and relative humidity 13 - LPS22HB: Atmospheric pressure and ambient temperature
|
1234