/Zephyr-latest/samples/subsys/zbus/work_queue/ |
D | README.rst | 28 I: Sensor msg processed by CALLBACK fh1: temp = 10, press = 1, humidity = 100 29 I: Sensor msg processed by CALLBACK fh2: temp = 10, press = 1, humidity = 100 30 I: Sensor msg processed by CALLBACK fh3: temp = 10, press = 1, humidity = 100 31 I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100 32 I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100 33 I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100 34 I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100 35 I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100 36 I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100 37 I: Sensor msg processed by CALLBACK fh1: temp = 20, press = 2, humidity = 200 [all …]
|
/Zephyr-latest/samples/sensor/dht_polling/ |
D | README.rst | 2 :name: Generic digital humidity temperature sensor polling 5 Get temperature and humidity data from a DHT sensor (polling mode). 10 This sample application demonstrates how to use digital humidity temperature 16 This sample supports up to 10 humidity/temperature sensors. Each sensor needs to 50 hs300x@44: temp is 25.31 °C humidity is 30.39 %RH 51 hs300x@44: temp is 25.51 °C humidity is 30.44 %RH 52 hs300x@44: temp is 25.51 °C humidity is 30.37 %RH 53 hs300x@44: temp is 25.51 °C humidity is 30.39 %RH 54 hs300x@44: temp is 25.31 °C humidity is 30.37 %RH 55 hs300x@44: temp is 25.31 °C humidity is 30.35 %RH [all …]
|
/Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
D | main.c | 43 msg->temp, msg->press, msg->humidity); in fh1_cb() 53 msg->temp, msg->press, msg->humidity); in fh2_cb() 63 msg->temp, msg->press, msg->humidity); in fh3_cb() 87 sens->handle, msg.temp, msg.press, msg.humidity); in wq_dh_cb() 142 msg.temp, msg.press, msg.humidity); in thread_handler1_task() 161 msg.temp, msg.press, msg.humidity); in thread_handler2_task() 180 msg.temp, msg.press, msg.humidity); in thread_handler3_task()
|
D | messages.h | 18 uint32_t humidity; member
|
D | sensors.c | 22 sm.humidity += 100; in peripheral_thread()
|
/Zephyr-latest/drivers/sensor/th02/ |
D | th02.c | 50 uint16_t humidity = 0U; in get_humi() local 59 humidity = read8(i2c, TH02_REG_DATA_H) << 8; in get_humi() 60 humidity |= read8(i2c, TH02_REG_DATA_L); in get_humi() 61 humidity >>= 4; in get_humi() 63 return humidity; in get_humi()
|
/Zephyr-latest/samples/sensor/sht3xd/ |
D | README.rst | 2 :name: SHT3XD humidity sensor 5 Get temperature and humidity from a SHT3XD sensor (polling & trigger mode). 11 temperature and humidity. The result is written to the console. 17 … sensor <https://www.sensirion.com/en/environmental-sensors/humidity-sensors/digital-humidity-sens…
|
/Zephyr-latest/drivers/sensor/renesas/hs300x/ |
D | Kconfig | 1 # Renesas HS300x temperature and humidity sensor configuration options 12 Enable driver for HS300x temperature and humidity sensors.
|
/Zephyr-latest/drivers/sensor/sensirion/sht4x/ |
D | Kconfig | 1 # SHT4x temperature and humidity sensor configuration options 13 Enable driver for SHT4x temperature and humidity sensors.
|
/Zephyr-latest/drivers/sensor/wsen/wsen_hids_2525020210002/ |
D | Kconfig | 5 bool "WSEN-HIDS-2525020210002 humidity sensor" 11 Enable driver for the WSEN-HIDS-2525020210002 I2C-based humidity sensor.
|
D | wsen_hids_2525020210002.c | 61 data->humidity = raw_humidity; in hids_2525020210002_sample_fetch() 67 data->humidity = raw_humidity; in hids_2525020210002_sample_fetch() 87 val->val1 = data->humidity / 1000; in hids_2525020210002_channel_get() 88 val->val2 = ((int32_t)data->humidity % 1000) * (1000000 / 1000); in hids_2525020210002_channel_get()
|
D | wsen_hids_2525020210002.h | 25 int32_t humidity; member
|
/Zephyr-latest/drivers/sensor/ti/ti_hdc/ |
D | Kconfig | 1 # TI_HDC temperature and humidity sensor configuration options 12 Enable driver for TI temperature and humidity sensors.
|
/Zephyr-latest/drivers/sensor/sensirion/shtcx/ |
D | Kconfig | 1 # SHTCX temperature and humidity sensor configuration options 13 Enable driver for SHTC1 and SHTC3 temperature and humidity sensors.
|
/Zephyr-latest/drivers/sensor/ams/ens210/ |
D | Kconfig | 32 Enable/disable relative humidity measurements and set measurement mode. 34 bool "Disable relative humidity measurements" 36 bool "Relative humidity measurements in single shot mode" 38 bool "Relative humidity measurements in continuous mode"
|
/Zephyr-latest/drivers/sensor/ti/ti_hdc20xx/ |
D | Kconfig | 1 # TI_HDC20XX temperature and humidity sensor configuration options 13 Enable driver for TI HDC20XX temperature and humidity sensors
|
/Zephyr-latest/drivers/sensor/renesas/hs400x/ |
D | Kconfig | 1 # HS400X temperature and humidity sensor 11 Enable driver for HS400x temperature and humidity sensors.
|
/Zephyr-latest/drivers/sensor/silabs/si7006/ |
D | si7006.c | 25 uint16_t humidity; member 50 si_data->humidity = sys_be16_to_cpu(hum) & ~3; in si7006_get_humidity() 151 const uint32_t rh_16 = si_data->humidity * 125U; in si7006_channel_get() 167 LOG_DBG("humidity %u = val1:%d, val2:%d", si_data->humidity, val->val1, val->val2); in si7006_channel_get()
|
/Zephyr-latest/drivers/sensor/aosong/dht20/ |
D | Kconfig | 1 # AOSONG DHT20 temperature and humidity sensor configuration options 15 Enable driver for DHT20 / AHT20 / AM2301B temperature and humidity sensors.
|
/Zephyr-latest/samples/sensor/sgp40_sht4x/ |
D | README.rst | 2 :name: SGP40 and SHT4X digital humidity and multipixel gas sensor 5 Get temperature, humidity and gas sensor data from SGP40 and SHT4X sensors (polling mode). 10 This sample application periodically measures the ambient temperature, humidity 27 …- `SHT4X sensor <https://www.sensirion.com/en/environmental-sensors/humidity-sensors/humidity-sens…
|
/Zephyr-latest/samples/sensor/bme280/ |
D | README.rst | 2 :name: BME280 humidity and pressure sensor 5 Get temperature, pressure, and humidity data from a BME280 sensor. 14 https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/ 16 The sample periodically reads temperature, pressure and humidity data from the 143 temp: 20.260000; press: 99.789019; humidity: 46.458984 144 temp: 20.260000; press: 99.789480; humidity: 46.424804 145 temp: 20.250000; press: 99.789246; humidity: 46.423828 160 temp: 20.150000; press: 99.857675; humidity: 46.447265 161 temp: 20.150000; press: 99.859121; humidity: 46.458984 162 temp: 20.150000; press: 99.859234; humidity: 46.469726
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | Kconfig | 1 # BME680 temperature, pressure, humidity and gas sensor configuration options 15 Enable driver for BME680 I2C- or SPI- based temperature, pressure, humidity and gas sensor. 56 prompt "BME680 humidity oversampling" 59 Select humidity oversampling for the BME680 sensor. Higher values
|
/Zephyr-latest/samples/sensor/hts221/ |
D | README.rst | 5 Get temperature and humidity data from an HTS221 sensor (polling & trigger mode). 9 This sample periodically reads temperature and humidity from the HTS221
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 137 struct sensor_value humidity = { CONFIG_APP_ENV_HUMIDITY }; in main() local 139 rc = ccs811_envdata_update(dev, &temp, &humidity); in main() 141 temp.val1, humidity.val1, rc); in main()
|
/Zephyr-latest/drivers/sensor/maxim/ds18b20/ |
D | Kconfig | 1 # DS18B20 temperature and humidity sensor configuration options
|