nRF52833 PCA10100 S140 Project Creation

Hello Experts,

I am using nRF52833 / PCA10100 DK boards with SDK nRF5SDK160098a08e2. ( legacy product has the same so no plans to go to Zephyr )

In this SDK there are only a few examples for PCA10100.

Now I would like to build my code using beacon example @ SDK/nRF5SDK160098a08e2/examples/ble_peripheral/ble_app_beacon

However there is no folder for PCA10100. 

Even for the BLE template project @ /SDK/nRF5SDK160098a08e2/examples/ble_peripheral/ble_app_template/  there is no PCA10100 folder

Suppose if I want to create any project for Segger Embedded Studio using the above SDK for PCA10100 and soft device S140 ? from scratch,

what are the steps ?

Thanks in advance.

Best Regards

AbhiAsh

Parents
  • Hello AbhiAsh,

    The way I usually create a nRF52833 project configuration is by first copying the 'pca10056' folder for the same project and renaming it to pca10100. Then, I open the xml formatted *.emProject file in a text editor and modify the '52840' specific settings, using another pca10100 configuration as a reference. Have you considered using the nRF5 SDK version 17.1.0?

    Best regards,

    Vidar

Reply
  • Hello AbhiAsh,

    The way I usually create a nRF52833 project configuration is by first copying the 'pca10056' folder for the same project and renaming it to pca10100. Then, I open the xml formatted *.emProject file in a text editor and modify the '52840' specific settings, using another pca10100 configuration as a reference. Have you considered using the nRF5 SDK version 17.1.0?

    Best regards,

    Vidar

Children
Related