nRF52840 dk does not advertise

Hello, I am going through the Bluetooth Low Energy Fundamentals provided by Nordic. 

My nrf 52840 dk could function fine after lesson1, but when I flash my board with the lesson 2 exercise 1 solution, the board does not advertise. Here is the link to the lesson I am referring to. 

https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-2-bluetooth-le-advertising/topic/blefund-lesson-2-exercise-1/ 

I am new to this chip, so I would appreciate it if you would help me out on this. 

  • 1. Yes, if you cut SB47, but it's also to make sure the voltage level matches on the DK and the custom board.

    2. You need to make a board file to match your custom board, as I assume at least some of the pin configurations are different in your custom board, so you need to change the project board file or add an overlay file. This is thoroughly explained in the DevAcademy course "nRF Connect SDK fundamentals".

    3. See the course above, as it also explains device trees nd how to set up a custom board in NCS.

    Best regards,

    Simon

Related