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

ble uart project

I am not able to successfully use your nRF UART app to communicate with your nRF52840 DK.   I get a warning when installing the app that it may be too old for my version of Android (v11) and in fact it is not able to pick up any Bluetooth devices to connect to.

I am using this app Serial Bluetooth Terminal which seems to work, although when I send text from the phone I need to hit send 2x to actually get the text appear on the Terminal Emulator on the PC.  Going in the other direction, I do not see the same issue.

Is there an app you provide which is more current than the nRF UART app that does not work for me.  I noticed there is a UART section of the nRF toolbox, but I don't understand how to use it.  I am not certain what the grid is for.

Thanks

Jim

Parents
  • Hi Jim

    The nRF Toolbox app can be used for UART indeed, or alternatively the nRFConnect app. Please check out these links (this and this) for an explanation for information on how to use the nRF Toolbox app.

    Best regards,

    Simon

  • OK, I see the grid are soft buttons for sending different strings.  Interestingly, I see that this app has the exact same behavior as Serial Terminal Bluetooth.  That is to say that when the first send string occurs, nothing appears on the Terminal Emulator.  Send needs to be hit again to see the string sent.  But this is an offset, because when I press a different button with different string, the first string appears.  It's as if during the first transmit, the data goes into a buffer but is not transmitted until the second button press.  Note that this does not happen in reverse.  If I type in the Terminal window, the string automatically appears on the phone.

    I do have a question about dongle programming.  I want to test the uart central function and how it interacts with the uart peripheral function.  Can I use this thread or do I need to create a new ticket.

Reply
  • OK, I see the grid are soft buttons for sending different strings.  Interestingly, I see that this app has the exact same behavior as Serial Terminal Bluetooth.  That is to say that when the first send string occurs, nothing appears on the Terminal Emulator.  Send needs to be hit again to see the string sent.  But this is an offset, because when I press a different button with different string, the first string appears.  It's as if during the first transmit, the data goes into a buffer but is not transmitted until the second button press.  Note that this does not happen in reverse.  If I type in the Terminal window, the string automatically appears on the phone.

    I do have a question about dongle programming.  I want to test the uart central function and how it interacts with the uart peripheral function.  Can I use this thread or do I need to create a new ticket.

Children
Related