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

Sending UART RX with nRF Connect Bluetooth Low Energy Desktop

Is it possible to send UART RX commands from the Desktop NRF Connect the way you can from the mobile version?

There is an input, no way to specify a format as in the mobile version. 

Parents
  • Hi,

    For the nRF Connect for Desktop BLE app, there is a UUID definitions file describing the format of each type of characteristic. You access it from the cogwheel menu on the adapter, then "Open UUID definitions file".

    There you can add, on the UART RX characteristic, the line "format": "TEXT", similar to how it is already done on Manufacturer Name String.

    Regards,
    Terje

Reply
  • Hi,

    For the nRF Connect for Desktop BLE app, there is a UUID definitions file describing the format of each type of characteristic. You access it from the cogwheel menu on the adapter, then "Open UUID definitions file".

    There you can add, on the UART RX characteristic, the line "format": "TEXT", similar to how it is already done on Manufacturer Name String.

    Regards,
    Terje

Children
Related