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

Send a serial message to the mobile app using nrf5-ble-multiple-role-example-master

hello.

I am developing as nrf5-ble-multiple-role-example-master.

And I'm using nrf52832 chip.

When I send a message from the mobile app, I get a message on the SEGGER terminal and the serial token.

However, when I send a message with a serial token, I do not see the message in the mobile app.

I am using an application called NRF UART 2.0.

The phone becomes central. The multiroll I'm developing becomes peripheral.

In conclusion, the message sent from the mobile phone based on the multi-roll can be seen, but the message sent to the mobile phone is not visible in the application.

please help me

Parents Reply
        • I connect the < ble_app_lbs_nus_its_multi_role> example to a mobile phone (nrf toolbox / ios) and the data entered in the uart terminal does not reach the mobile phone (nrf toolbox / ios).

          Connecting the example to a mobile phone (nrf toolbox / ios) and entering data into the uart terminal is successfully sent.

          A. Example <ble_app_lbs_nus_its_multi_role> and the Mobile Connection Screen

          <UART>

          (Tx "DATA SEND")

          <NRF TOOLBOX(ios)>

          not reveive 

          B. Example <ble_app_lbs_nus> and the Mobile Connection Screen

          (Tx "DATA SEND")

          <NRF TOOLBOX(ios)>

          reveived "data send"

          as above I wonder why the ble_app_lbs_nus_its_multi_role example doesn't work.

          Below is the project file I used.

          nrf5-ble-multiple-role-example-master.zip

          Thank you. Please.

Children
Related