example-easy_connect/dpp-enrollee/main/dpp_enrollee_main.c:55D (7212)event: running post WIFI_EVENT:20withhandler0x400e03c4andcontext0x3ffc6d00onloop0x3ffbcd180x400e03c4: offchan_event_handlerat/home/dick/src/esp/esp-idf-v4.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_dpp....
ESP32 Station Mode Example with ESP-IDF In station mode, the ESP32 board connects to a Wi-Fi network through a router. We use a router to connect ESP32 boards to get access to the local network. The ESP32 module acts as a station client and the router is set up as an access point...
I then noticed that my laptop was able to reach faster to the esp32 (using ping to the IP addr) when using the https example, than when using my code with wifimanager (When using my code, the Host was unreachable for several seconds or even minutes, but would eventually be able to ...
Answers checklist. I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there. I have s...
ESP IDF: 4.2 Controller: ESP 32 Mosquitto broker: 2.0.5 This what I changed in the example: Code: [Select all] [Expand/Collapse] static void mqtt_app_start(void) { esp_mqtt_client_config_t mqtt_cfg = { // .uri = "ws://test.mosquitto.org:8080/mqtt", .host ="192.168.0.12"...
The smart_config example (using esp-idf commit 8478823) runs and install fine. The correct SSID and PASSWORD is received, but after that connecting to wlan seems to fail with output below. I tried it on two ESP32 modules, both have same result. (The simple_wifi example works fine on bo...
My real goal is to talk to the WolfSSL Server on an embedded device, specifically the Espressif ESP32 as noted in #4272 - but as I am getting the same error in the Windows exe versions - I'm hoping the problem is more easily diagnosed with Visual Studio instead of the embedded device...