ESP32_BLE_OTA_Arduino icon indicating copy to clipboard operation
ESP32_BLE_OTA_Arduino copied to clipboard

OTA update on ESP32 via BLE

Results 22 ESP32_BLE_OTA_Arduino issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to compile the esp32_ble_ota_compact example, but I get an error due to a missing definition of _TAG_, and indeed there is nothing like this in the ble_ota_dfu.cpp...

Hello all, I have following problem on WeMoS D1 MINI ESP32 platform: firmware update is uploaded, but while executing ```size_t written = Update.writeStream(updateSource);``` it fails: ``` 00:57:35.339 -> Notify callback...

After upload process, it is showing something related to time. and on serial, I am getting error: E (106953) esp_image: invalid segment length 0x76727000 Full serial output is here, 18:48:55.641...

I am newbie and trying to test this code, but in the phone, after app start it searches for device then nothing shows except Search again button and the button...

I flash the firmware with Arduino IDE, after that I can use Android App or Python to successfully flash my ESP32-C3 DevKit over BLE. but after that I can't flash...

Hi, I'm trying to get "esp32_nim_ble_ota.ino" and the Android app "ESP32 OTA BLE" working, unfortunately, immediately after connecting to the ESP32, "Connected (and one second after) disconnected" appears in the...

Hi how can i add react native support for this project?

documentation

I found decition with "if()" that compare with Hexadecimal numbers. I know that number are recived by the Android. But what it these mean? 0xAA, 0xEF, 0xF1, 0xF2, 0xFB, 0xFC,...

documentation

Hello, I am able to connect to my device using the Mobile App I'm getting BT_SMP errors. When connected the device terminal responds with: ``` Advertising BLE... BLE APP connected......

I am having a checksum issue. I am using the Android App and the NimBLE firmware implementation. Everything goes well until the "Update" step where it moves everything from SPIFFS...