Connected devices

no showing in connected devices view

  • I'm using a nRF52840 DK

    Seems like I need to install a debugger?

  • OK... the nRF52840 DK doesn't have these characteristics that you described:

    tylerca310 said:

    I am using a development kit but it has no documentation

    ...

    SW6 and SW8 do not appear to be switches - they look more like jumpers - not sure about their settings

    What is a JLINK drive and how do I check to see if the DK populates it on my PC

    A J-Link drive is just a drive that is named JLINK. The debugger on the DK will populate such a drive when it is plugged in, like a flash drive/USB stick.

    What version of J-Link and nrfjprog do you have installed?

  • Latest issue:

    PS C:\nordic\myapps\fund_less1_ecer2>
    PS C:\nordic\myapps\fund_less1_ecer2> west flash --recover
    spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + west flash --recover
    + ~~~~
    + CategoryInfo : ObjectNotFound: (west:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    PS C:\nordic\myapps\fund_less1_ecer2> --recover
    At line:1 char:3
    + --recover
    + ~
    At line:1 char:3
    + --recover
    + ~~~~~~~
    Unexpected token 'recover' in expression or statement.
    + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

    PS C:\nordic\myapps\fund_less1_ecer2> -- recover
    At line:1 char:3
    + -- recover
    + ~
    At line:1 char:4
    + -- recover
    + ~~~~~~~
    Unexpected token 'recover' in expression or statement.
    + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

    Where should I get the missing software from?

  • What happen if you just run "west"?

    Can you share the support information from the nRF Connect for VS Code extension? Refer to this guide for direction on how to do so: https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/reference/ui_sidebar_welcome.html.

  • PS C:\nordic\myapps\fund_less1_ecer2> west
    west : The term 'west' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + west
    + ~~~~
    + CategoryInfo : ObjectNotFound: (west:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Related