pc-ble-driver CODED PHY not working

Hi,

We are trying to work pc-ble-driver on Windows with CODED PHY.

it works with 1Mb PHY but not with CODED PHY.

I changed the MAX CONNECITON INTERVAL to 500, but getting error on connection of NRF_ERROR_RESOURCES.

Using nrf52840 dongle on Windows PC with connectivity FW "connectivity_4.1.4_usb_with_s140_6.1.1.hex"

Using pc-ble-driver Release 4.1.4 branch.

Attached my "main.c" used with "heart_rate_collector_sd_api_v6.exe"

Thanks,

Moshe

Parents Reply
  • Hi,

    sd_ble_gap_connect() returning NRF_ERROR_RESOURCES means either:

    - Not enough BLE role slots available. Stop one or more currently active roles (Central, Peripheral or Observer) and try again.

    or

    - The event_length parameter associated with conn_cfg_tag is too small to be able to establish a connection on the selected ble_gap_scan_params_t::scan_phys. Use sd_ble_cfg_set to increase the event length.

    It is probably the latter, can you check?

Children
Related