Home
last modified time | relevance | path

Searched full:humidity (Results 1 – 25 of 166) sorted by relevance

1234567

/Zephyr-Core-3.6.0/samples/subsys/zbus/work_queue/
DREADME.rst28 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 …]
Dsample.yaml12 - "I: Sensor msg processed by CALLBACK fh1: temp = 10, press = 1, humidity = 100"
13 - "I: Sensor msg processed by CALLBACK fh2: temp = 10, press = 1, humidity = 100"
14 - "I: Sensor msg processed by CALLBACK fh3: temp = 10, press = 1, humidity = 100"
15 - "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100"
16 - "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100"
17 - "I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100"
18 - "I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100"
19 - "I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100"
20 - "I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100"
21 - "I: Sensor msg processed by CALLBACK fh1: temp = 20, press = 2, humidity = 200"
[all …]
/Zephyr-Core-3.6.0/samples/sensor/dht_polling/
DREADME.rst3 Generic Digital Humidity Temperature sensor polling sample
9 This sample application demonstrates how to use digital humidity temperature
15 This sample supports up to 10 humidity/temperature sensors. Each sensor needs to
39 hs300x@44: temp is 25.31 °C humidity is 30.39 %RH
40 hs300x@44: temp is 25.51 °C humidity is 30.44 %RH
41 hs300x@44: temp is 25.51 °C humidity is 30.37 %RH
42 hs300x@44: temp is 25.51 °C humidity is 30.39 %RH
43 hs300x@44: temp is 25.31 °C humidity is 30.37 %RH
44 hs300x@44: temp is 25.31 °C humidity is 30.35 %RH
45 hs300x@44: temp is 25.51 °C humidity is 30.37 %RH
[all …]
/Zephyr-Core-3.6.0/drivers/sensor/ens210/
DKconfig1 # ENS210 Digital Temperature and Humidity sensor configuration options
7 bool "ENS210 Digital Temperature and Humidity sensor"
12 Enable driver for ENS210 Digital Temperature and Humidity sensor.
29 prompt "Humidity measurement mode"
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-Core-3.6.0/samples/sensor/hts221/
DREADME.rst3 HTS221: Temperature and Humidity Monitor
8 This sample periodically reads temperature and humidity from the HTS221
9 Temperature & Humidity Sensor and displays it on the console
40 Relative Humidity:40%
42 Relative Humidity:40%
44 Relative Humidity:40%
46 Relative Humidity:40%
/Zephyr-Core-3.6.0/samples/subsys/zbus/work_queue/src/
Dmain.c42 LOG_INF("Sensor msg processed by CALLBACK fh1: temp = %u, press = %u, humidity = %u", in fh1_cb()
43 msg->temp, msg->press, msg->humidity); in fh1_cb()
52 LOG_INF("Sensor msg processed by CALLBACK fh2: temp = %u, press = %u, humidity = %u", in fh2_cb()
53 msg->temp, msg->press, msg->humidity); in fh2_cb()
62 LOG_INF("Sensor msg processed by CALLBACK fh3: temp = %u, press = %u, humidity = %u", in fh3_cb()
63 msg->temp, msg->press, msg->humidity); in fh3_cb()
86 "humidity = %u", in wq_dh_cb()
87 sens->handle, msg.temp, msg.press, msg.humidity); in wq_dh_cb()
141 "humidity = %u", in thread_handler1_task()
142 msg.temp, msg.press, msg.humidity); in thread_handler1_task()
[all …]
/Zephyr-Core-3.6.0/samples/sensor/ens210/src/
Dmain.c15 struct sensor_value temperature, humidity; in main() local
26 sensor_channel_get(dev, SENSOR_CHAN_HUMIDITY, &humidity); in main()
28 printk("Temperature: %d.%06d C; Humidity: %d.%06d%%\n", in main()
30 humidity.val1, humidity.val2); in main()
/Zephyr-Core-3.6.0/samples/sensor/ens210/
DREADME.rst3 ams ens210 Relative Humidity and Temperature Sensor
10 measure the ambient temperature and relative humidity.
32 Temperature: 28.28881222 C; Humidity: 25.25689737%
33 Temperature: 28.28912472 C; Humidity: 25.25799105%
34 Temperature: 28.28959347 C; Humidity: 25.25760045%
/Zephyr-Core-3.6.0/samples/sensor/th02/
DREADME.rst3 TH02: Temperature and Humidity Monitor
8 This sample periodically reads temperature and humidity from the Grove
9 Temperature & Humidity Sensor (TH02) and display the results on the Grove LCD
21 - `Grove Temperature And Humidity`_
41 .. _Grove Temperature And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accu…
/Zephyr-Core-3.6.0/drivers/sensor/sht4x/
DKconfig1 # SHT4x temperature and humidity sensor configuration options
7 bool "SHT4x Temperature and Humidity Sensor"
13 Enable driver for SHT4x temperature and humidity sensors.
/Zephyr-Core-3.6.0/drivers/sensor/hs300x/
DKconfig1 # Renesas HS300x temperature and humidity sensor configuration options
7 bool "HS300x Temperature and Humidity Sensor"
12 Enable driver for HS300x temperature and humidity sensors.
/Zephyr-Core-3.6.0/drivers/sensor/dht/
DKconfig1 # DHT Temperature and Humidity Sensor configuration options
7 bool "DHT Temperature and Humidity Sensor"
12 Enable driver for the DHT temperature and humidity sensor family.
/Zephyr-Core-3.6.0/drivers/sensor/ti_hdc/
DKconfig1 # TI_HDC temperature and humidity sensor configuration options
7 bool "Texas Instruments Temperature and Humidity Sensor (e.g. HDC1008)"
12 Enable driver for TI temperature and humidity sensors.
/Zephyr-Core-3.6.0/drivers/sensor/shtcx/
DKconfig1 # SHTCX temperature and humidity sensor configuration options
7 bool "SHTCX: SHTC1 and SHTC3 Temperature and Humidity Sensor"
13 Enable driver for SHTC1 and SHTC3 temperature and humidity sensors.
/Zephyr-Core-3.6.0/drivers/sensor/ti_hdc20xx/
DKconfig1 # TI_HDC20XX temperature and humidity sensor configuration options
7 bool "Texas Instruments HDC20XX Temperature and Humidity Sensor"
13 Enable driver for TI HDC20XX temperature and humidity sensors
/Zephyr-Core-3.6.0/samples/sensor/bme280/src/
Dmain.c47 struct sensor_value temp, press, humidity; in main() local
52 sensor_channel_get(dev, SENSOR_CHAN_HUMIDITY, &humidity); in main()
54 printk("temp: %d.%06d; press: %d.%06d; humidity: %d.%06d\n", in main()
56 humidity.val1, humidity.val2); in main()
/Zephyr-Core-3.6.0/samples/sensor/bme680/src/
Dmain.c15 struct sensor_value temp, press, humidity, gas_res; in main() local
30 sensor_channel_get(dev, SENSOR_CHAN_HUMIDITY, &humidity); in main()
35 humidity.val1, humidity.val2, gas_res.val1, in main()
/Zephyr-Core-3.6.0/samples/sensor/ti_hdc/src/
Dmain.c27 struct sensor_value temp, humidity; in main() local
34 sensor_channel_get(dev, SENSOR_CHAN_HUMIDITY, &humidity); in main()
38 temp.val1, temp.val2, humidity.val1, humidity.val2); in main()
/Zephyr-Core-3.6.0/dts/bindings/sensor/
Daosong,dht.yaml5 Aosong DHT (Digital-output Humidity and Temperature Sensor)
7 The Aosong DHT family of sensors provide temperature and humidity
9 DHT11 uses a polymer humidity capacitor with NTC thermistor; the
/Zephyr-Core-3.6.0/samples/sensor/bme280/
Dsample.yaml15 - "temp: (.*); press: (.*); humidity: (.*)"
27 - "temp: (.*); press: (.*); humidity: (.*)"
39 - "temp: (.*); press: (.*); humidity: (.*)"
/Zephyr-Core-3.6.0/drivers/sensor/bme680/
DKconfig1 # 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-Core-3.6.0/drivers/sensor/si7006/
DKconfig5 bool "Si7006 Temperature and Humidity Sensor"
10 Enable I2C-based driver for Si7006 Temperature and Humidity Sensor.
/Zephyr-Core-3.6.0/samples/sensor/lps22hb/
Dsample.yaml2 name: LPS22HB Temperature and Humidity Monitor
15 - "Relative Humidity: (.*)"
/Zephyr-Core-3.6.0/samples/sensor/sht3xd/
DREADME.rst3 SHT3XD: High accuracy digital I2C humidity sensor
10 temperature and humidity. The result is written to the console.
16 … sensor <https://www.sensirion.com/en/environmental-sensors/humidity-sensors/digital-humidity-sens…
/Zephyr-Core-3.6.0/drivers/sensor/sht3xd/
DKconfig1 # SHT3xD temperature and humidity sensor configuration options
7 bool "SHT3xD Temperature and Humidity Sensor"
13 Enable driver for SHT3xD temperature and humidity sensors.

1234567