Search found 2 matches

by opsaxell
Fri Jul 10, 2020 12:57 pm
Forum: ESP32 Arduino
Topic: how to reduce ble memory requirements / build custom esp32 libs for arduino
Replies: 1
Views: 2393

Re: how to reduce ble memory requirements / build custom esp32 libs for arduino

in case someone else has these issues: esp_bt_controller_mem_release(ESP_BT_MODE_CLASSIC_BT); before BLEDevice::init(""); gives maybe 12k back, judging by the [V][ssl_client.cpp:56] start_ssl_client(): Free internal heap before TLS 86604 debug msgs (level verbose) enough for me to do BLE scan and ht...
by opsaxell
Thu Jul 09, 2020 9:59 pm
Forum: ESP32 Arduino
Topic: how to reduce ble memory requirements / build custom esp32 libs for arduino
Replies: 1
Views: 2393

how to reduce ble memory requirements / build custom esp32 libs for arduino

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-esp32/blob/master/docs/lib_builder...