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

nrf51822 s120 Multi-link add s110 ble_uart NUS service doesn't work ?

Hi,

As title , I try to add the NUS service that show on the ble_app_uart project into Multi-link project. But it doesn't work .

I want to a central connected to at least two peripheral.what should I do ? the Operation is under SDK10 & s120 .

Thanks .

After changing the program ,I can find the NUS service.Thanks. image description

But I still have some problems. First , I can't connect it ,so i add the "ble_conn_params.h" and something setting. After this operation , I can connect it . Second, Rx service can be used , but Tx service are not lucky. image description

Parents
  • Hi, First, If the central isn't be connected to the power , I can see the peripheral on the phone. When central is connected to the power , I can't see the peripheral on the phone. So , I can sure that ble_app_multilink_peripheral & ble_app_multilink_central are working.

    Second I try to add the NUS service into ble_app_multilink_peripheral project that like files above. It also can do ble_app_multilink_peripheral & ble_app_multilink_central are working. But i can't see NUS service on the phone.

    By the way "main.c" is the project that I try to add the NUS service . "modify.txt" is the code which I modify or add.

    Thank.

Reply
  • Hi, First, If the central isn't be connected to the power , I can see the peripheral on the phone. When central is connected to the power , I can't see the peripheral on the phone. So , I can sure that ble_app_multilink_peripheral & ble_app_multilink_central are working.

    Second I try to add the NUS service into ble_app_multilink_peripheral project that like files above. It also can do ble_app_multilink_peripheral & ble_app_multilink_central are working. But i can't see NUS service on the phone.

    By the way "main.c" is the project that I try to add the NUS service . "modify.txt" is the code which I modify or add.

    Thank.

Children
No Data
Related