How to use nrf52833 without DK?

Is it possible to code nrf52833 chip without DK and what other hardware and software is needed?

Parents Reply
  • You need something to act as a programmer that sits between the computer and the nRF52833, on the DK that is included on the board itself, when making a custom board you can use an external programmer like a J-Link such as I linked in my previous post.

    The development kits are a tool for people to develop their own application with, and has a lot of added support circuitry which might or might not be needed in the final application/product you want to make. 

    Making a custom board with just the functions you need is the next step. You can program and debug your custom board using any Nordic development kit instead of a J-Link.

    The components inside the orange marked area are the only ones you need when making a custom board, the large chip inside the lime green marked area is the on-board debugger (OBD)/programmer.

    Best regards,

    Martin S.

Children
Related