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

How to get started nRF52 Thingy in segger

HI,

I want to work nRF52 thingy with segger embedded studio.

Is there any example code to compile and run the Project file for nRF52_thingy?

Which sdk need to use SDK13 or SDK15.3?

Parents Reply
  • Hi,

    The thingy firmware is available in source. You can find it on Nordic's website like you did, or on github. As mentioned it did not officially have any SES project, so adapting the project to SES is a bit of work. The SES project included in the last zip archive is broken and was not intended to be used. See this thread.

    As mentioned I recommend that you use SDK 15.3 if you plan to do extensive development, even though it does not have explicit Thingy support. If you just want to build the thingy firmware and make a few minor modifications, then probably the toolchain is not so important, so you can probably just use GCC.

Children
Related