Extended Advertiser Example Fails with HCI_MEMORY_CAPACITY_EXCEEDED_ERROR on nRF52840 dongle (Zephyr hci_usb) #808
-
|
I am trying to run the run_extended_advertiser_2.py example from the Bumble framework using an nRF52840 Dongle flashed with the Zephyr hci_usb sample. To enable Extended Advertising, I added the following configurations to the prj.conf: The logs confirm the controller is reporting support for 4 advertising sets and a max data length of 191 bytes, as expected: However, the script fails when attempting to enable the second advertising set (handle 1), returning a Log Snippet Showing the Failure: My question is, what is the most likely cause of the HCI_MEMORY_CAPACITY_EXCEEDED_ERROR when enabling the second set? Is there an additional Zephyr config option required to increase the memory or resource pool for concurrent advertising, particularly on the nRF52840 platform? Any guidance on which Zephyr configuration parameters to adjust to resolve this memory/capacity issue would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I flashed my nRF52840 dongle with the |
Beta Was this translation helpful? Give feedback.
I flashed my nRF52840 dongle with the
hci_uartsample instead with the same conf appended toprj.confand used serial transport, and now the extended advertiser example works perfectly!