I am writing firmware for an embedded system based on a Portenta H7. I am trying to stream data from the Portenta to a computer wirelessly at 100Hz without slowing down the main loop which is also running at 100Hz. What is the best way to approach this? Data packets are around 60 bytes in size, but it would be useful to increase the size. I'm not sure if BLE is possible, as I have read that the ArduinoBLE library fixes the MTU at 23 bytes. Thanks!