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

how to license code based off of examples that come with Nordic SDK 8.1

I have been working on a project (for profit) that uses a BLE Nano device along with Nordic SDK. To start the project I downloaded a copy of the Nordic SDK 8.1 examples and started making changes to the ble_central example. Now I have a working model that is similar but not the same to the example provided and I want to release it. My question is what do I have to do regarding licensing and copy write to use this modified version of the example? Do I have to rewrite it all or can I get a license to use the code I wrote and Nordic SDK?

Parents
  • Hi Tyler

    Unfortunately the SDK license does not allow redistribution. If you want to make your code public you would have to provide a link to the SDK, rather than including it in the release.

    Best regards
    Torbjørn

  • @Torbjørn is it ok to provide an installer that will automatically download and patch Nordic SDK code? We are developing hardware rapid development kit build around nRF52 and aimed at beginners. We've based it on patched SDK 12.2 according to forum topic "What are SDK known issues". Our tests show that it's too difficult for the beginners to download, unzip and patch official SDK distribution and we want to automate it for them.

    Alternatively do you plan to release fully patched SDK edition?

Reply
  • @Torbjørn is it ok to provide an installer that will automatically download and patch Nordic SDK code? We are developing hardware rapid development kit build around nRF52 and aimed at beginners. We've based it on patched SDK 12.2 according to forum topic "What are SDK known issues". Our tests show that it's too difficult for the beginners to download, unzip and patch official SDK distribution and we want to automate it for them.

    Alternatively do you plan to release fully patched SDK edition?

Children
No Data
Related