Searched refs:distance (Results 1 – 12 of 12) sorted by relevance
/samples/sensor/distance_polling/src/ |
A D | main.c | 12 #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 D | README.rst | 2 :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 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 1874 mm 42 Max distance is 000 mm 49 distance is 1888 mm 50 Max distance is 000 mm
|
A D | sample.yaml | 17 - "distance is .*"
|
/samples/shields/x_nucleo_53l0a1/src/ |
A 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()
|
/samples/shields/x_nucleo_53l0a1/ |
A D | sample.yaml | 2 name: X-NUCLEO-53L0A1 time-of-flight distance sensor shield
|
A 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.
|
/samples/bluetooth/channel_sounding/ |
A 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:
|
/samples/boards/96boards/argonkey/sensors/ |
A 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
|
/samples/bluetooth/ibeacon/ |
A D | README.rst | 12 meter distance can be set using an IBEACON_RSSI build variable
|
/samples/bluetooth/channel_sounding/src/ |
A 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()
|
/samples/modules/tflite-micro/hello_world/train/ |
A 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",
|
Completed in 62 milliseconds