nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Long Range Advertisements

Hello Team,

We are looking forward to use Long Range Advertisements in our application. Our current application is based on nRF52832 + ncsv1.8.0.

Per our knowledge, we can use Coded Phy for Long Range. Could you please help with the following details:

1. Is our assumption that using Coded Phy we can increase the range of our advertisements true? Is there any other way to increase the adv range? (tx power config is one of them)

2. Can we use nrf52832 with Coded Phy? If not, how about nrf52833?

3. Is there any example/blog we can use to configure nrf52832/33 as long-range advertiser and scanner?

4. How do we verify the COded Phy is enabled in adv packets? Can nrf52832 in sniffer mode with wireshark detect this?

TIA!

Parents Reply
  • Hi Vidar,

    Thanks for the detailed explanation. I'll try with what you have suggested. Just a quick follow-up questions:

    1. We have 2 nrf52833 dk and we are planning to use 1 to send long range advertisements and other to scan the same. I assume, I'll need to modify both tx/rx firmware to send/receive on the Coded PHY. Is my understanding correct?

    2. In point-4 where you mentioned to use nrf52840 Dongle, I think we can use nrf52833 as well. Can we use nrf sniffer (www.nordicsemi.com/.../nRF-Sniffer-for-Bluetooth-LE) to sniff using nrf52833-dk and check the wireshark to verify Coded PHY for our beacons?

    TIA!

Children
  • Hi,

    No problem. 1. Yes, correct. Both sides need to be configured for CODED PHY and the heart rate samples I referred in my previous reply are set up for this by default.

    2. You're right, I should have been more clear.  It's no problem to use a  nRF52833DK or a nRF52840DK board if you have one to spare.  It's just that the dongle would be a cheaper alternative if you had to buy an extra board for this.

    (Minimum requirements)

  • Appreciate your prompt response!

    I will configure 1 nrf52833 to send Coded PHY advertisements and use pre-built sniffer binaries for other to pick up the adv packets and verify it using wireshark (assuming there is a field in wireshark packet dissector for the Coded PHY).

Related