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

Discovery failed with nRF51-DK and MasterEmulator dll

Hi

I try to write an application in C# with the MasterEmulator dll (Version 2.1.12.6). It works with the dongle, but not with the nRF51-DK. I can open the Device but I can't start discovery. I always get the error "Failed to start device discovery". The Pin P.030 is connected to GND. I have tried the MasterEmulator examples with the same result.

But with the MasterControlPanel it works without any problems.

What am I doing wrong or it is not possible at all?

Content of Log File: 39;14:23:43.7745 [] Device discovery 40;14:23:43.7945 [] HCI command: BTLE_CMD_LE_SET_SCAN_PARAMETERS, ScanType: BTLE_SCAN_TYPE_PASSIVE, ScanInterval: 250ms, ScanWindow: 200ms, OwnAddressType: BTLE_ADDR_TYPE_PUBLIC, FilterPolicy: BTLE_SCAN_FILTER_ACCEPT_ANY 41;14:23:43.7975 [] Serial port write: 01-0B-20-07-00-90-01-40-01-00-00 42;14:23:45.2017 [] Failed to start device discovery

Related