Search found 2 matches

by rasto.tichy
Mon Nov 15, 2021 7:37 pm
Forum: ESP-IDF
Topic: WiFi not generating WIFI_EVENT_STA_DISCONNECTED event
Replies: 3
Views: 3571

Re: WiFi not generating WIFI_EVENT_STA_DISCONNECTED event

OK, here it goes. I upgraded esp-idf to latest (hopefully) version: v4.4-dev-2977-gdd491ee851 I took esp-idf/examples/wifi/getting_started/station/main/station_example_main.c Same situation - wifi will connect: I (524) wifi station: ESP_WIFI_MODE_STA I (534) wifi:wifi driver task: 3ffc0344, prio:23,...
by rasto.tichy
Sat Nov 13, 2021 8:04 pm
Forum: ESP-IDF
Topic: WiFi not generating WIFI_EVENT_STA_DISCONNECTED event
Replies: 3
Views: 3571

WiFi not generating WIFI_EVENT_STA_DISCONNECTED event

Hello all, new to ESP32 and to this forum. I'm using wifi_station from esp-idf example to connect to wifi to send temperatures from onewire sensor to mqtt server. ESP will connect to wifi without problems and connection is stable. I'm receiving and processing events using event_handler function. BUT...