Re: [web-bluetooth] Streaming BLE5 PHY data rates (#569)

@chengweih001 Hey man, I am trying to get a 500sps x 8 channels x 3 bytes/channel stream working with the browser BLE API. I can do 250sps OK with few issues, 500sps seems to blow the browser buffering speed limits and stops running after a second or two on the browser, but this is just testing single threaded in an html file that's also running a plot. 

So 500sps x 8 channels x 24 bytes = 96kBps,

And broken into packets of 9 samples * 8 channels or ~55 packets/second with our 250byte packet limit on our nRF board.

This seems to be too fast, nowhere near the actual limits of BLE PHY. 

-- 
GitHub Notification of comment by moothyknight
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/569#issuecomment-1063449968 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 9 March 2022 22:38:17 UTC