Search found 2 matches

by mpetitjean
Mon Mar 25, 2019 3:09 pm
Forum: ESP-IDF
Topic: ESP32 does not wake from sleep: how to fix/understand the cause ?
Replies: 2
Views: 3902

ESP32 does not wake from sleep: how to fix/understand the cause ?

Hello, I have a custom hardware with an ESP32D0WDQ6 (revision 1) and it has recently stopped waking from deep sleep. I am using ESP-IDF v3.1.3, and I am fairly confident that my hardware is not at fault since I have another board working just fine. I flashed the deep sleep example from the ESP-IDF (...
by mpetitjean
Wed Sep 26, 2018 2:20 pm
Forum: ESP-IDF
Topic: How to control channel using esp_wifi_80211_tx
Replies: 0
Views: 2189

How to control channel using esp_wifi_80211_tx

Hello, I am trying to send beacon frames using the new esp_wifi_80211_tx API. In order to do so, I configure the ESP32 in Station mode: wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); tcpip_adapter_init(); ESP_ERROR_CHECK(esp_event_loop_init(event_handler, NULL)); ESP_ERROR_CHECK(esp_wifi_init(...