/Zephyr-Core-3.6.0/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-Core-3.6.0/samples/sensor/dht_polling/ |
D | README.rst | 3 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/ |
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-Core-3.6.0/samples/sensor/hts221/ |
D | README.rst | 3 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/ |
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-Core-3.6.0/samples/sensor/ens210/src/ |
D | main.c | 15 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/ |
D | README.rst | 3 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/ |
D | README.rst | 3 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/ |
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-Core-3.6.0/drivers/sensor/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-Core-3.6.0/drivers/sensor/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-Core-3.6.0/drivers/sensor/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-Core-3.6.0/drivers/sensor/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-Core-3.6.0/drivers/sensor/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-Core-3.6.0/samples/sensor/bme280/src/ |
D | main.c | 47 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/ |
D | main.c | 15 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/ |
D | main.c | 27 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/ |
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
|
/Zephyr-Core-3.6.0/samples/sensor/bme280/ |
D | sample.yaml | 15 - "temp: (.*); press: (.*); humidity: (.*)" 27 - "temp: (.*); press: (.*); humidity: (.*)" 39 - "temp: (.*); press: (.*); humidity: (.*)"
|
/Zephyr-Core-3.6.0/drivers/sensor/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-Core-3.6.0/drivers/sensor/si7006/ |
D | Kconfig | 5 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/ |
D | sample.yaml | 2 name: LPS22HB Temperature and Humidity Monitor 15 - "Relative Humidity: (.*)"
|
/Zephyr-Core-3.6.0/samples/sensor/sht3xd/ |
D | README.rst | 3 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/ |
D | Kconfig | 1 # SHT3xD temperature and humidity sensor configuration options 7 bool "SHT3xD Temperature and Humidity Sensor" 13 Enable driver for SHT3xD temperature and humidity sensors.
|