Hello everyone,
In my application i need to send large file (bytes of Array)size 1MB to send NRF connect App or any another app. Receive that large file in NRF52832 any example code are available which service to use this application..???
Hello everyone,
In my application i need to send large file (bytes of Array)size 1MB to send NRF connect App or any another app. Receive that large file in NRF52832 any example code are available which service to use this application..???
Nordic UART Service (NUS) ?
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_nus_eval.html
But note that BLE really isn't designed for "large data file transfer"...
Nordic UART Service (NUS) ?
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_nus_eval.html
But note that BLE really isn't designed for "large data file transfer"...