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

first test do not run example for nrf5340dk

hi

my first test do not run, bletooth is not enabled and could not get the bluetooth device led on board and signal on my mobile.

i following this link

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ncs%2FUG%2Fgsg%2Ffirst_test.html

 andon step no 8. blutooth do not show, and no led blink on board as well

Parents
  • Hi, 

    What is the board version on the white sticker of the DK?

    Do you Press the reset button as Step.4? Can you try power-off and power-on? 

    I have tested the demo from the nRF5340 DK Downloads, and it can work on my side.

    You also could try with the nRF Command Line Tools.

    nrfjprog --version
      ## Verify the command returns a version greater than or equal to 10.12.0.
    nrfjprog -f NRF53 --coprocessor CP_NETWORK -–eraseall
    nrfjprog -f NRF53 --coprocessor CP_NETWORK --program hci_open_amp.hex
    nrfjprog -f NRF53 --eraseall
    nrfjprog -f NRF53 --program peripheral_hr.hex
    nrfjprog --pinreset

    Please let me know they can help or not. Thanks. 

    -Amanda H.

Reply
  • Hi, 

    What is the board version on the white sticker of the DK?

    Do you Press the reset button as Step.4? Can you try power-off and power-on? 

    I have tested the demo from the nRF5340 DK Downloads, and it can work on my side.

    You also could try with the nRF Command Line Tools.

    nrfjprog --version
      ## Verify the command returns a version greater than or equal to 10.12.0.
    nrfjprog -f NRF53 --coprocessor CP_NETWORK -–eraseall
    nrfjprog -f NRF53 --coprocessor CP_NETWORK --program hci_open_amp.hex
    nrfjprog -f NRF53 --eraseall
    nrfjprog -f NRF53 --program peripheral_hr.hex
    nrfjprog --pinreset

    Please let me know they can help or not. Thanks. 

    -Amanda H.

Children
No Data
Related