Home
last modified time | relevance | path

Searched refs:provisioning (Results 1 – 25 of 55) sorted by relevance

123

/hal_espressif-3.6.0/examples/provisioning/
DREADME.md6 …Abstracts out most of the complexity of Wi-Fi provisioning and allows easy switching between the S…
13 …- Source code on GitHub: [esp-idf-provisioning-android](https://github.com/espressif/esp-idf-provi…
15 …- [BLE Provisioning app on app store](https://apps.apple.com/in/app/esp-ble-provisioning/id1473590…
16 …- [SoftAP Provisioning app on app Store](https://apps.apple.com/in/app/esp-softap-provisioning/id1…
17 …- Source code on GitHub: [esp-idf-provisioning-ios](https://github.com/espressif/esp-idf-provision…
20 The Android and iOS provisioning applications allow the user to configure the device manually or by…
26 … you can refer to [QR Code Scan](https://github.com/espressif/esp-idf-provisioning-android#qr-code…
30provisioning functions and handlers. The Wi-Fi provisioning component abstracts out most of this c…
33 … mode. After provisioning, device runs in Wi-Fi station mode only and connects to the AP whose cre…
36 …fter provisioning, BLE is turned off and device runs in Wi-Fi station mode, connecting to the AP w…
[all …]
/hal_espressif-3.6.0/tools/esp_prov/
DREADME.md4 `esp_prov` - A python based utility for testing the provisioning examples over a host
9 python esp_prov.py --transport < mode of provisioning : softap \ ble \ console > [ Optional paramet…
14 …-prov` assumes that the provisioning app has specific protocomm endpoints active. These endpoints …
36 …For SoftAP + HTTPD based provisioning. This assumes that the device is running in Wi-Fi SoftAP mod…
38 …For BLE based provisioning (Linux support only. In Windows/macOS it redirects to console). This as…
40provisioning. The client->device commands are printed to STDOUT and device->client messages are ac…
43 …For specifying the SSID of the Wi-Fi AP to which the device is to connect after provisioning. If n…
46 … the password of the Wi-Fi AP to which the device is to connect after provisioning. Only used when…
58 …ap, this specifies the HTTP server hostname / IP which is running the provisioning service, on the…
61 …This flag assumes the provisioning app has an endpoint called `custom-config`. Use `--custom_info`…
[all …]
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/
DREADME.md3 …sioning` APIs. Check this example only if you wish to use lower level provisioning and protocomm A…
7 …e implementation and integration of various IDF components for building a provisioning application.
9provisioning related communication is to take place, between the device (to be provisioned) and th…
11 In the provisioning process the device is configured as a Wi-Fi station with specified credentials.…
13 Right after provisioning is complete, Wi-Fi SoftAP and the HTTP server are deactivated. Though, tha…
20 This example can be used, as it is, for adding a provisioning service to any application intended f…
34provisioning application along with source code is available on GitHub : [esp-idf-provisioning-and…
38 …a provisioning application along with source code is available on GitHub : [esp-idf-provisioning-i…
81 …entials of the AP to which the device is supposed to connect to after provisioning). The SoftAP en…
87 Above command will perform the provisioning steps, and the monitor log should display something lik…
[all …]
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dwifi_provisioning.rst7provisioning service for receiving and configuring Wi-Fi credentials over SoftAP or BLE transport …
14 :cpp:func:`wifi_prov_mgr_init()` is called to configure and initialize the provisioning manager and…
30 …* `scheme` : This is used to specify the provisioning scheme. Each scheme corresponds to one of th…
32 … * ``wifi_prov_scheme_ble`` : BLE transport and GATT Server for handling provisioning commands
33 …fi_prov_scheme_softap`` : Wi-Fi SoftAP transport and HTTP Server for handling provisioning commands
34 … * ``wifi_prov_scheme_console`` : Serial transport and console for handling provisioning commands
36provisioning, but is very convenient for BLE. To understand how, we must recall that Bluetooth req…
41 …ENT_HANDLER_NONE`` - Don't use any scheme specific handler. Used when provisioning scheme is not B…
43 …ist of events that are generated by the provisioning service. Here is an excerpt showing some of t…
68 "\n\tPlease reset to factory and retry provisioning",
[all …]
Dprovisioning.rst6provisioning support in the ESP-IDF provides an extensible mechanism to the developers to configur…
8 …rs the ability for the developers to send custom configuration in the provisioning process. The da…
10provisioning process. Some applications may work with SoftAP that's WPA2 protected or BLE with "ju…
11 …ocol-buffers/>`_ as a data representation for session setup and Wi-Fi provisioning. They provide a…
57provisioning subsystem supports Wi-Fi (SoftAP+HTTP server) and BLE (GATT based) transport schemes.…
59 …t in the provisioning process, the BLE communication channel stays intact between the device and t…
60 2. BLE based provisioning implementation makes the user-experience better from the phone apps as on…
61 …untime. If the product does not use the BLE or BT functionality after provisioning is done, almost…
64 6. SoftAP based provisioning requires the phone app user to go to "System Settings" to connect to W…
68 …cation developers. Following considerations need to be given from the provisioning security perspe…
[all …]
Dprotocomm.rst6 …er directly to have application specific extensions for the provisioning (or non-provisioning) use…
8 Following features are available for provisioning :
18 …r protocomm_security1) by performing the two way handshake. See :doc:`provisioning` for more detai…
22 For complete example see :example:`provisioning/legacy/softap_prov`
116 For complete example see :example:`provisioning/legacy/ble_prov`
Dindex.rst10 Unified Provisioning <provisioning>
13 Code examples for above API are provided in the :example:`provisioning` directory of ESP-IDF exampl…
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/
DREADME.md6 …sioning` APIs. Check this example only if you wish to use lower level provisioning and protocomm A…
10 …e implementation and integration of various IDF components for building a provisioning application.
12 For this example BLE is chosen as the mode of transport, over which the provisioning related commun…
14 In the provisioning process the device is configured as a Wi-Fi station with specified credentials.…
16 Right after provisioning is complete, BLE is turned off and disabled to free the memory used by the…
24 This example can be used, as it is, for adding a provisioning service to any application intended f…
38provisioning application along with source code is available on GitHub : [esp-idf-provisioning-and…
42 …a provisioning application along with source code is available on GitHub : [esp-idf-provisioning-i…
50 … which can be used. The `esp_prov` console will guide you through the provisioning process of loca…
77 I (550) app: Starting BLE provisioning
[all …]
/hal_espressif-3.6.0/examples/provisioning/wifi_prov_mgr/
DREADME.md5 …strates the usage of `wifi_provisioning` manager component for building a provisioning application.
7 For this example, BLE is chosen as the default mode of transport, over which the provisioning relat…
11 In the provisioning process the device is configured as a Wi-Fi station with specified credentials.…
13 Right after provisioning is complete, BLE is turned off and disabled to free the memory used by the…
21 This example can be used, as it is, for adding a provisioning service to any application intended f…
37provisioning application along with source code is available on GitHub : [esp-idf-provisioning-and…
41 …a provisioning application along with source code is available on GitHub : [esp-idf-provisioning-i…
49 … which can be used. The `esp_prov` console will guide you through the provisioning process of loca…
73 I (445) app: Starting provisioning
80 …entials of the AP to which the device is supposed to connect to after provisioning). Assuming defa…
[all …]
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/
DREADME.md3 > Check this example only if you wish to use console based provisioning. For any real applications,…
7 …on and integration of various IDF components for building a console based provisioning application.
9 For this example UART console is chosen as the mode of transport, over which the provisioning relat…
11 In the provisioning process the device is configured as a Wi-Fi station with specified credentials.…
13 Right after provisioning is complete, the UART console is deactivated.
20 …, for adding a provisioning service to any application intended for IoT. But it is more suitable f…
57 I (388) app: Starting console provisioning
58 I (398) app_prov: Console provisioning started
65 …entials of the AP to which the device is supposed to connect to after provisioning). Assuming defa…
107 This is helpful in understanding the provisioning process and the order in which the endpoints are …
[all …]
/hal_espressif-3.6.0/examples/provisioning/wifi_prov_mgr/main/
DKconfig.projbuild8 Wi-Fi provisioning component offers both, SoftAP and BLE transports. Choose any one.
37 This will restart the provisioning service after retries are exhausted.
42 prompt "Max retries before reseting provisioning state machine"
50 bool "Show provisioning QR code"
53 Show the QR code for provisioning.
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/main/
DKconfig.projbuild9 secure session between device and client during provisioning
18 in possession of the user who is provisioning the device. This proof-of-possession
41 bool "Show provisioning QR code"
44 Show the QR code for provisioning.
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/components/custom_provisioning/proto/
DREADME.md11 …ady available under `examples/provisioning/custom_config/components/custom_provisioning/proto-c` a…
27 …erwrite those under `examples/provisioning/custom_config/components/custom_provisioning/proto-c` a…
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/
DREADME.md3 …sioning` APIs. Check this example only if you wish to use lower level provisioning and protocomm A…
9 …e implementation and integration of various IDF components for building a provisioning application.
11 …om data (just like Wi-Fi configuration) during provisioning. The custom data provided during provi…
74 Above command will perform the provisioning steps, and the monitor log should display something lik…
106 After sometime the provisioning app will exit, SoftAP will be turned off and HTTP server will be st…
109 I (667732) app_prov: Stopping provisioning
118 …h the the `esp_prov` script will notify failure (with reason) and the provisioning app will contin…
/hal_espressif-3.6.0/examples/provisioning/legacy/softap_prov/main/
DKconfig.projbuild28 secure session between device and client during provisioning
37 in possession of the user who is provisioning the device. This proof-of-possession
60 bool "Show provisioning QR code"
63 Show the QR code for provisioning.
/hal_espressif-3.6.0/components/wifi_provisioning/
DKconfig8 …s the maximum number of entries of Wi-Fi scan results that will be kept by the provisioning manager
15 … Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to
24 This option is applicable only when provisioning transport is BLE.
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_dpp.rst4 … (DPP) or Easy Connect, is a provisioning protocol certified by Wi-Fi Alliance. It is a secure and…
14provisioning method. A display is required to display this QR Code. Users can scan this QR Code us…
Desp_smartconfig.rst4 The SmartConfig\ :sup:`TM` is a provisioning technology developed by TI to connect a new Wi-Fi devi…
8 … for other options to provision your {IDF_TARGET_NAME} devices, check :doc:`../provisioning/index`.
/hal_espressif-3.6.0/docs/zh_CN/api-reference/provisioning/
Dprovisioning.rst1 .. include:: ../../../en/api-reference/provisioning/provisioning.rst
Dindex.rst9 Unified Provisioning <provisioning>
13 本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`provisioning` 目录下。
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/
DREADME.md7 … maximum throughput value that Wi-Fi can achieve when ESP-BLE-MESH is provisioning, sending and re…
16 When Wi-Fi Iperf is enabled, ESP-BLE-MESH can use fast provision for device provisioning. The node …
22 …st provisioning. When the device is configured to join the network, it will temporarily act as a P…
/hal_espressif-3.6.0/examples/provisioning/legacy/custom_config/main/
DKconfig.projbuild21 secure session between device and client during provisioning
30 in possession of the user who is provisioning the device. This proof-of-possession
42 Port on which to run Protocomm HTTP based provisioning service
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/
DBLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md8 3. Sending messages to the node about the Appkey and the fast provisioning information.
9 4. Getting the addresses of all the nodes in the fast provisioning network.
21 … used to control the `fast_prov_server` state, which defines the fast provisioning behavior of a n…
38 …ported in the mesh network,which serves the same purpose of the `Fast provisioning count` paramete…
128 ESP_LOGE(TAG, "%s: Failed to start provisioning a device", __func__);
146 When the provisioning completes, an `ESP_BLE_MESH_PROVISIONER_PROV_COMPLETE_EVT` event will be trig…
174 After that, this node has the ability to provisioning other nodes as a provisioner, and further con…
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DBLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md4 This demo is used for fast provisioning networks. It takes no more than 60 seconds to provisioning
16 … used to control the `fast_prov_server` state, which defines the fast provisioning behavior of a n…
36 uint16_t top_address; /* Address of the device(e.g. phone) which triggers fast provisioning */
57 struct k_delayed_work disable_fast_prov_timer; /* Used to disable fast provisioning */
116 | `top_address` | Address of the device(e.g. phone) which triggers fast provisioning |
126 2. `disable_fast_prov_timer` is used to disable the provisioning capabilities.
127 …Mesh app. The group address should be used if you want to disable the provisioning capabilities of…
133 | `disable_fast_prov_timer` |Used to disable fast provisioning|
201 … used to control the `fast_prov_server` state, which defines the fast provisioning behavior of a n…
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/main/
DKconfig.projbuild9 secure session between device and client during provisioning
18 in possession of the user who is provisioning the device. This proof-of-possession

123