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

How to broadcasting to all peripherals in the S120 multiplink example

Hi, I am modify the S120 multi-link UART example code (code is available here), and just noticed a problem that the central is only able to send the UART data to the last connected peripheral. How can I make the central to broadcast the UART data to all the connected peripherals? Thanks a lot for your help, jack

Parents
  • The above code is based on SDK8. I also tried with the SDK11 ble_app_uart_c example, I have changed the CENTRAL_LINK_COUNT number to 2 and the associated RAM setting. However, I still can only get one device connect each time. Any idea why is that? I am looking for an example that is able to do the UART for multiple peripherals (broadcasting downstream). Thanks

Reply
  • The above code is based on SDK8. I also tried with the SDK11 ble_app_uart_c example, I have changed the CENTRAL_LINK_COUNT number to 2 and the associated RAM setting. However, I still can only get one device connect each time. Any idea why is that? I am looking for an example that is able to do the UART for multiple peripherals (broadcasting downstream). Thanks

Children
No Data
Related