This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Regarding ide

Hi,

     I want to run a mesh application. Can you please tell me the most preferred ide for running mesh examples.

     1.segger ide

     2.keil ide

Kindly tell me which one is user friendly and efficient one.

Parents Reply Children
  • Hi,

      Yes, I would like to know the Nordic mesh implementation procedure for nrf53 series.

      I want to compile mesh examples using nrf53 series. Kindly tell me the platform where I need to learn about nrf53 and it's implementation.

       As it is latest version I can't able to gather much info about nrf53 series in Nordic infocenter.I have downloaded nrf connect app and segger ide.

      Kindly tell me the other software tools which I need to download for nrf53 series.

  • Hi,

    If you want to work with the nRF5340, you should instead look at the nRF Connect SDK (NCS) and not nRF5 SDK. There aren't as many mesh examples there as in the nRF5 SDK as of now, but NCS is what will be the focus going forth, and especially for the nRF5340. The examples there so far are:

    Not all of these are supported on the nRF5340 as of now, but you will see supported boards under the "requirements" section. 

    Since NCS is a different SDK, you will have to install it and the toolchain as well. You can either use one of these two applications in the nRF Connect for Desktop app: Toolchain Manager (Windows) or Getting Started Assistant (macOS and Linux), or you can install it manually. There are several useful guides on the getting started page, such as how to install the SDK and toolchain, as well as how to build with SES.

    As for information about the nRF5340, that can be found here. We also have a guide about working with Bluetooth Mesh, where you will find information about concepts, stack architecture, etc.

    Also, please note that the links I have added are to the latest official release, and if you want to know the latest information about all of this, you can check out the documentation for the master branch, which you can find by going in the top left corner where it says "1.4.1", click there and choose "latest".

    Best regards,

    Marte

Related