Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/
DREADME.md11 …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/
DREADME.md9distance 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/
Dmcpwm_capture_hc_sr04.c130 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/
DREADME.md50 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/
Dwnm_sta.h37 u32 distance; /* valid if bearing_present=1 */ member
Dwnm_sta.c89 rep->distance = WPA_GET_LE32(pos + 2); in wnm_parse_neighbor_report_elem()
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/main/
DKconfig.projbuild12 … It uses ASK modulation and pulse distance encoding with a carrier frequency of 38 kHz.
/hal_espressif-3.6.0/examples/wifi/
DREADME.md11 * `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/
Desp_mqtt.hpp194 auto size = std::distance(first, last); in publish()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/
DREADME.md20 The following is a sample test result, the distance between the Provisioner and the node is about 1…
/hal_espressif-3.6.0/
D.pylintrc238 # 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/
Dwifi.rst1240 …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/
Dble-mesh-terminology.rst78 …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/
Dalice.txt99 ‘--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/
Dcatch.hpp10176 const std::size_t N = static_cast<std::size_t>( std::distance( itMessage, itEnd ) ); in printRemainingMessages()