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

BlueZ package

Hi Nordic ppl,

Is Nordic SoC supporting BlueZ package  ?

Any specific SoC that we should be selecting to be able to run the .

Also, i believe all 3rd party Modules will support BlueZ package.

Parents
  • Hi.

    If the SoC in question is exposing an HCI interface, you should be able to use it toghether with BlueZ.

    You can do that by running one of the hci_* samples in zephyr/samples/bluetooth in NCS.

     

    Any specific SoC that we should be selecting to be able to run the .

     You should be able to run the hci_* samples on any nRF52-series device that supports the transport used by that sample. I.e. not all 52-devices will support hci_usb, but they should all support hci_uart.

    Best regards,

    Didrik

  • Hi Didrik,

    Please help to confirm if nRF52810-QCAA can be used in this case or will there be any issues related to memory size for Bluz implementation.

    Also, i believe nRF52810-QCAA can support hci_uart. pls confirm.

    Thanks a lot  !

  • DD_connectivity said:
    Please help to confirm if nRF52810-QCAA can be used in this case or will there be any issues related to memory size for Bluz implementation.

     Are you saying that you want to run BlueZ on the nRF52810?

    I thought your plan was to run BlueZ on a host processor running Linux and use the nRF52 as a BLE radio only.

     

    DD_connectivity said:
    Also, i believe nRF52810-QCAA can support hci_uart. pls confirm.

     Yes, that should work without any issues as far as I am aware.

    Looking at the sample, there is no configuration files specifically for a board with the nRF52810, so you might have to add some configuration yourself to make it work as intended. However, I believe simply copying the settings from the nrf52dk_nrf52810 board should be enough.

Reply
  • DD_connectivity said:
    Please help to confirm if nRF52810-QCAA can be used in this case or will there be any issues related to memory size for Bluz implementation.

     Are you saying that you want to run BlueZ on the nRF52810?

    I thought your plan was to run BlueZ on a host processor running Linux and use the nRF52 as a BLE radio only.

     

    DD_connectivity said:
    Also, i believe nRF52810-QCAA can support hci_uart. pls confirm.

     Yes, that should work without any issues as far as I am aware.

    Looking at the sample, there is no configuration files specifically for a board with the nRF52810, so you might have to add some configuration yourself to make it work as intended. However, I believe simply copying the settings from the nrf52dk_nrf52810 board should be enough.

Children
No Data
Related