This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU without USB BLE dongle

Hi, I'using PCA100566 BLE DFU example and Nrf Connect desktop or NrfUtil to program/update.
The actual solution needs to use NRF USB Dongle for connection. It's possible to use directly the PC BLE interface to make this?
Like NrfToolbox on Android devices, that use the standard smartphone BLE interface.

Parents Reply
  • Hi Abele, 

    It's the same answer like on Windows PC. You can either use a Nordic's dongle or DK (or your custom board) to interface with the computer via UART and then use our ble_pc_driver (also works on Linux) to interface with it. The source code is available. 

    Or you can access the BlueZ on Linux library directly but you need to write your own code to do that. 

    We provide the source code for nRF Connect on PC, but not the one on Android as it's not made to be a reference design, but a tool. On Android we suggest to use the nRFToolbox as reference source. 

Children
Related