NordicPlayground / nRF51-multi-role-conn-observer-advertiser

Runs an Observer or Advertiser role (timeslot API) with a Connection. Provides a HCI interface to the Observer and Advertiser. Advertiser provides SCAN REQs back to application.
42 stars 25 forks source link

How can go advertising at observer example ? #5

Open itrs opened 9 years ago

itrs commented 9 years ago

in observer example , if line 177 //nrf_adv_conn_init ();

uncommented the observer can't get any SW0 interrupt anymore that means observer is not working.

What's correct setup to be able to keep observer but at some time point do advertising ?

trond-snekvik commented 9 years ago

Sorry for the delay on this. We plan to restructure the project somewhat, to allow interchangeable roles in the timeslots, instead of having two different projects in one. This will be addressed as part of that change.