Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 21 of 21) sorted by relevance

/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/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/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/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,
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/include/zephyr/data/
Dnavigation.h49 int navigation_distance(uint64_t *distance, const struct navigation_data *p1,
/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/samples/shields/x_nucleo_53l0a1/
DREADME.rst18 This is the default mode when starting up. In this mode, if the distance to
20 4x7 segment display shows the distance in cm.
/Zephyr-latest/samples/bluetooth/ibeacon/
DREADME.rst12 meter distance can be set using an IBEACON_RSSI build variable
/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()
/Zephyr-latest/include/zephyr/drivers/
Dsensor_data_types.h135 q31_t distance; /**< Unit: meters */ member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst7 and determining the distance between nodes.
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld26 * jumping distance of the vector table in non-XIP builds, so avoid them.
/Zephyr-latest/boards/waveshare/nrf51_ble400/doc/
Dindex.rst23 - Communication distance (open outdoor 1M data rate): 30m
/Zephyr-latest/soc/openisa/rv32m1/
Dlinker.ld23 * jumping distance of the vector table in non-XIP builds, so avoid them.
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/
Dindex.rst8 with 10Mbit per second Single Pair Ethernet (SPE) connections reaching up to 1.7km of link distance.
/Zephyr-latest/modules/cmsis-dsp/
DKconfig221 following distance computation algorithms:
/Zephyr-latest/boards/olimex/olimex_esp32_evb/doc/
Dindex.rst25 - IR receiver and transmitter, up to 5 meters distance.
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst752 …5` - [Coverity CID :210564] Uninitialized scalar variable in tests/lib/cmsis_dsp/distance/src/u32.c
754 …5791` - [Coverity CID :210614] Explicit null dereferenced in tests/lib/cmsis_dsp/distance/src/f32.c
755 …5789` - [Coverity CID :210586] Explicit null dereferenced in tests/lib/cmsis_dsp/distance/src/f32.c
775 * :github:`25760` - [Coverity CID :210572] Incompatible cast in tests/lib/cmsis_dsp/distance/src/f3…
Drelease-notes-3.5.rst698 * Added DFRobot A01NYUB distance sensor driver.
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb1483 "# Draw a graph of the loss, which is the distance between\n",
2833 "# Draw a graph of the loss, which is the distance between\n",