You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 am just curious how you could achieve ~12kb/s transfer speed (stated in the readme). I am getting only 3kb/s transfer speed like your "old code". I already looked into your ESP32 Clock OTA source code you posted into an older github issue, but could not see anything what could spice the transfer speed up to 12kb/s.
I would be very glad if you could give me a hint. Maybe it is the use of FFAT? Would be very interesting to know, because on my project it feels like the bluetooth data transfer rate is the bottleneck.
The text was updated successfully, but these errors were encountered:
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 am just curious how you could achieve ~12kb/s transfer speed (stated in the readme). I am getting only 3kb/s transfer speed like your "old code". I already looked into your ESP32 Clock OTA source code you posted into an older github issue, but could not see anything what could spice the transfer speed up to 12kb/s.
I would be very glad if you could give me a hint. Maybe it is the use of FFAT? Would be very interesting to know, because on my project it feels like the bluetooth data transfer rate is the bottleneck.
The text was updated successfully, but these errors were encountered: