This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
Parents Reply Children
  • I assume that you use the Segger Embedded Studio (SES) projects?

    Do you see the logging information in SES?

     

    cjb21 said:

    I have built and tested a peripheral example on another dk board,

    My dk board does not connect to central mode.

     What do you mean? It doesn't connect to a central or it doesn't connect to a peripheral? I have tested both cases, and it does. Not the phone advertising, but the ble_app_lbs_nus_its_multi_role example connects to both the ble_app_lbs_nus and the ble_app_lbs_nus_c example.

    Did you do any changes to any of the examples?

    You use the correct projects, right? The pca10040 ones?

  • I see from the event log that you have replied, edited something and deleted a reply. Also I noticed that the original ticket text is gone. I am not sure whether this was on purpose or not, but just as you know, I can't see anything more in this ticket now, and consider it closed until you update it or reply. 

    NB: We can only see that something is edited, and not what the edit actually was, so the best is to reply instead of editing existing replies.

    Best regards,

    Edvin

  • Hi. Long time no see.  

    Thanks to you,

    we have confirmed the connection between the < ble_app_lbs_nus_its_multi_role> example and

    <ble_app_lbs_nus> examples.  

    I would like to ask another issue.

    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.

    I used sdk 15.3

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

    Thank you. Please.

  • In the case where it doesn't work, what does ble_nus_data_send() return?

  • Hi

    A. <ble_app_lbs_nus_its_multi_role> example  

    Returns 5

    B. <ble_app_lbs_nus> example >   [Normal operation example]

    Returns 0
Related