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

How can I change peripheral to central mode?

I checked S130 document for using nRF51822. I want to change the nRF51822 like the following mode.

peripheral => central => scanning => peripheral => central => scanning

How can I change a peripheral to central mode? Does it use tGAP parameter that is describing the chapter 10 of S130 SoftDevice document?

And also, I want to know how I can change avcentral to scanning mode? Does it use tEEO parameter that is describing the chapter 10 of S130 document?

Thanks for any help.

Parents
  • The S130 (version 2.0.0-8.alpha) can act as both central and peripheral concurrently, and keep up to 8 connections and a broadcaster or scanner. That means that as long as you stop broadcasting before you start scanning and vise-versa, there are no limitations to the configuration you describe. When and how you switch between roles are application dependant, do it is difficult to give any specific advice.

Reply
  • The S130 (version 2.0.0-8.alpha) can act as both central and peripheral concurrently, and keep up to 8 connections and a broadcaster or scanner. That means that as long as you stop broadcasting before you start scanning and vise-versa, there are no limitations to the configuration you describe. When and how you switch between roles are application dependant, do it is difficult to give any specific advice.

Children
Related