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

ble_app_interactive code for nRF52840 Dongle

Hi i am working on nRF52840 Dongle , I could not find ble_app_interactive application for nrf52840 dongle,

i am trying to implement the same code with some modification as below:

changed Project->options->c/c++ compiler->Preprocessor

Defines:

BOARD_PCA_10059

NRF52840_XXAA

S140

but i am getting an error saying: Duplicate definition for UARTE0_UART0_IRQHANDLER

Please suggest if there is already ble_app_interactive example code exist for nRF52840 Dongle???

Parents Reply
  • Hi.

    Yes. But those were just arbitrary pin definitions, you still have to connect them to wires and a serial interface in order to make it work.

    I only showed you how to define pins 1.10, 1.13, 1.15 and 0.02 as UART pins, as you can see these "pins" are not connected to anything, you have to solder on wires and connect them to a serial interface which you plug into your PC in order to make the UART work.

    Best regards,

    Andreas

Children
Related