Home
last modified time | relevance | path

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

1234567

/Zephyr-latest/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-latest/samples/sensor/dht_polling/
DREADME.rst2 :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/drivers/sensor/ams/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-latest/samples/sensor/hts221/
DREADME.rst2 :name: HTS221 Temperature and Humidity Monitor
5 Get temperature and humidity data from an HTS221 sensor (polling & trigger mode).
9 This sample periodically reads temperature and humidity from the HTS221
10 Temperature & Humidity Sensor and displays it on the console
41 Relative Humidity:40%
43 Relative Humidity:40%
45 Relative Humidity:40%
47 Relative Humidity:40%
/Zephyr-latest/samples/sensor/th02/
DREADME.rst2 :name: TH02 Temperature and Humidity Sensor
5 Get temperature and humidity data from a TH02 sensor (polling mode).
9 This sample periodically reads temperature and humidity from the Grove
10 Temperature & Humidity Sensor (TH02) and display the results on the Grove LCD
22 - `Grove Temperature And Humidity`_
42 .. _Grove Temperature And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accu…
/Zephyr-latest/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-latest/drivers/sensor/renesas/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-latest/drivers/sensor/sensirion/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-latest/drivers/sensor/sensirion/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-latest/drivers/sensor/ti/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-latest/drivers/sensor/ti/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-latest/drivers/sensor/aosong/dht20/
DKconfig1 # AOSONG DHT20 temperature and humidity sensor configuration options
8 bool "DHT20 / AHT20 / AM2301B Temperature and Humidity Sensor"
15 Enable driver for DHT20 / AHT20 / AM2301B temperature and humidity sensors.
/Zephyr-latest/drivers/sensor/aosong/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-latest/samples/sensor/sht3xd/
DREADME.rst2 :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/samples/sensor/bme280/
Dsample.yaml15 - "temp: (.*); press: (.*); humidity: (.*)"
27 - "temp: (.*); press: (.*); humidity: (.*)"
39 - "temp: (.*); press: (.*); humidity: (.*)"
DREADME.rst2 :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/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
Daosong,aht20.yaml7 Aosong AHT20 (Digital-output Humidity and Temperature Sensor)
9 The Asosong AHT20 sensor provides temperature and humidity
Daosong,am2301b.yaml7 Aosong AM2301B (Digital-output Humidity and Temperature Sensor)
9 The Asosong AM2301B sensor provides temperature and humidity
Daosong,dht20.yaml7 Aosong DHT20 (Digital-output Humidity and Temperature Sensor)
9 The Asosong DHT20 sensor provides temperature and humidity
/Zephyr-latest/drivers/sensor/bosch/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-latest/drivers/sensor/wsen/wsen_hids_2525020210002/
DKconfig5 bool "WSEN-HIDS-2525020210002 humidity sensor"
11 Enable driver for the WSEN-HIDS-2525020210002 I2C-based humidity sensor.
/Zephyr-latest/samples/sensor/lps22hb/
Dsample.yaml2 name: LPS22HB Temperature and Humidity Monitor
15 - "Relative Humidity: (.*)"
/Zephyr-latest/drivers/sensor/renesas/hs400x/
DKconfig1 # HS400X temperature and humidity sensor
11 Enable driver for HS400x temperature and humidity sensors.

1234567