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

Central beacon device with multiple peripherals

Hello.

I need to create multiple btle apps with support for the following network topology:

  • 1 btle sensor node; it implements hrs and bas services

  • 1 btle sensor node; it implements bps and bas services

  • 1 btle sensor node; it implements hts and bas services

  • 1 beacon-collector node; it implements the corresponding client-side services and must connect to all sensor nodes.

The beacon-collector node must transmit continuously broadcast advertising packets. All sensor nodes must be able to receive broadcast packets transmitted by the beacon-collector node.

Is it possible ? How can I do it ?

I'm using 4 nRF52 DK, nRF5 SDK v12.2.0 and S132 SoftDevice v3.0.0.

Related