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

source code for nrf52840 dongle is available for developer?

Hi, I want to develop a  software like nRF connect on windows PC for custom board test.

PC software will communicate with nrf52840 dongle via serial port,and nrf52840 dongle will communicate with custom board via ble.

I want to known if the source code for nrf52840 dongle is available for developer?

Parents Reply
  • Hello again,  

    I want to known if the source code for nrf52840 dongle is available for developer?

    I'm sorry, I somehow missed this sentence. There is currently no UART example for the nRF52840 dongle (pca10059). 
    The only supported examples are the following:

    • examples\ble_peripheral\ble_app_blinky
    • examples\ble_peripheral\ble_app_hrs
    • examples\connectivity\ble_connectivity
    • examples\peripheral\blinky
    • examples\peripheral\cli

    One solution would be to migrate a UART project from pca10056 to pca10059. 

    There are similar cases regarding pca10056 to pca10059, the most relevant would be this one. Also see here, here and here.

    Hope this helps on your way!

    Kind regards,
    Oeyvind

Children
Related