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

Nrf52 Dk is not listed in motherboards windows 10 on nrfgostudio

Hi

   i have installed nrfgo studio  version (1.21.2.10)on windows 7 and 10 . Development board is listed in win7 but not in 10 it shows boards are not connected  .Please help me to solve this issue.

Regards

Raji

Parents Reply Children
  • i have one question sir, whether nrfgo studio is having windows 10 Support. 

  • Hi Raji.

    You need to add a app inside nRF Connect v2.5.0 to program using nRF Connect v2.5.0
    Here is how you do it:

    Open nRF Connect v2.5.0.
    Click on "Add/Remove apps".
    Find the app called "Programmer (experimental)" and install this.

    (Note that I have already installed it)


    Click on "Launch app" and Launch the "Programmer (experimental)" app.



    When the app is open, click on "Select Device" and select the device you wish to program.

    When you want to program the device you simply click on "Add a .hex file" and "Browse", and navigate to the folder you have stored your .hex file.

    For example, here I have loaded the SoftDevice S140 v6.1.0 .hex file, to program it I click on "Erase all & write"


    This will do the following nrfjprog commands:
    nrfjprog -e
    nrfjprog --recover
    nrfjprog -r
    nrfjprog --program
    nrfjprog --verify
    nrfjprog -r

    The device is now programmed with you desired .hex file.

    ----------------------------------------------------------------------------------------------------------------------------------------

    nRF Connect can also check if the flash area overlap or are to large, as you can see here:

    In this picture I've added two SoftDevices on top of each other, and you can clearly see that I got an error.

    Hope this little guide helps!

    ---------------------------------------------------------------------------------------------------------------

    nRFgo should work on Windows 10.

    Your issue might be that when you install nRFgo the installation also installs a very old Segger driver, and if your DK has a newer driver it might not be able to detect the DK.

    - Andreas

Related