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

nRF9160 Cannot make Kconfig options have an effect in Segger Embedded Studio

I have a nRF9160 DK and I'm adapting the asset tracker to connect to our own AWS cloud solution.

I see the code nrf_cloud uses defines coming from the Kconfig at \nrf\subsys\net\lib\nrf_cloud\Kconfig.
For example: NRF_CLOUD_HOST_NAME, NRF_CLOUD_PORT, NRF_CLOUD_PROVISION_CERTIFICATES, NRF_CLOUD_CERTIFICATES_FILE etc

How do I make changes to the Kconfig have an effect when building in Segger Embedded Studio? No matter what I do, changes to this Kconfig doesn't have an effect to the built result.

Am I missing the point, how it's supposed to work perhaps?
Anyone who can educate me, how to work "correctly" with this, would be appreciated.

I tried to build from commandline, but couldn't make it work, so I'm sticking with Segger Embedded Studio so far.
Build platform: win7

Johan

Parents Reply
  • Ok, I might be tired, but what's the practical use for this security tag, with the BSD-secure socket?
    Can I use the same tag as already there, or I need a new one?
    What's the penetration risk? Is it a key for encryption?

    I can use the same tag for every unit or is that creading a risk I don't see?
    I'm new at this nrf-cloud things, so I'm asking rather more than too little.

    I'm guessing a different key for every device I'm making is the way to go.
    But, I don't need to put them in a database right, it's just a local key, one time made, or can be recreated upon each boot?

Children
Related