Closed marschalla7 closed 1 year ago
You can try using IDF 4.4 calls directly instead of the Arduino SPP Layer (BT Serial).
IDF documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/esp_spp.html
but there is not enough program storage free on my ESP32 Dev Module.
What is the size of the Flash? 4MB? What is the size of the final binary?
Have you tried to change the partition to Huge APP (3MB no OTA/1MB SPIFFs)
?
Hello, I've changed the Partition Scheme to Huge APP not it's working, thanks for your help. The final binary is 1511005 bytes.
Related area
ESP32 BT
Hardware specification
AZDelivery ESP32 NodeMCU Module WLAN WiFi Dev Kit C Development Board with CP2102
Is your feature request related to a problem?
I'm working with the ESP32 Dev Module. I want to use the Bluetooth Serial Library but there is not enough program storage free on my ESP32 Dev Module.
Describe the solution you'd like
I thought about a version of the library only for receiving serial data from antoher device.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide