Comment on Benchmarking latency across common wireless links for microcontrollersparentComments−polishdude202yWhat's the drawback of a 16 sample buffer over 128 samples?−utopcell2yLonger buffers allow for jitter in processing further upstream. If you get a buffer every 0.6ms, you need to be able to process it always within 0.6ms.−polishdude202yAh right that makes sense
Comments
What's the drawback of a 16 sample buffer over 128 samples?
Longer buffers allow for jitter in processing further upstream. If you get a buffer every 0.6ms, you need to be able to process it always within 0.6ms.
Ah right that makes sense