I am using Uart Ble example of sdk , i want to write to Tx without UART can u please help me do it
i actualy want to send accelerometer data which is of size 40kb after aquistion.
I am using Uart Ble example of sdk , i want to write to Tx without UART can u please help me do it
i actualy want to send accelerometer data which is of size 40kb after aquistion.
Hi,
I am not sure exactly what you are asking about, so I will giv you a few hints about how to transfer large amounts of data as fast as possible, since that seems to be what you are after. Please elaborate and specify if you need more specific advice later.
To achieve high throughput, you should try to optimize the following:
You can refer to the throughput example in the SDK. You can also adapt the BLE UART example since you allready mentioned it (it was not clear to me if you wanted to not use the NUS service, or just did not what to use physical UART).
can u please help me with this issue
can u please help me with this issue