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

NRF52 multihub

Hello !

So i have a nrf52 device, and i would like to know if there is a possibility to us it as a multi hub devices.
ie: two nrf52 devices, one programmed with ble_app_uart_c and another one with ble_app_uart. i want to connect the ble_app_uart_c one with a computer at the same time so that i can receive data from the slave via bleutooth and then send it to my computer via usb

thank you for your help

Parents
  • Hello,

    I believe this is what the ble_app_uart_c example does. It connects to a device running ble_app_uart, and prints whatever data it receives on the Nordic UART Service via the UART over USB to the computer. I don't think I got your explanation just right. Maybe you can clarify?

    Best regards,

    Edvin

  • Hello!

    Actually your answer was good thank you so much.

    There is only one thing, if i want to save the received data in a txt file for example im my computer

    Is there a specific way to do it rather than saving Putty's screen output in a log file ?

    For example if i receive "hello world" in the central.

    I would like to be able to find a data.txt file somewhere in my computer containing "hello world"

    Thank you again

Reply
  • Hello!

    Actually your answer was good thank you so much.

    There is only one thing, if i want to save the received data in a txt file for example im my computer

    Is there a specific way to do it rather than saving Putty's screen output in a log file ?

    For example if i receive "hello world" in the central.

    I would like to be able to find a data.txt file somewhere in my computer containing "hello world"

    Thank you again

Children
Related