What is the best way to send about 1600 bytes of sensor data using ble5.0?
I would like to receive about 5 times per second.
Also, is it possible to configure 1:n like this?
I would appreciate if you can tell me the best way.
What is the best way to send about 1600 bytes of sensor data using ble5.0?
I would like to receive about 5 times per second.
Also, is it possible to configure 1:n like this?
I would appreciate if you can tell me the best way.
The best way to send a large amount of data is to use notifications. I really don't know the best way to answer this, as it depends on your knowledge. Do you have any experience with nRF52 or BLE from before?
What throughput are we talking about? 1600 bytes 5 times per second? (= 64kbps)
The best way to send a large amount of data is to use notifications. I really don't know the best way to answer this, as it depends on your knowledge. Do you have any experience with nRF52 or BLE from before?
What throughput are we talking about? 1600 bytes 5 times per second? (= 64kbps)