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

I am connecting multi peripherals to single central and i am using nrf53832 as central, how can i transfer the data to the central?

i am trying to connect multi peripherals to single "central" and i am using nrf52832 as central, I am using multi link central example for multiple connections but i am not able to send data as it is only meant for led blink. How  can i make multi link central to receive the data through UART? OR Is it possible to make BLE_APP_UART_CENTRAL  as multi link central? if possible how can we do it.

Thanks in advance.

Parents
  • Hi,

    Yes, it is possible to make a UART multilink central. You can use the multilink example and then add UART to it. I suggest you have a look at these two post, this and this.

    Hope this helps.

  • I have done whatever said by scott and I am not able to connect to multiple peripherals at a time. Even when I connected

    to one peripheral also it is not able to send the data to peripheral or receive from it. 


    <info> app: Multilink example started.

    <info> app: Start scanning for device name Nordic_Uart.

    <info> app: Connection 0x0 established, starting DB discovery.

    <info> app: Discovery complete.

    <info> app: Connected to device with Nordic UART Service.

    yughgh

    <error> app: app_uart_put failed for index 0x0001.

    <error> app: Fatal error

    "I am getting above error in teraterm  when trying to receive data from peripheral".

     Can u help me how can i solve this problem?

      Thanks in advance,

      Kishor.

Reply
  • I have done whatever said by scott and I am not able to connect to multiple peripherals at a time. Even when I connected

    to one peripheral also it is not able to send the data to peripheral or receive from it. 


    <info> app: Multilink example started.

    <info> app: Start scanning for device name Nordic_Uart.

    <info> app: Connection 0x0 established, starting DB discovery.

    <info> app: Discovery complete.

    <info> app: Connected to device with Nordic UART Service.

    yughgh

    <error> app: app_uart_put failed for index 0x0001.

    <error> app: Fatal error

    "I am getting above error in teraterm  when trying to receive data from peripheral".

     Can u help me how can i solve this problem?

      Thanks in advance,

      Kishor.

Children
No Data
Related