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

NRF51822 and CSR4.0 dongle is not connection.

I use NRF51822 Bluetooth 4.0 e-val kit. souce code is peripheral example. so, android smart phone and NRF51822 is connection. result, Pairing success. occur On_ble_evt fuction callback in source code.

but, NRF51822 and CSR4.0 dongle(bluetooth 4.0) is not connection. No occur On_ble_evt_function callback in source code. Do you know what is the problem?

Parents
  • Hi,

    I will try to summarise what we know, or that we think we know. Please confirm if it is correct, and tell us if something is wrong:

    • SDK 10.0.0
    • ble_app_ancs_c example
    • PCA10028
    • You are able to get a working connection between the PCA10028 and an Android smartphone.
    • You are unable to get a connection between the PCA10028 and a PC with a CSR4.0 dongle.

    Now some things that are not clear, that must still be answered:

    • What software are you running on the PC (with the CSR4.0 dongle)?
    • Are you able to get a connection between any other BLE device and the PC with the CSR dongle?
    • What is the educational robot? (Is it an existing product or is it something you are trying to make?)
    • Is your goal to make a robot that you can control from a PC? (And the PC is using a CSR dongle?)

    There are some BLE central examples in the SDK, under <sdk folder>\examples\ble_central\.

Reply
  • Hi,

    I will try to summarise what we know, or that we think we know. Please confirm if it is correct, and tell us if something is wrong:

    • SDK 10.0.0
    • ble_app_ancs_c example
    • PCA10028
    • You are able to get a working connection between the PCA10028 and an Android smartphone.
    • You are unable to get a connection between the PCA10028 and a PC with a CSR4.0 dongle.

    Now some things that are not clear, that must still be answered:

    • What software are you running on the PC (with the CSR4.0 dongle)?
    • Are you able to get a connection between any other BLE device and the PC with the CSR dongle?
    • What is the educational robot? (Is it an existing product or is it something you are trying to make?)
    • Is your goal to make a robot that you can control from a PC? (And the PC is using a CSR dongle?)

    There are some BLE central examples in the SDK, under <sdk folder>\examples\ble_central\.

Children
No Data
Related