Search found 3 matches
- Fri May 31, 2024 7:26 am
- Forum: ESP-IDF
- Topic: Stop the advertising an AP after connecting to it
- Replies: 0
- Views: 357
Stop the advertising an AP after connecting to it
I'd like to know if it is possible to stop the advertising of one AP right after one device connected to it and re-activate it right after that device disconnects from it. I tried calling esp_wifi_get_config(ESP_IF_WIFI_AP, &config) , setting config.ap.ssid_hidden = 1 and then calling esp_wifi_set_c...
- Thu May 09, 2024 1:09 pm
- Forum: ESP-IDF
- Topic: Keep getting HUB: Stage failed: START error (ESP-IDF v5.0.6) [SOLVED]
- Replies: 1
- Views: 312
Re: Keep getting HUB: Stage failed: START error (ESP-IDF v5.0.6)
Solved (maybe) Setting "Maximum malloc() size, in bytes, to always put in internal memory" from 16384 (the default value) to 512 seems to have fixed this, also I forgot to mention that i was using a ESP32-S3-WROOM-1-N8R2. if you might have something to add to all of this I am more than happy to hea...
- Thu May 09, 2024 10:35 am
- Forum: ESP-IDF
- Topic: Keep getting HUB: Stage failed: START error (ESP-IDF v5.0.6) [SOLVED]
- Replies: 1
- Views: 312
Keep getting HUB: Stage failed: START error (ESP-IDF v5.0.6) [SOLVED]
I get HUB: Stage failed: START error wehen inserting USB MSC while being connected to a mqtt server and with BLE (nimBLE) initialized and working: while not connected to the mqtt server the USB is recognized and everything works. if I don't call bluetooth_init, therefore disabling BLE, than USB work...