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

Segger Embedded Studio project files missing in Mesh SDK v1.0.1

There is only Segger embedded studio example project file for nrf52832_xxAA with s132_3_1_0 softdevice in new Mesh SDK v1.0.1 released Friday 26th Jan.

Project files for other setups are missing.

Parents
  • You can generate the missing project files using python and cmake.

    Follow the instruction here

    Basically you can call

    cmake -G Ninja -DGENERATE_SES_PROJECTS=ON -DPLATFORM=nrf52832_xxAA ..
    
    cmake -G Ninja -DGENERATE_SES_PROJECTS=ON -DPLATFORM=nrf52840_xxAA ..
    

    To generate SES project files for NRF52 chips.

    NRF51 might not be supported in the future but if you want to generate the project for nRF51, you can call:

    cmake -G Ninja -DGENERATE_SES_PROJECTS=ON -DPLATFORM=nrf51822_xxAC ..
    

    Lazy ? Here is the .zip with the generated project files:

    examples.zip

  • Dear Hung Bui,

       On the SDK for mesh can you tell us the specific folder where we should execute that instructions?I executed the following instruction:

    cmake -G Ninja -DGENERATE_SES_PROJECTS=ON -DPLATFORM=nrf52840_xxAA -DSOFTDEVICE=s140_5.0.0-3.alpha

    in the root directory of the sdk. This (probably among other things) has created in each folder of the examples a JSON file, please see the image below.

    This should be the output?

    Best regards,

    Rafael Santos Costa

Reply
  • Dear Hung Bui,

       On the SDK for mesh can you tell us the specific folder where we should execute that instructions?I executed the following instruction:

    cmake -G Ninja -DGENERATE_SES_PROJECTS=ON -DPLATFORM=nrf52840_xxAA -DSOFTDEVICE=s140_5.0.0-3.alpha

    in the root directory of the sdk. This (probably among other things) has created in each folder of the examples a JSON file, please see the image below.

    This should be the output?

    Best regards,

    Rafael Santos Costa

Children
Related