Hello,
We have an application based on NRF52832 which runs Nordic UART service and DFU service SDK15.2 SD132V6.0. Now, we need to add “high speed data pipe” and we are thinking of using “image_transfer_demo” example. Therefore we have few questions with regards to this idea
- Can NUS, DFU services coexist on same device and run in parallel? Ie NUS and video service
- We are trying to understand: what makes image_transfer_demo faster compare to ble_app_uart example? We compared both examples and find few differences:
- Nrf_uart_example uses characteristic_add(…) and image_tranffer_example uses sd_ble_gatts_characteristic_add(…) . Can you please advise what is difference between those two functions?
- It is not clear to us why on BLE Event (function ble_nus_on_ble_evt) event type BLE_GATTS_EVT_HVN_TX_COMPLETE ble_app_uart example calling on_hvx_tx_complete function and image transfer example pretty much does nithing .
Can you please advise at your earliest convenience.
Regards,
andrew