Hi,
I have been using NUS code to stream data between mobile and nrf5340 audio dk.
is it possible to stream 256KB of data at a go?
what is the maximum MTU size that i can put in thr prj.conf file?
Thank you
Hi,
I have been using NUS code to stream data between mobile and nrf5340 audio dk.
is it possible to stream 256KB of data at a go?
what is the maximum MTU size that i can put in thr prj.conf file?
Thank you
Hi,
is it possible to stream 256KB of data at a go?
What do you mean by "stream 256KB of data at a go"? Could you elaborate in more detail? What issue do you see? A sniffer log might help to know what happened in the air.
what is the maximum MTU size that i can put in thr prj.conf file?
The max MTU size for nRF53 is 498.
Regards,
Amanda H.
HI Amanda Hsieh
What do you mean by "stream 256KB of data at a go"? Could you elaborate in more detail?
I am trying to send multiple sensor data under a profile to a base station via BLE.
The current sensor data size is 256KB in total. I want to send this data to the system for analysis.
Can I achieve that ?
If 256KB is too much, then how much is the maximum size I can transfer?
The max MTU size for nRF53 is 498.
OK.
HI Amanda Hsieh
What do you mean by "stream 256KB of data at a go"? Could you elaborate in more detail?
I am trying to send multiple sensor data under a profile to a base station via BLE.
The current sensor data size is 256KB in total. I want to send this data to the system for analysis.
Can I achieve that ?
If 256KB is too much, then how much is the maximum size I can transfer?
The max MTU size for nRF53 is 498.
OK.
Hi pal,
You need to decompose the data for sending, and reorganize in the base station.
I have asked the similar question, for your reference.
devzone.nordicsemi.com/.../nus-example-uart-rx-can-t-receive-all-data