Ble 5 send large data

Hello,

I am using nrf52840 and i am wondering which option will be the best for my project. I need to send about 5 - 10 kB data using bluetooth. Please, correct me if i am wrong.

Questions:

1) What is the maximum size of data which can i send using beacon like in the ble_app_beacon example? Is it 31 bytes or can i increase it to 251 (from bluetooth 5.x)?

If yes what should i change in example to allow bigger package send? How to queue the sending of data packages?

How to send few kilobytes of data using beacon? Or maybe there is better solution for example using connection mode?

Thanks for help!

Related