Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTA Speed 3kb/s vs 12kb/s #10

Open
Fabchick opened this issue Oct 8, 2021 · 2 comments
Open

OTA Speed 3kb/s vs 12kb/s #10

Fabchick opened this issue Oct 8, 2021 · 2 comments

Comments

@Fabchick
Copy link

Fabchick commented Oct 8, 2021

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.

@fbiego
Copy link
Owner

fbiego commented Oct 8, 2021

12kb/s is the peak speed I achieved but that will vary across different devices. That was with FFAT and no other BT devices connected to the phone.

@Mir1001
Copy link

Mir1001 commented Aug 11, 2024

Please add this in documentation.

fbiego added a commit that referenced this issue Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants