NRF54L15-DK and HCI

Hello !

Time to evaluate and migrate to  NRF54...

1.

Does latest nRF52 Connect SDK have sample for HCI interface with Bluetooth Controller ?

I would like to connect board like USB dongle to Linux Ubuntu to have full functional BLE stack.

Could it be possible by using existing samples ?

2. What is current state of DFU update via serial ( USB serial port) ?

Does command line utility ( like nrfutil ) available in source code for Linux on ARM integration ?

Regards,

Eugene

Parents
  • Hi, 

    Does latest nRF52 Connect SDK have sample for HCI interface with Bluetooth Controller ?

    You should be able to use SDK/nrf/samples/bluetooth/hci_lpuart for this when you download the nrf connect sdk. Please read more about the build types that are supported for this.

    Does command line utility ( like nrfutil ) available in source code for Linux on ARM integration ?

    No, the sources are not public. The newer version of nrfutil that works with nRF54 devices is distributed as precompiled binaries that can be installed on Linux machines using python or manually. 

Reply
  • Hi, 

    Does latest nRF52 Connect SDK have sample for HCI interface with Bluetooth Controller ?

    You should be able to use SDK/nrf/samples/bluetooth/hci_lpuart for this when you download the nrf connect sdk. Please read more about the build types that are supported for this.

    Does command line utility ( like nrfutil ) available in source code for Linux on ARM integration ?

    No, the sources are not public. The newer version of nrfutil that works with nRF54 devices is distributed as precompiled binaries that can be installed on Linux machines using python or manually. 

Children
  • Related