8 years, 9 months ago.

Detect advertising packet's signal strength with nRF51

Hi, I just wanted to ask a quick question before starting the development of a project based on the mBed platform:

Is it possible to detect incoming advertising packet's signal strength using current SDK?

My hardware is nRF51 Dongle, and I assume SoftDevice can be either S120 or S130.

EDIT:

I've been able to do this with ble.gap().startScan(callback), but the problem is that I can't seem to be able to advertise and scan the responses at the same time and doing so periodically isn't possible because ble.gap().stopScan() doesn't seem to be implemented.

Is it possible to do that some other way?

Be the first to answer this question.