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

nrf52840 Getting Started

Hi,

I have started development on nrf52840DK

1-I have installed nrf Connect SDK v1.3.0.



2- I have also installed Segger Embedded Studio Nordic Edition. and selected nrf open SDK project(C:/Users/muqar/ncs/v1.3.0/zephyr/boards/arm/nrf52840dk_nrf52840).

  

Now I don't know what to do next?
Can you please help?

Basically I want to set up things then start an example where I want to sent value from mobile and want a LED to turn on/off.

Parents Reply
  • Hi,

    The guide you attached and the video you linked are both for the nRF5 SDK, while in your original post you were using NCS. If you've decided to use nRF5 SDK instead of NCS, you should not use the Toolchain Manager to install the toolchain or open SES, as that is for NCS. Instead you should follow a guide specifically for using SES with nRF5 SDK, as the one you have found. You should then install SES and other requirements as described in chapter 7 of the document you attached. The document is not the latest version of the documentation, but I think it should work. The latest can however be found here

    Also, could you verify which version of nrfjprog and JLink you have with the following command: "nrfjprog --version"? Can you run "nrfjprog --recover" to recover the onboard nRF chip?

    Best regards,

    Marte

Children
Related