Hi,
I currently need to stream 1000 data samples over BLE, each data sample is 14 bit value, hence i'll be using a short integer but i'm confused as to how to send it over BLE,
i have looked and read many comments with similar query but all of the seem a tad confusing. I am fairly new to BLE so would appreciate any help or suggestions that you can provide.
As i understand we'll have to divide the 1000 samples into small chunks and send it but i'm not quite sure what that process entails.
I am using a nrf52832 board with sdk 16 on segger embedded studio.
Thanks :)