Home
last modified time | relevance | path

Searched full:distance (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-latest/samples/sensor/vl53l0x/
DREADME.rst5 Get distance data from a VL53L0X sensor (polling mode).
10 This sample periodically measures distance between vl53l0x sensor
41 distance is 1938
43 distance is 70
45 distance is 1995
/Zephyr-latest/include/zephyr/data/
Dnavigation.h39 * @brief Calculate the distance between two navigation points along the
42 * @param distance Destination for calculated distance in millimeters
49 int navigation_distance(uint64_t *distance, const struct navigation_data *p1,
/Zephyr-latest/drivers/sensor/a01nyub/
DKconfig5 bool "DFRobot A01NYUB distance sensor"
11 Enable driver for the DFRobot A01NYUB distance sensor.
/Zephyr-latest/drivers/sensor/hc_sr04/
DKconfig7 bool "HC-SR04 Ultrasound distance sensor"
12 Enable driver for HC-SR04 distance sensor.
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst20 A basic distance estimation algorithm is included in both.
21 The Channel Sounding feature does not mandate a specific algorithm for computing distance estimates,
25 Distance estimation using channel sounding requires data from two devices, and for that reason
28 which is enough to estimate distance using a handful of RTT timings and PBR phase samples across
31 Both samples will perform channel sounding procedures repeatedly and print regular distance estimat…
55 The devices should perform distance estimations repeatedly every few seconds if they are close enou…
89 Estimated distance to reflector:
120 Estimated distance to reflector:
/Zephyr-latest/tests/lib/cmsis_dsp/distance/
Dtestcase.yaml6 libraries.cmsis_dsp.distance:
17 libraries.cmsis_dsp.distance.fpu:
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/
Dmain.c41 double distance; in mode_show_distance() local
57 distance = sensor_value_to_double(&value); in mode_show_distance()
58 if (distance < 1.25) { in mode_show_distance()
59 display_number(100 * distance, 10); in mode_show_distance()
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/
DREADME.rst15 Distance (onboard sensor)
18 This is the default mode when starting up. In this mode, if the distance to
20 4x7 segment display shows the distance in cm.
Dsample.yaml2 name: X-NUCLEO-53L0A1 time-of-flight distance sensor shield
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst65 distance: 0 m -- 09 cm;
89 - a flag (proxy) that goes on when the distance is below 10cm
90 - the absolute distance from the obstacle
/Zephyr-latest/dts/bindings/sensor/
Ddfrobot,a01nyub.yaml4 description: DFRobot A01NYUB Distance Sensor
Dhc-sr04.yaml15 Output pin used to trigger the distance measurement.
Dst,vl53l1x.yaml23 An interrupt is raised when a distance measurement is ready.
/Zephyr-latest/dts/bindings/input/
Dst,stmpe811.yaml109 Tracking index determines the minimal distance between
111 If the distance is shorter than the tracking index, it is discarded.
/Zephyr-latest/modules/cmsis-dsp/
DKconfig217 bool "Distance Functions"
220 This option enables the Distance Functions, which support the
221 following distance computation algorithms:
/Zephyr-latest/samples/sensor/vl53l0x/src/
Dmain.c37 printf("distance is %.3fm\n", sensor_value_to_double(&value)); in main()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c146 float distance = -phase_slope * (SPEED_OF_LIGHT_M_PER_S / (4 * PI)); in estimate_distance_using_phase_slope() local
148 return distance / 1000000.0f; /* Scale to meters. */ in estimate_distance_using_phase_slope()
291 printk("A reliable distance estimate could not be computed.\n"); in estimate_distance()
293 printk("Estimated distance to reflector:\n"); in estimate_distance()
/Zephyr-latest/samples/bluetooth/ibeacon/
DREADME.rst12 meter distance can be set using an IBEACON_RSSI build variable
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst7 and determining the distance between nodes.
/Zephyr-latest/include/zephyr/linker/
Dlinker-devnull.h42 * region. If ROM starts after RAM or the distance between ROM and RAM is big
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1.c175 /* Set default distance mode */ in vl53l1x_initialize()
188 * | Max distance | Max distance in
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-ramp-generator.yaml14 set to a higher value, when motion distance is
/Zephyr-latest/doc/_static/js/
Dcustom.js26 … // The distance between the two max-height offset values above; used for intermediate values.
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld26 * jumping distance of the vector table in non-XIP builds, so avoid them.
/Zephyr-latest/modules/littlefs/
Dzephyr_lfs_config.h144 /* Find the sequence comparison of a and b, this is the distance */

123