Re: wifi_provisioning怎么发送用户数据到手机端 PostbyESP_YJM»Tue Aug 29, 2023 7:36 am 可以通过 API wifi_prov_mgr_endpoint_create("custom-data")和wifi_prov_mgr_endpoint_register 两个函数,注册 custom-data endpoint,手机端主动查询这个 endpoint,客户端在 wifi_prov_mgr_endpoint_register 注册的回...
update to v8.0.0 1个月前 softap update to v8.0.0 1个月前 README.md update version v7.5.2 2年前 package.yaml update to v8.0.0 1个月前 wifi_provisioning.c update to v8.0.0 1个月前 简介 一个集成多种WiFi配网功能的接口模块
# CONFIG_WIFI_PROV_KEEP_BLE_ON_AFTER_PROV is not set # end of Wi-Fi Provisioning Manager 打...
2 changes: 2 additions & 0 deletions 2 components/wifi_provisioning/src/manager.c Original file line numberDiff line numberDiff line change @@ -1349,6 +1349,7 @@ void wifi_prov_mgr_deinit(void) ESP_LOGD(TAG, "Manager already de-initialized"); RELEASE_LOCK(prov_ctx_lock); vSemaphore...
I can not test this now as I do not have a WPA2 Enterprise network to test with at the moment, but my question is does the wifi provisioning API work with WPA2 Enterprise networks? https://docs.espressif.com/projects/esp ... oning.html I can not find any reference to specific ...
WiFiProvisioning 适用于 Android 设备 安装 关于WiFiProvisioning 大小 17.2 MB 更新时间 2023-03-22 版本 2.3.20 Build 1 使用反馈 向该应用的开发者提交您在使用过程中遇到的问题或对应用的建议,帮助他们做的更好。 反馈
When using Security level 2, a QR code is used for provisioning via a mobile app. I'm confused about this comment in the wifi_prov_mgr sample. Code:Select all #ifCONFIG_EXAMPLE_PROV_SEC2_DEV_MODE/* This pop field represents the password that will be used to generate salt and verifier...
Arduino WiFi Provisioning Wifi provisioning for WiFiWebManager and EEPROM/FlashStorage supported boards. Feel free to contribute to this library to make it more secure and efficent. Features Connect your board to WiFi network from a browser. Cache wifi credentials. Reset credentials. Dependencies WiFi...
简介 The WiFiProvisioning app from Renesas Electronic is a mobile application that works with Development Kits based on Renesas's DA16200 Wi-Fi SoC or DA16600 combo SoC. Using the app, you can configure the DA16200 or DA16600 to connect to a Wi-Fi network. ...
In the latest esp-idf v3.2.2 release, I saw that it has enhanced wifi_provisioning component. It contains the extended provisioning feature like sending the wifi scan list to client (mobile app or similar device) and selection among the wifi APs. ...