Bluetooth Latency #26
-
Hi, I'm looking to build my first wireless wheel based on this very detailed project. I just have one question that I couldn't find much information about: What kind of input latency should I expect when using Bluetooth? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for your support.
This is a good question. The answer depends on what you consider “an input”. The latency you can expect from this firmware is the same as you would expect from a wireless gamepad, i.e. unnoticeable. |
Beta Was this translation helpful? Give feedback.
Thanks for your support.
This is a good question. The answer depends on what you consider “an input”.
The simple push of a button requires more time from your muscles than from the electronics.
Therefore, you can rest assured. On the other hand, if you are referring to the reception and display of telemetry data (or pixels),
you may experience a slight delay depending on the hardware (e.g. the number of pixels).
The firmware is designed so that this delay does not affect the button inputs at all, which is the important thing.
The latency you can expect from this fi…