ESP32_BLE_OTA_Arduino
ESP32_BLE_OTA_Arduino copied to clipboard
OTA update on ESP32 via BLE
I am trying to update my code via OTA and i was confused about how to go about that firstly when i try the serial upload i have 4 bin...
Hi Felix, I try to run the FFat version of the code, but it looks like it is slower to run... also I have modified your code. I have heavily...
Thanks for Your fullstack solution (from esp32 to android app)! I have forked this repository in order to create PlatformIO Arduino library: https://github.com/vovagorodok/ArduinoBleOTA At the and will be nice to...
Hi Fbiego and Team, I am getting an issue where the core panics or in some cases the ESP32 just freezes not sure which end is the issue the client...
dear fbiego, I transformed your OTA code with minor changes into my esp32 project and into my android app. It works like a charm, thank you for that! Now I...
Hello. There seems to be something missing in your example code. In order to perform firmware update using python script, you must know the device address, but in your program,...
Hey @fbiego I am IoT Developement here your recent commenter on your recent Youtube video. Below here is my code in which I want to add BLE OTA part, and...
Hello Thanks for this great implementation. Your test example works great, so I was trying to integrate your code into mine to have OTA_BLE functionality. I might be doing something...
hello, i'm try to user part of your code to do the ota update from an ionic app and an esp32 i'm writing the android part as new in angular...
I'm worrying about the file transfer speed of BLE, so I'd like to use classic BT to receive the file. But I've seen no reference about OBEX or OPP or...