Searched refs:distance (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/ |
D | README.md | 11 …d by this example) is a simple pulse whose width indicates the measured distance. A pulse is requi… 68 I (444) hc-sr04: Pulse width: 419us, Measured distance: 7.22cm 69 I (544) hc-sr04: Pulse width: 419us, Measured distance: 7.22cm 70 I (644) hc-sr04: Pulse width: 416us, Measured distance: 7.17cm 71 I (744) hc-sr04: Pulse width: 415us, Measured distance: 7.16cm 72 I (844) hc-sr04: Pulse width: 415us, Measured distance: 7.16cm 73 I (944) hc-sr04: Pulse width: 416us, Measured distance: 7.17cm 74 I (1044) hc-sr04: Pulse width: 391us, Measured distance: 6.74cm
|
/hal_espressif-3.6.0/examples/wifi/ftm/ |
D | README.md | 9 …distance to the Access Point is by measuring Wi-Fi Round Trip Time (Wi-Fi RTT). Wi-Fi RTT is the t… 11 > distance = RTT * c / 2 45 …t a large error in distance readings with the SoftAP, note down the reading at zero distance in ce… 96 …e average calculated RTT along with an estimated distance between the Station and the AP. This dis…
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/main/ |
D | mcpwm_capture_hc_sr04.c | 130 float distance = (float) pulse_width_us / 58; in app_main() local 131 ESP_LOGI(TAG, "Pulse width: %uus, Measured distance: %.2fcm", pulse_width_us, distance); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_eddystone/ |
D | README.md | 50 I (18155) EDDYSTONE_DEMO: Measured power(RSSI at 0m distance):-65 dbm 59 I (18285) EDDYSTONE_DEMO: Measured power(RSSI at 0m distance):-65 dbm
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | wnm_sta.h | 37 u32 distance; /* valid if bearing_present=1 */ member
|
D | wnm_sta.c | 89 rep->distance = WPA_GET_LE32(pos + 2); in wnm_parse_neighbor_report_elem()
|
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/main/ |
D | Kconfig.projbuild | 12 … It uses ASK modulation and pulse distance encoding with a carrier frequency of 38 kHz.
|
/hal_espressif-3.6.0/examples/wifi/ |
D | README.md | 11 * `ftm` is a how to use FTM (Fine Timing Measurement) feature to calculate distance between devices.
|
/hal_espressif-3.6.0/examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/include/ |
D | esp_mqtt.hpp | 194 auto size = std::distance(first, last); in publish()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/ |
D | README.md | 20 The following is a sample test result, the distance between the Provisioner and the node is about 1…
|
/hal_espressif-3.6.0/ |
D | .pylintrc | 238 # of finding the hint is based on edit distance. 241 # The minimum edit distance a name should have in order to be considered a 243 missing-member-hint-distance=1
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | wifi.rst | 1240 …sensitivity, stronger anti-interference ability and longer transmission distance than the traditio… 1290 …ditional 802.11B mode, theoretically the transmission distance is about 2 to 2.5 times the distanc… 1303 - Long distance Wi-Fi connection and data transmission is required. 1460 …vel from a device to another device and back again. Using Wi-Fi RTT the distance between the devic…
|
/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-terminology.rst | 78 …SH messages to hop among nodes for multiple times, and the transmission distance can exceed the ra…
|
/hal_espressif-3.6.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 99 ‘--yes, that’s about the right distance--but then I wonder what Latitude 291 After a time she heard a little pattering of feet in the distance, and 691 a little pattering of footsteps in the distance, and she looked up 933 till the puppy’s bark sounded quite faint in the distance. 2160 on, as she heard the Queen’s voice in the distance, screaming with 2390 They had not gone far before they saw the Mock Turtle in the distance, 2815 distance. 3358 of the cattle in the distance would take the place of the Mock Turtle’s
|
/hal_espressif-3.6.0/tools/catch/ |
D | catch.hpp | 10176 const std::size_t N = static_cast<std::size_t>( std::distance( itMessage, itEnd ) ); in printRemainingMessages()
|