how to reduce ble memory requirements / build custom esp32 libs for arduino
Posted: Thu Jul 09, 2020 9:59 pm
Hi!
I want to use https and ble together, but running in to out of memory problems.
I have seen instructions on using menuconfig to disable classic bluetooth, but don't know exactly how to that on with arduino.
I have tried this https://github.com/espressif/arduino-es ... builder.md
using the legacy (mingw) esp toolchain.
I get the menu config done, with build.sh I see some errors so I tried just to take the bluetooth libs and copy them over to arduino
packages\esp32\hardware\esp32\1.0.4\tools\sdk\lib
copying also sdkconfig.h and adding one define there manually.
after these I get the project to compile, but it just get stuck at BLEDevice::init(""); when running...
any advice would be much appreciated.
// o-p
I want to use https and ble together, but running in to out of memory problems.
I have seen instructions on using menuconfig to disable classic bluetooth, but don't know exactly how to that on with arduino.
I have tried this https://github.com/espressif/arduino-es ... builder.md
using the legacy (mingw) esp toolchain.
I get the menu config done, with build.sh I see some errors so I tried just to take the bluetooth libs and copy them over to arduino
packages\esp32\hardware\esp32\1.0.4\tools\sdk\lib
copying also sdkconfig.h and adding one define there manually.
after these I get the project to compile, but it just get stuck at BLEDevice::init(""); when running...
any advice would be much appreciated.
// o-p