Searched refs:distance (Results 1 – 21 of 21) sorted by relevance
/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/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/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/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, 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/ |
D | navigation.h | 49 int navigation_distance(uint64_t *distance, const struct navigation_data *p1,
|
/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/samples/shields/x_nucleo_53l0a1/ |
D | README.rst | 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.
|
/Zephyr-latest/samples/bluetooth/ibeacon/ |
D | README.rst | 12 meter distance can be set using an IBEACON_RSSI build variable
|
/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()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 135 q31_t distance; /**< Unit: meters */ member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | heartbeat.rst | 7 and determining the distance between nodes.
|
/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/boards/waveshare/nrf51_ble400/doc/ |
D | index.rst | 23 - Communication distance (open outdoor 1M data rate): 30m
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | linker.ld | 23 * jumping distance of the vector table in non-XIP builds, so avoid them.
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/ |
D | index.rst | 8 with 10Mbit per second Single Pair Ethernet (SPE) connections reaching up to 1.7km of link distance.
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 221 following distance computation algorithms:
|
/Zephyr-latest/boards/olimex/olimex_esp32_evb/doc/ |
D | index.rst | 25 - IR receiver and transmitter, up to 5 meters distance.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 752 …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…
|
D | release-notes-3.5.rst | 698 * Added DFRobot A01NYUB distance sensor driver.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 1483 "# 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",
|