I'm using the nRF54L15-DK with nRF Connect SDK 3.0.2, and trying to advertise using Coded PHY (Long Range).
My goal is to make the advertising signal continuously visible (not just in bursts) on a spectrum analyzer, with 8 dBm TX power, using Long Range (Coded PHY).
What I currently have:
Im using an inside sample of the sdk (hci_pwr_ctrl) and changed the code like that:
Problems:
-
The signal appears only intermittently on the analyzer.
-
Advertising seems to be using only 1M PHY, not Coded PHY.
My Questions:
-
What is the minimal correct setup to advertise over Coded PHY on the nRF54L15-DK?
-
How can I make the signal appear continuously on a spectrum analyzer (without long silent gaps)?
-
Is there a sample or working snippet specifically for Coded PHY extended advertising I can reference?
- Is there any sample that I can use to test the bluetooth long range, 8db tx power for 1 central and 1 peripheral nrf54l15 devices.
Any guidance or working example would be greatly appreciated!