Sample missing from SDK

Hello,

I have been following the tutorial for the DECT NR+ Shell (nRF91x1: DECT NR+ Shell). However, I am unable to locate the sample referenced in the documentation:

samples/dect/dect_shell

The only related sample available in my installation is:

samples/dect/dect_phy/dect_shell

I am currently working with nRF Connect SDK version 3.2.2. Could someone please clarify where I can find the standard dect_shell sample? Alternatively, is it possible that this sample is not included in this SDK version?

Thank you in advance for your assistance.

  • Hi,

    The sample you are looking for is indeed not included in NCS v3.2.2. However, the "DECT NR+ Shell" sample is available in the main branch of the SDK (link).

    This sample is actually very new so it hasn't been pushed to any full release yet.

    The reason behind these two "dect_shell" sample is that we used to have only one shell sample for DECT, which was only capable of using the PHY layer. Recently, we did another sample that implemented more than just the PHY layer. Thus, we had to change the name of the so called "DECT NR+ Shell" to "DECT NR+ PHY Shell" and the new sample became the normal "DECT NR+ Shell".

    If you want to try the new "DECT NR+ Shell" sample you will then have to build it on the main branch of the SDK. Also be sure to have the latest DECT NR+ modem firmware as this sample need the DECT NR+ modem firmware v2.x.

    If you have any more question, feel free to ask!

    Best regards,

    Simon D-M

Related