nRF Studio (VC Code) don´t work with Matter Examples

I'm using nRF Studio Visual Studio Code. (SDK and Toolchain v.2.7.0) with the nRF7002 Development Kit.
The Blinky example have worked fine and also the other things as shown in the Video tutorials.

However, I am unable to generate a Matter example (LightBulb) on this basis, both under Windows and MacOS.
The same errors always occur: Kconfig warnings and Cmake errors. What's going wrong here? I ask for help.

Parents
  • Hi

    Here are the answers to your questions. Just want to let you know that I am able to build the Matter samples out of the box by following the steps in the Light Bulb sample documentation.

    1. I have tested both with an nRF7002 DK (PCA10143 v1.0.2) and an nRF52840 DK (PCA10056 3.0.2).
    2. I'm working on Windows 10 Enterprise.
    3. Yes, I have the nRF Command Line Tools installed. (nrfjprog version 10.24.2).
    4. Yes, I have the nRF Connect for Desktop installed. (v5.1.0).
    5. The Toolchain version I have is 2.7.0 (ce3b5ff664).
    6. SDK version v2.7.0.
    7. Yes, here are all the installed extensions on VS Code on my end (not all are necessary):
    8. I make no changes when adding the build configuration

    Best regards,

    Simon

  • Thanks for the detailed list of your configuration. I have now installed exactly the same thing 
    on a PC that previously had no Nordic software on it and no Visual Studio or a similar development
    environment before I installed the Nordic Software.

    Before the Light Bulb example, I had not loaded any other example, which then delivered the
    (already known) following error output:
     How can that be?
    However, I am surprised while the board is connected directly to the USB of the computer the program nRF Connect for Desktop (Quick Start - Open - Detect) is shown as
    Not supported yet (Family 70, Device: nRF7002DK, SN: 001050791743, Custom Name: none).

  • How have you selected the application/ you're building here, and what are the build targets etc.? Since you've called the project light_bulb_1, it's easy to think some changes to the original light bulb sample has been added. Can you also upload the full build log here so we can take a look here.

    The Quick start app does not yet have support for the nRF7002 DK I'm afraid, and the supported devices are listed here. More devices will be supported in future versions.

    Best regards,

    Simon

  • I chose the application and the target exactly as described in your video and 
    as I have already stated in detail. I didn't change anything except the name.
    Here is the complete build code, in parts because it won't be transferred 
    otherwise!




Reply Children
Related