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

Connection parameters for higher success rate of connecting device with lower broadcast power

I am using MasterEmulator.dll for connecting to pear device.

I am using nRF51 Dongle and pear device is nRF52 custom board.

The pear device is advertising at very low power. So while connecting to it fails sometimes.

I am looking for any internal settings for which there are fewer chances of not able to connect to the devices.

Right now the connection parameters are 

connectionParams.ConnectionIntervalMs = 11.25;
connectionParams.ScanIntervalMs = 250;
connectionParams.ScanWindowMs = 200;

Is there any changes which I get reduse the chances of Connection failuer.

Related