March 29, 2024, 09:46:29 AM

ESP large application

Started by dev.homeye, February 17, 2020, 04:33:29 PM

Previous topic - Next topic

dev.homeye

Hello,
I'm new to ESP32.
I need to developp an application that supports at the same time BLE and Wifi (UDP, DHCP).
I'm using Arduino IDE.
At a very first stage I faced a sketch too big.
I managed to come over by changing the partitionScheme.
As I'm using an ESP32-DevKit-LiPo which is based on a WROOM-32D ie 4MB.
I am wondering if I use a WROOM-32D-16M, could I benefit from the extra flash to increase code size ?

Any help will be welcome.
Thanks