Search found 9 matches

by msn444
Thu May 23, 2024 4:10 am
Forum: ESP-IDF
Topic: esp_app_desc huge flash usage
Replies: 3
Views: 1039

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...
by msn444
Wed May 22, 2024 8:56 pm
Forum: ESP-IDF
Topic: esp_app_desc huge flash usage
Replies: 3
Views: 1039

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 ┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┳━━━━━━┳━━━━━━━┳━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━...
by msn444
Fri Aug 21, 2020 4:48 pm
Forum: ESP-IDF
Topic: BLE Advertising Crash
Replies: 2
Views: 3664

Re: BLE Advertising Crash

Has this been resolved? I am experiencing the same thing.
by msn444
Tue Aug 18, 2020 6:59 pm
Forum: ESP-IDF
Topic: MQTT during HTTPS OTA download
Replies: 1
Views: 2425

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.
by msn444
Mon Aug 17, 2020 10:04 pm
Forum: ESP-IDF
Topic: MQTT during HTTPS OTA download
Replies: 1
Views: 2425

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 ...
by msn444
Tue Jun 26, 2018 9:29 pm
Forum: General Discussion
Topic: Blufi: No BLE connectivity after Wifi connected
Replies: 2
Views: 4499

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
by msn444
Tue Jun 26, 2018 8:45 pm
Forum: General Discussion
Topic: Blufi: No BLE connectivity after Wifi connected
Replies: 2
Views: 4499

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...
by msn444
Mon Jun 25, 2018 11:31 pm
Forum: General Discussion
Topic: Blufi: No BLE connectivity after Wifi connected
Replies: 2
Views: 4499

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...