esp32-ota-with-ble-setup icon indicating copy to clipboard operation
esp32-ota-with-ble-setup copied to clipboard

Results 6 esp32-ota-with-ble-setup issues
Sort by recently updated
recently updated
newest added

Not sure if this is the right place to ask , but cannot find better I use ESP32 BLE for configuration, updated, log etc. on my device , but from...

Any suggestion how I can increase the stack size in the BLE library (callbacks) ?

Any suggestion why a call to : err = esp_ota_begin(update_partition, OTA_SIZE_UNKNOWN, &update_handle); may freeze and trigger wtd ?

I'm really struggling with the BLE library size as I need OTA and BLE and using BLE make my sketch about 47% of 3M e.g. no space for 2 X...

Hi, I am working on a parking project based on esp32. Can you provide me with some guidelines and tips on how I can send data from an esp32 server...

https://github.com/chegewara/esp32-ota-with-ble-setup Is this correct example program to configure Wifi SSID and password via BLE. Do i need to write bluetooth client application to configure WIFI using Bluetooth server running on...