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

OBSERVER use timeslot cannot work

I am doing the test about timeslot with the project link text but it cannot scaninng and i found the timeslot is work because i get event NRF_EVT_RADIO_BLOCKED and it call the function btle_scan_enable_set (scan_enable);

So the timeslot is work but i cannot receive the scanf data in the LOG.and the SWI0_IRQHandler do not work.

Does somebody has same question?I use the environment that the GitHub said,i cannot find any different anymore,why it cannot scanning.

  • Hi Tornadoyun ,

    Seems that in the link, you are using the "conformance test" branch, could you switch to the master branch and test ?

    You can also think of using the S130 instead. The S130 support scanning when in connection natively, you don't have to use timeslot. You can have a look at the experimental_ble_app_multiactivity_beacon\hrs_scanner in the SDK v11.

Related