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

Connecting multiple devices

Hi,

I am working on my bachelor thesis, where I have multiple sensors in different places attached to a nrf52. Till now I could establish a connection between a phone and the nrf52. My main goal is to transfer the data to a telephone, however each sensor also suppose to exchange information between each other.

Phone1 <---> sensor1
               ^
               |
Phone2 <--->sensor2
         .
         .
         .

Is there a sample application?

Regards,

Bungi

  • Hi Tarlos,

    Take the ble_app_hrs_rscs_relay example in ble_central_and_peripheral directory as a starting point and you can achieve what you want with modifications. You need your device to have both central and peripheral capabilities to talk to phone and also each other. But remember one device cannot talk to a phone and other device both as peripheral as our softdevice supports only one peripheral role. Unfortunately the documentation is still under progress, but we can help you as you go. Good Luck

Related