/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 …]
|
D | sample.yaml | 12 - "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/ |
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/drivers/sensor/ams/ens210/ |
D | Kconfig | 1 # 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/ |
D | README.rst | 2 :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/ |
D | README.rst | 2 :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/ |
D | main.c | 42 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/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 1 # 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/ |
D | Kconfig | 1 # 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/ |
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/samples/sensor/bme280/ |
D | sample.yaml | 15 - "temp: (.*); press: (.*); humidity: (.*)" 27 - "temp: (.*); press: (.*); humidity: (.*)" 39 - "temp: (.*); press: (.*); humidity: (.*)"
|
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/dts/bindings/sensor/ |
D | aosong,dht.yaml | 5 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
|
D | aosong,aht20.yaml | 7 Aosong AHT20 (Digital-output Humidity and Temperature Sensor) 9 The Asosong AHT20 sensor provides temperature and humidity
|
D | aosong,am2301b.yaml | 7 Aosong AM2301B (Digital-output Humidity and Temperature Sensor) 9 The Asosong AM2301B sensor provides temperature and humidity
|
D | aosong,dht20.yaml | 7 Aosong DHT20 (Digital-output Humidity and Temperature Sensor) 9 The Asosong DHT20 sensor provides temperature and humidity
|
/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/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.
|
/Zephyr-latest/samples/sensor/lps22hb/ |
D | sample.yaml | 2 name: LPS22HB Temperature and Humidity Monitor 15 - "Relative Humidity: (.*)"
|
/Zephyr-latest/drivers/sensor/renesas/hs400x/ |
D | Kconfig | 1 # HS400X temperature and humidity sensor 11 Enable driver for HS400x temperature and humidity sensors.
|