Hi,
I am working on NRF52 series (NRF52 DK and NRF52832) and would like to know whether it is possible to use Bluetooth 5 extended advertising capabilities to send, let's say, 500 bytes of data at once, every 20ms (said data is modified at roughly the same frequence).
Theoretically, combining extended payload and chaining (up to 7 packets according to the Bluetooth 5 spec), it should be possible.
How to do that with the NRF5 SDK? A sample, or at least guidelines would really be appreciated.
Bonus question:
Is it possible to transfer the same amount of data at once with NRF5 SDK for Mesh, using for instance the Instaburst module? I don't really understand the sentence saying the theoretical upper throughput would be 160kbps, yet it says that we can't reach more than 60kbps in practice due to mesh packets overhead.
If possible - maybe a few pointers about what config must me adjusted and relevant code snippets (such as for the custom mesh model to send string messages) to use Instaburst would be welcome.
Thanks in advance