Searched refs:connection (Results 1 – 23 of 23) sorted by relevance
25 …ion doesn't have to be used directly. Esptool should be able to detect connection through USB-JTAG…43 …connection loops, where the user can specify how many times to try to open a port. The delay betwe…74 …The optional ``--spi-connection`` argument overrides the SPI flash connection configuration on ESP…76 …Supply the ``--spi-connection`` argument after the ``esptool.py`` command, ie ``esptool.py flash_i…81 …If the ``--spi-connection`` argument is not provided, the SPI flash is configured to use :ref:`pin…83 …. In this case, efuse values are ignored and ``--spi-connection`` will default to ``--spi-connecti…90 ``--spi-connection SPI`` uses the default SPI pins:105 …``--spi-connection HSPI`` uses the HSPI peripheral instead of the SPI peripheral for SPI flash com…118 …``--spi-connection <CLK>,<Q>,<D>,<HD>,<CS>`` allows a custom list of pins to be configured for the…122 …For example, ``--spi-connection 6,17,8,11,16`` sets an identical configuration to the factory efus…
6 The ROM serial bootloader of Espressif chips uses a 3.3V UART serial connection. Many development b…20 Note that TX (transmit) on the ESP chip is connected to RX (receive) on the serial port connection,…
20 Serial Connection <serial-connection>
7 To ensure this two-way serial connection works properly, ``esptool.py`` is tuned with several pre-d…104 | connect_attempts | Default number of times to try connection | 7 …
46 The baud rate is limited to 115200 when esptool establishes the initial connection, higher speeds a…
161 This command does not require a serial connection.
192 This command does not require a serial connection.
76 background_connection_t *connection = hash_map_get(background_connections, address); in background_connection_add() local77 if (!connection) { in background_connection_add()78 connection = osi_calloc(sizeof(background_connection_t)); in background_connection_add()79 connection->address = *address; in background_connection_add()80 hash_map_set(background_connections, &(connection->address), connection); in background_connection_add()104 background_connection_t *connection = hash_entry->data; in background_connections_pending_cb() local105 const bool connected = BTM_IsAclConnectionUp(connection->address.address, BT_TRANSPORT_LE); in background_connections_pending_cb()
38 def __init__(self, serial_port, connection, esp32r0_delay, logger=None): argument41 super(EspPortManager, self).__init__(serial_port, connection, logger)
392 Enable encryption connection436 Each connection will take about 1k DRAM.439 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"443 When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to449 Always enable the limitation on max tx/rx time for Coded-PHY connection454 Disable the limitation on max tx/rx time for Coded-PHY connection650 …- Only one Tx-Rx can be performed in each connection interval. Therefore, reduce the connection in…651 … as much as possible to improve the throughput. If you want higher connection performance, you can652 enable BT_LE_PLACE_CONN_RELATED_INTO_IRAM to put the connection-related code into iram.653 …- For HCI_LE_Extended_Create_Connection command, only 1M phy's connection parameters will be appli…[all …]
119 Specify connection event length determination348 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"352 When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to358 Always enable the limitation on max tx/rx time for Coded-PHY connection363 Disable the limitation on max tx/rx time for Coded-PHY connection418 … in Bluetooth communication, so don't select this option in scenarios such as BLE connection state.496 bool "BLE ACL connection update procedure"499 If this option is enabled, Controller will terminate the connection500 when instant passed during connection update procedure.506 If this option is enabled, Controller will terminate the connection[all …]
79 For ESP32C2, ESP32C6 and ESP32H2, each connection will take about 1k DRAM.96 int "Maximum number of connection oriented channels"220 Enable encryption connection539 bool "Enable connection reattempts on connection establishment error"543 Enable to make the NimBLE host to reattempt GAP connection on connection547 int "Maximum number connection reattempts"552 Defines maximum number of connection reattempts.692 int "Maximum number of services per connection"696 … Set this option to set the upper limit on number of services per connection to be cached.698 int "Maximum number of characteristics per connection"[all …]
287 … Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.288 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be289 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for…311 Select this option to allow the device to establish OWE connection with eligible AP's.312 … PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be313 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for…344 to maintain the connection with the AP. unit: seconds.456 … hardware keys. So this configuration will affect the maximum connection number of SoftAP.495 bool "Use MbedTLS TLS client for WiFi Enterprise connection"500 Select this option to use MbedTLS TLS client for WPA2 enterprise connection.[all …]
14 - **esptool**: Add option to retry connection in a loop36 - **esp32-p4**: add spi-connection restriction to ROM class105 - **spi_connection**: Support --spi-connection on all chips135 - **esp32c2**: Recommend using higher baud rate if connection fails136 - **test_esptool**: Fixed connection issue on Windows226 - **connection attempt**: Decouple reset sequence settings
162 …ual mode of ``espefuse.py`` to safely test the functionality without a connection to a chip and wi…
24 Each connection uses 1KB static DRAM whenever the BT controller is enabled.33 Each connection uses 1.2 KB DRAM whenever the BT controller is enabled.42 Each connection uses 2 KB DRAM whenever the BT controller is enabled.281 connection events. With a lower level of clock accuracy(e.g. 500ppm over 250ppm), the slave414 …This improves security by ensuring that only connection requests with valid Access Addresses are a…454 bool "BLE ACL connection update procedure"458 If this option is enabled, Controller will terminate the connection459 when instant passed during connection update procedure.466 If this option is enabled, Controller will terminate the connection
168 …connection parameters like min/max connection interval, slave latency and supervision timeout mult…275 int "The number of attempts to reconnect if the connection establishment failed"280 The number of attempts to reconnect if the connection establishment failed290 bool "Slave enable connection parameters update during pairing"294 In order to reduce the pairing time, slave actively initiates connection parameters1068 Maximum BT/BLE connection count. The ESP32-C3/S3 chip supports a maximum of 10 instances,1129 int "Timeout of BLE connection establishment"1134 …luetooth Connection establishment maximum time, if connection time exceeds this value, the connect…
426 Enable encryption connection470 Each connection will take about 1k DRAM.473 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"477 When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to483 Always enable the limitation on max tx/rx time for Coded-PHY connection488 Disable the limitation on max tx/rx time for Coded-PHY connection698 …This improves security by ensuring that only connection requests with valid Access Addresses are a…
417 Enable encryption connection461 Each connection will take about 1k DRAM.464 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"468 When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to474 Always enable the limitation on max tx/rx time for Coded-PHY connection479 Disable the limitation on max tx/rx time for Coded-PHY connection699 …This improves security by ensuring that only connection requests with valid Access Addresses are a…
38 …Replace ``PORT`` with the name of used serial port. If connection fails, see :ref:`troubleshooting…
134 … of output). This can be helpful when debugging issues with the serial connection, or when providi…223 ….espressif.com/projects/esp-idf/en/stable/get-started/establish-serial-connection.html#adding-user…
65 is safe if the other end of the connection supports Maximum80 saves 12KB of dynamic memory per TLS connection.234 … This is a local optimization in handling a single, potentially long-lived connection.616 connection is required to update. Or if an issue with the SNTP
302 - Physical problem with the connection to the flash chip, or flash chip power.