Compatible and Code

Hello,

I'm new with Nordic products, and I'm trying to use my New dev kit nrf5340 DK.

The request today is about my code, I implemented my code in the DK, and now I want to use my module which is evm-bc805 (nrf52805_xxAA).

To inject the code to my DK, I used the template Bluetooth/peripheral UART, it is okay I tested with my app, I'm receiving my code and I can send info too so that's I wanted that's perfect.

My request today is that I want to use my module to develop a new product in my industry, but I would like to inject the same code in my Nrf52805 module. How can I do this? Thank you to everyone for your future responses, Best regards

Ps : i'm working with VS code

Parents Reply
  • Hi 

    Do you know what the supply/GPIO voltage of your module is?

    The nRF52840DK can only be used for programming if the supply voltage of the target is close to 3.0V. 

    From the command line, could you try to run the following command, and let me know what output you get?

    nrfjprog --deviceversion

    This should show the type of the connected chip, and will show whether or not the debugger is properly connected to your module. 

    Best regards
    Torbjørn

Children
Related