Searched full:distance (Results 1 – 25 of 54) sorted by relevance
123
/Zephyr-latest/samples/sensor/vl53l0x/ |
D | README.rst | 5 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/ |
D | navigation.h | 39 * @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/ |
D | Kconfig | 5 bool "DFRobot A01NYUB distance sensor" 11 Enable driver for the DFRobot A01NYUB distance sensor.
|
/Zephyr-latest/drivers/sensor/hc_sr04/ |
D | Kconfig | 7 bool "HC-SR04 Ultrasound distance sensor" 12 Enable driver for HC-SR04 distance sensor.
|
/Zephyr-latest/samples/bluetooth/channel_sounding/ |
D | README.rst | 20 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/ |
D | testcase.yaml | 6 libraries.cmsis_dsp.distance: 17 libraries.cmsis_dsp.distance.fpu:
|
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/ |
D | main.c | 41 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/ |
D | README.rst | 15 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.
|
D | sample.yaml | 2 name: X-NUCLEO-53L0A1 time-of-flight distance sensor shield
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 65 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/ |
D | dfrobot,a01nyub.yaml | 4 description: DFRobot A01NYUB Distance Sensor
|
D | hc-sr04.yaml | 15 Output pin used to trigger the distance measurement.
|
D | st,vl53l1x.yaml | 23 An interrupt is raised when a distance measurement is ready.
|
/Zephyr-latest/dts/bindings/input/ |
D | st,stmpe811.yaml | 109 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/ |
D | Kconfig | 217 bool "Distance Functions" 220 This option enables the Distance Functions, which support the 221 following distance computation algorithms:
|
/Zephyr-latest/samples/sensor/vl53l0x/src/ |
D | main.c | 37 printf("distance is %.3fm\n", sensor_value_to_double(&value)); in main()
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | distance_estimation.c | 146 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/ |
D | README.rst | 12 meter distance can be set using an IBEACON_RSSI build variable
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 7 and determining the distance between nodes.
|
/Zephyr-latest/include/zephyr/linker/ |
D | linker-devnull.h | 42 * region. If ROM starts after RAM or the distance between ROM and RAM is big
|
/Zephyr-latest/drivers/sensor/st/vl53l1x/ |
D | vl53l1.c | 175 /* Set default distance mode */ in vl53l1x_initialize() 188 * | Max distance | Max distance in
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,trinamic-ramp-generator.yaml | 14 set to a higher value, when motion distance is
|
/Zephyr-latest/doc/_static/js/ |
D | custom.js | 26 … // The distance between the two max-height offset values above; used for intermediate values.
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | linker.ld | 26 * jumping distance of the vector table in non-XIP builds, so avoid them.
|
/Zephyr-latest/modules/littlefs/ |
D | zephyr_lfs_config.h | 144 /* Find the sequence comparison of a and b, this is the distance */
|
123