how to generate app_uart_evt customly?

Hi Nordic Team,

Working Environment:

nRF52832 DK, nRF17.1.0 SDK, Keil uVision 5 IDE, Windowns10 pro PC.

I am working on ble_app_uart.c Peripheral example.

According to my understanding => Here when we press a keyboard button , the  'app_uart_evt' generated, so 'uart_evt_handler()'  function activated ,

collects  keyboard characters in 'data_array()'  and send to BLE connected device through NUS .

now, my requirement is , need to send characters by configuring development kit buttons . how can i acheive this.?

the 'bsp_event_t' configuration will not trigger uart_evt_handler().

any suggestions?

kind regards,

Deepthi

Parents Reply
  • Hello again, Deepthi

    Deep_Bang said:

    now, my requirement to print these characters on text or notepad window via USB.(As 52840DK at my receiver end support USB tranmission)

    any suggestion for this?

    Unfortunately no, I do not have any recommendations for how you should proceed to do this, sorry.

    I suppose you will need to make a program for windows that monitors the UART input and saves it to a .txt file or similar. I should think that a couple of serial terminals already offer this functionality, but I am not sure.

    Best regards,
    Karl

Children
Related