This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

piconet network creating using nrf51822

Hii , i want to communicate one master with two slave bluetooths. how can we assign a bluetooth is master or slave?

Parents
  • If you start (connectable) advertising (sd_ble_gap_adv_start() ), the device can become a peripheral (slave) if a central (master) connects to it.

    If you create a connection (sd_ble_gap_connect() ) you will be a central (master).

Reply
  • If you start (connectable) advertising (sd_ble_gap_adv_start() ), the device can become a peripheral (slave) if a central (master) connects to it.

    If you create a connection (sd_ble_gap_connect() ) you will be a central (master).

Children
Related