Home
last modified time | relevance | path

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

/samples/sensor/distance_polling/src/
A Dmain.c12 #define DISTANCE_ALIAS(i) DT_ALIAS(_CONCAT(distance, i))
21 struct sensor_value distance; in fetch_and_display() local
29 rc = sensor_channel_get(sensor, SENSOR_CHAN_DISTANCE, &distance); in fetch_and_display()
33 printf("%s: %d.%03dm\n", sensor->name, distance.val1, distance.val2); in fetch_and_display()
/samples/sensor/distance_polling/
A DREADME.rst2 :name: Generic distance measurement
5 Measure distance to an object using a distance sensor
10 This sample application periodically measures the distance of an object and
16 This sample supports up to 5 distance sensors. Each sensor needs to be aliased
/samples/sensor/vl53l0x/
A DREADME.rst5 Get distance data from a VL53L0X sensor (polling mode).
10 This sample periodically measures distance between vl53l0x sensor
41 distance is 1874 mm
42 Max distance is 000 mm
49 distance is 1888 mm
50 Max distance is 000 mm
A Dsample.yaml17 - "distance is .*"
/samples/shields/x_nucleo_53l0a1/src/
A 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()
/samples/shields/x_nucleo_53l0a1/
A Dsample.yaml2 name: X-NUCLEO-53L0A1 time-of-flight distance sensor shield
A 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.
/samples/bluetooth/channel_sounding/
A 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:
/samples/boards/96boards/argonkey/sensors/
A 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
/samples/bluetooth/ibeacon/
A DREADME.rst12 meter distance can be set using an IBEACON_RSSI build variable
/samples/bluetooth/channel_sounding/src/
A 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()
/samples/modules/tflite-micro/hello_world/train/
A 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",

Completed in 62 milliseconds