Home
last modified time | relevance | path

Searched full:pressure (Results 1 – 25 of 218) sorted by relevance

123456789

/Zephyr-latest/samples/sensor/mpr/
DREADME.rst2 :name: MPR Pressure Sensor
5 Get atmospheric pressure data from an MPR pressure sensor.
10 This sample application periodically (1Hz) measures atmospheric pressure in
42 pressure value: 101.976303 kPa
43 pressure value: 101.986024 kPa
44 pressure value: 101.989736 kPa
45 pressure value: 101.987424 kPa
46 pressure value: 101.992099 kPa
47 pressure value: 101.989171 kPa
48 pressure value: 101.984226 kPa
/Zephyr-latest/samples/sensor/lps22hh/
DREADME.rst2 :name: LPSS22HH Temperature and Pressure Sensor
5 Get pressure and temperature data from an LPS22HH sensor (polling & trigger mode).
9 This sample periodically reads pressure from the LPS22HH MEMS pressure
43 Pressure: 97.474 kPa
46 Pressure: 97.466 kPa
49 Pressure: 97.473 kPa
52 Pressure: 97.455 kPa
Dsample.yaml2 name: LPS22HH Temperature and Pressure Monitor
14 - "Pressure: (.*)"
/Zephyr-latest/samples/sensor/lps22hb/
DREADME.rst2 :name: LPS22HB Temperature and Pressure Sensor
5 Get pressure and temperature data from an LPS22HB sensor (polling mode).
9 This sample periodically reads pressure from the LPS22HB MEMS pressure
41 Pressure:98.7 kPa
44 Pressure:98.7 kPa
47 Pressure:98.7 kPa
/Zephyr-latest/drivers/sensor/honeywell/mpr/
DKconfig1 # MPR pressure sensor configuration options
7 bool "MPR pressure sensor"
12 Enable driver for MPR pressure sensor.
17 prompt "MPR Pressure Range"
46 prompt "MPR Pressure Unit"
Dmpr_configuration.h11 * Pressure Range
54 #error "MPR: Unknown pressure range."
58 * Pressure Unit
77 #error "MPR: Unknown pressure unit."
93 #error "MPR: Unknown pressure reference."
/Zephyr-latest/samples/sensor/lps22hb/src/
Dmain.c16 struct sensor_value pressure, temp; in process_sample() local
23 if (sensor_channel_get(dev, SENSOR_CHAN_PRESS, &pressure) < 0) { in process_sample()
24 printf("Cannot read LPS22HB pressure channel\n"); in process_sample()
36 /* display pressure */ in process_sample()
37 printf("Pressure:%.1f kPa\n", sensor_value_to_double(&pressure)); in process_sample()
/Zephyr-latest/samples/sensor/mpr/src/
Dmain.c23 struct sensor_value pressure; in main() local
31 rc = sensor_channel_get(dev, SENSOR_CHAN_PRESS, &pressure); in main()
37 printf("pressure: %u.%u kPa\n", pressure.val1, pressure.val2); in main()
/Zephyr-latest/drivers/sensor/meas/ms5607/
DKconfig1 # MS5607 pressure sensor configuration options
7 bool "MS5607 pressure and temperature sensor"
13 Enable driver for MS5607 pressure and temperature sensor.
18 prompt "Pressure oversampling."
/Zephyr-latest/samples/sensor/veaa_x_3/
DREADME.rst2 :name: VEAA-X-3 proportional pressure control valve
5 Control a VEAA-X-3 proportional pressure control valve.
15 This sample sets the valve setpoint then reads the actual pressure.
16 This is done continuously. When the maximum supported pressure is reached the setpoint is reset to
17 the valve's minimum supported pressure value.
/Zephyr-latest/drivers/sensor/meas/ms5837/
DKconfig1 # MS5837 pressure sensor configuration options
7 bool "MS5837 pressure and temperature sensor"
12 Enable driver for MS5837 pressure and temperature sensor.
/Zephyr-latest/samples/sensor/lps22hh_i3c/
DREADME.rst2 :name: LPSS22HH Temperature and Pressure Sensor (I3C)
5 Get pressure and temperature data from an LPS22HH sensor over I3C (polling &
10 This sample periodically reads pressure from the LPS22HH MEMS pressure
81 Pressure: 97.474 kPa
84 Pressure: 97.466 kPa
87 Pressure: 97.473 kPa
90 Pressure: 97.455 kPa
Dsample.yaml2 name: LPS22HH Temperature and Pressure Monitor (using I3C)
15 - "Pressure: (.*)"
/Zephyr-latest/drivers/sensor/tdk/icp101xx/
DKconfig3 # ICP101xx High Accuracy, Low Power, Barometric Pressure and Temperature Sensor option
7 bool "ICP101XX Barometric Pressure and Temperature Sensor"
13 Enable driver for ICP101XX barometric pressure/temperature sensors.
/Zephyr-latest/drivers/sensor/infineon/dps310/
DKconfig1 # DPS310 temperature and pressure sensor configuration options
12 Enable driver for DPS310 I2C-based temperature and pressure sensor.
43 prompt "DPS310 pressure oversampling"
46 Select pressure oversampling for the DPS310 sensor. Higher values
/Zephyr-latest/samples/sensor/lps22hh/src/
Dmain.c17 struct sensor_value pressure, temp; in process_sample() local
24 if (sensor_channel_get(dev, SENSOR_CHAN_PRESS, &pressure) < 0) { in process_sample()
25 printf("Cannot read LPS22HH pressure channel\n"); in process_sample()
37 /* display pressure */ in process_sample()
38 printf("Pressure: %.3f kPa\n", sensor_value_to_double(&pressure)); in process_sample()
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/
DKconfig5 bool "WSEN-PADS-2511020213301 absolute pressure and temperature sensor"
12 …Enable driver for the WSEN-PADS-2511020213301 I2C/SPI-based absolute pressure sensor with integrat…
56 bool "Pressure threshold triggers"
59 Allows you to set up triggers for high and/or low pressure thresholds.
/Zephyr-latest/dts/bindings/sensor/
Dfesto,veaa-x-3.yaml5 Festo VEAA proportional pressure regulator using 3/3-way valve.
31 pressure-range-type:
36 The device pressure range type.
/Zephyr-latest/tests/drivers/i2c/i2c_bme688/src/
Dmain.c60 /* Set IIR filter for the temperature and pressure measurements */
73 /* Read calibration coefficients for temperature, humifity and pressure */
102 /* Pressure */ in read_calibration_coeffs()
103 TC_PRINT("Reading pressure calibration coefficients\n"); in read_calibration_coeffs()
119 /* Configure temperature, pressure and humidity measurements */
139 /* Pressure */ in configure_measurements()
176 /* Read the raw ADC pressure measurement result */
181 TC_PRINT("Reading ADC pressure\n"); in read_adc_pressure()
252 uint32_t pressure = 0; in ZTEST() local
285 pressure = calculate_pressure(read_adc_pressure(), t_fine, &cal_coeffs); in ZTEST()
[all …]
/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.
38 prompt "BME680 pressure oversampling"
41 Select pressure oversampling for the BME680 sensor. Higher values
/Zephyr-latest/drivers/sensor/wsen/wsen_pdus_25131308XXXXX/
DKconfig5 bool "WSEN-PDUS-25131308XXXXX differential pressure sensor"
11 Enable driver for the WSEN-PDUS-25131308XXXXX I2C-based differential pressure sensor.
/Zephyr-latest/drivers/sensor/bosch/bmp180/
DKconfig5 bool "Bosch BMP180 pressure sensor"
10 Enable driver for the Bosch BMP180 pressure sensor
/Zephyr-latest/drivers/sensor/st/lps22hh/
DKconfig1 # ST Microelectronics LPS22HH pressure and temperature sensor
7 bool "LPS22HH pressure and temperature"
17 Enable driver for LPS22HH I2C-based pressure and temperature
/Zephyr-latest/drivers/sensor/bosch/bme280/
DKconfig1 # BMP280 temperature and pressure sensor configuration options
16 Enable driver for BME280 I2C-based or SPI-based temperature and pressure sensor.
51 prompt "BME280 pressure oversampling"
54 Select pressure oversampling for the BME280 sensor. Higher values
/Zephyr-latest/drivers/sensor/st/lps25hb/
DKconfig5 bool "LPS25HB pressure and temperature"
10 Enable driver for LPS25HB I2C-based pressure and temperature

123456789