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

ble_app_uart example not working

Hi Guys,

I flashed the ble_app_uart example available in nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10056\s140\ses location to NRF52840 DK board. In mobile application - nrf toolbox- uart while I click on connect it is displaying the device name "Nordic_UART". But when I click on the device it disconnects immediately saying "This device does not have required services". 

Is this the correct example to test it using the nrf Toolbox - UART or is there any other example to test?

If this is the correct example why is it not connecting ?

Please Help ! 

Thanks Slight smile

Vibhu.

Parents Reply Children
  • Hi,

    What is the btm example?

    Sorry it is htm example. The ble_app_htm example in example -> peripherals.

    What did you change?

    I have Si7021 sensor, So changed the htm example to read the value from the i2c sensor(si7021) and display it on app instead of the existing htm.

    Could you provide the log on both sides like RTT log and nRF Connect log?

    How do I do it ?

    What are those phones you tested? Which one can/cannot work?

    I tested in two MI android phones.

    When I first test ble_app_uart code it is working. Once when I test with the customized ble_app_htm example, after that in uart health service characteristic comes and it is not connecting to uart android application.

    The above is the same irrespective of the phone. I tried in 3 android phones and I am getting the same result.

    More like below which you told in the earlier comments.

    It seems like the HTS example with the device name "Nordic_UART".  

    -Vibhu S.

  • Hi, 

    Do you use the HTS example and want to combine ble_app_uart example?

    I would suggest you compile with debug mode and provide the log in UART serial tool as PuTTY and nRF Connect App (Client log).

    -Amanda H.

Related