You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the UART over BLE example. It seems there is a "delay" somewhere between sending packets. Is it possible to make the transmission faster?
Currently it looks like the Tx packets are saved in a buffer and are send periodically. Here is the code:
I'm using the UART over BLE example. It seems there is a "delay" somewhere between sending packets. Is it possible to make the transmission faster?
Currently it looks like the Tx packets are saved in a buffer and are send periodically. Here is the code:
Note that the transmission delay doesn't seem to be around 4*LED_DELAY but much longer ~800ms.
The text was updated successfully, but these errors were encountered: