Not enough memory for BLE and A2DP?
Posted: Sat Oct 12, 2019 2:40 pm
My project currently has my ESP32-WROOM-32 performing the following tasks for me:
Unfortunately it seems my project already is using quite a bit of memory. Without A2DP I have the following image size:
Is there anything I can do to get all three working on the ESP32? I'm not sure if there is anything I can disable in MenuConfig or remove that would save me space. I would really like all three to work (ideally).
Does anyone have any advice or examples where this is done? Is there a way to easily remove WiFi using Menuconfig (I only saw a switch for LwIP). I don't want to remove it but I would still like to know how.
Thanks in advanced!
- Acting as a WiFi station/client
- Running BLE so that I may communicate to it using a mobile application I made
Code: Select all
E (585) esp_image: Image length 1166704 doesn't fit in partition length 1048576
E (585) boot: Factory app partition is not bootable
E (587) boot: No bootable app partitions in the partition table
Code: Select all
Wrote 995632 bytes (639189 compressed) at 0x00010000 in 14.7 seconds (effective 543.0 kbit/s)...
Hash of data verified.
Does anyone have any advice or examples where this is done? Is there a way to easily remove WiFi using Menuconfig (I only saw a switch for LwIP). I don't want to remove it but I would still like to know how.
Thanks in advanced!