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

device to several host

I want to communicate four same devices with different hosts. i know that one host can communicate to seven devices and also a device is able to speak different hosts . i want that different hosts communicate with the same four devices. please help me or if you have any sample code for this.

Parents
  • In Bluetooth Low Energy (BLE) it is designed so that one link layer implementation can be connected to one master at the time. Most peripherals have one instance of link layer and hence can only be connected to one central at the same time. It can store the bonding information and disconnected/connect and it that way circulate through multiple central devices, but the nRF51822 with S110 softdevice cannot be connected to more that one central at the same time.

    You are referring to RF PIPEs and that sounds like you are talking about a proprietary radio protocol (Enhanced shockburst). If this is the case, please update this case and let us know more about what radio protocol you are using/want to use.

Reply
  • In Bluetooth Low Energy (BLE) it is designed so that one link layer implementation can be connected to one master at the time. Most peripherals have one instance of link layer and hence can only be connected to one central at the same time. It can store the bonding information and disconnected/connect and it that way circulate through multiple central devices, but the nRF51822 with S110 softdevice cannot be connected to more that one central at the same time.

    You are referring to RF PIPEs and that sounds like you are talking about a proprietary radio protocol (Enhanced shockburst). If this is the case, please update this case and let us know more about what radio protocol you are using/want to use.

Children
No Data
Related