Search found 9 matches
- Thu May 23, 2024 4:10 am
- Forum: ESP-IDF
- Topic: esp_app_desc huge flash usage
- Replies: 3
- Views: 1188
Re: esp_app_desc huge flash usage
Thanks, yes, I did notice that and was puzzled by it. That raises a couple of questions: Upon switching to IDF 5.3 from IDF 4.4.7, I'm finding the binary size to have gone from 1210kb to 1348kb (with same optimization settings). Is this to be expected, and can it be mitigated? Can the string constan...
- Wed May 22, 2024 8:56 pm
- Forum: ESP-IDF
- Topic: esp_app_desc huge flash usage
- Replies: 3
- Views: 1188
esp_app_desc huge flash usage
Using IDF 5.3.0 (esp32), I'm trying to reduce my binary size and have found that the esp_app_desc object is a huge factor. Per-file contributions to ELF file ┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┳━━━━━━┳━━━━━━━┳━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━...
- Fri Aug 21, 2020 4:48 pm
- Forum: ESP-IDF
- Topic: BLE Advertising Crash
- Replies: 2
- Views: 3799
Re: BLE Advertising Crash
Has this been resolved? I am experiencing the same thing.
- Tue Aug 18, 2020 6:59 pm
- Forum: ESP-IDF
- Topic: MQTT during HTTPS OTA download
- Replies: 1
- Views: 2540
Re: MQTT during HTTPS OTA download
Never mind. Problem was due to the fact that I was initiating the OTA process inside the MQTT subscription callback, and was therefore blocking MQTT processing. Moved it to its own task and problem solved.
- Mon Aug 17, 2020 10:04 pm
- Forum: ESP-IDF
- Topic: MQTT during HTTPS OTA download
- Replies: 1
- Views: 2540
MQTT during HTTPS OTA download
My application uses Google Cloud Platform IoT along with the ESP-IDF HTTPS OTA library. The OTA process works fine, however I am unable to send or receive MQTT during the HTTPS download. MQTT transactions continue as soon as the OTA session closes. Am I hitting a limit to the number of simultaneous ...
- Tue Oct 08, 2019 5:07 pm
- Forum: ESP-IDF
- Topic: Debugging ESP32 programs on Linux using an "ESP32 Emulator Library"
- Replies: 14
- Views: 41090
- Tue Jun 26, 2018 9:29 pm
- Forum: General Discussion
- Topic: Blufi: No BLE connectivity after Wifi connected
- Replies: 2
- Views: 4667
Re: Blufi: No BLE connectivity after Wifi connected
I've now also reverted to release/v3.0 and Blufi works perfectly while Wifi is connected.
Mike
Mike
- Tue Jun 26, 2018 8:45 pm
- Forum: General Discussion
- Topic: Blufi: No BLE connectivity after Wifi connected
- Replies: 2
- Views: 4667
Re: Blufi: No BLE connectivity after Wifi connected
I see that this is the exact issue described in https://github.com/espressif/esp-idf/issues/2072
Hope it's fixed soon...
Hope it's fixed soon...
- Mon Jun 25, 2018 11:31 pm
- Forum: General Discussion
- Topic: Blufi: No BLE connectivity after Wifi connected
- Replies: 2
- Views: 4667
Blufi: No BLE connectivity after Wifi connected
Hello, I am trying to use Blufi as it is intended to configure the WiFi network information and then connect to an AP. This works fine (using the Blufi IOS app), but as soon as the ESP32 connects to the AP, I am no longer able to connect to the ESP32 using BLE. This is the case whether I use the Blu...