Re: How hard to do the following....

2017-11-03 Thread Greg Strange
Yes, a host on each Nordic processor. Nothing as complicated as a single host with multiple controllers. *Greg Strange* Software Engineering Program Lead *Synapse Product Development* A Cambridge Consultants Company mail 1511 6th Ave Suite 400, Seattle, WA 98101 direct +1-206-832-1269 ext. 3505

Re: How hard to do the following....

2017-11-03 Thread Christopher Collins
On Fri, Nov 03, 2017 at 01:56:15PM +0100, Szymon Janc wrote: > Hi, > > On Thursday, 2 November 2017 18:07:00 CET Greg Strange wrote: > > To clarify, we don't need to advertise and scan at the same time. We will > > have multiple radios with dedicated tasks. So we could have one radio > > scanning

Re: How hard to do the following....

2017-11-03 Thread Szymon Janc
Hi, On Thursday, 2 November 2017 18:07:00 CET Greg Strange wrote: > To clarify, we don't need to advertise and scan at the same time. We will > have multiple radios with dedicated tasks. So we could have one radio > scanning on a single channel, a second radio on a second channel, a third > on a

Re: How hard to do the following....

2017-11-02 Thread Greg Strange
To clarify, we don't need to advertise and scan at the same time. We will have multiple radios with dedicated tasks. So we could have one radio scanning on a single channel, a second radio on a second channel, a third on a third, and a fourth radio being a beacon. Sounds like everything is

Re: How hard to do the following....

2017-11-02 Thread will sanfilippo
I did work on the controller so I was only answering from the controller point of view and not the host. Sorry about that. Yes, you can advertise and scan “at the same time” but of course it is a half-duplex radio so during the advertising event you are not scanning. > On Nov 2, 2017, at 9:22

Re: How hard to do the following....

2017-11-02 Thread Christopher Collins
On Thu, Nov 02, 2017 at 09:10:59AM -0700, will sanfilippo wrote: > Others can correct me if I am wrong but I will attempt to answer some of > these: > > 1. Yes, the current code supports this. I know the controller supports multiple advertisers, but I don't believe this functionality is

Re: How hard to do the following....

2017-11-02 Thread will sanfilippo
Others can correct me if I am wrong but I will attempt to answer some of these: 1. Yes, the current code supports this. 2. Yes, the current code supports this assuming you want to use a different random address for each advertiser. 3. Yes, you can scan 100% of the time. Of course, if you