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

Can central multi-link connect to several peripherals with App_Uart?

Will it be possible to get data from several (20) peripherals which have App_UART to the single Multi-Link central?

Parents Reply Children
  • Taking this forward...

    Is it possible to configure the following structure (as described in the picture below):

    1) Several Nordic acting as nrf_uart_app converting the status of the logic they are connected too, into set of UART messages

    2) A multilink Nordic device "listen" to all these devices (via BLE) and connected to a multiperipheral Nordic device via UART line (TxRx)

    3) Several smartphones with nrf Uart apk, connected to the multiperipheral device and get the information from all the Logic circuits (in real time)Multi Link to Multi Peripheral

  • There is nothing technically preventing you from doing what you have shown in the diagram. However, it depends on your requirements for "real-time". With two BLE links, one HW UART link, and multiple connections being services on both ends, the latency between the circuits and the phones will not be negligible.

Related