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

Not able to connect the Bluetooth to other device

Hi,

I  am using NRF51422  dk board in our project.We are using SDK 12.3 version , soft device S130 and keil u vision. Here the problem is I am not able to connect the bluetooth with other controller (Tiva's controller) Bluetooth. i am using the example program ble_central/ ble_multilink central example program.So here the nrf51422 board is used as central and ti's board is used as peripheral  where i am advertising the Bluetooth name. But the nrf51422 board which is scanning not able to connect the bluetooth through device name .can you plz tell me how to connect to ti's board bluetooth device. Or is there is any way to connect with the ti's board  bluetooth.plz help me to resolve the issue.

Parents
  • Note that nRF51 is rather old, and not recommended for new BLE designs:

    https://devzone.nordicsemi.com/f/nordic-q-a/42960/status-of-nrf51-products/169728#169728

    Are you sure that the TI device is not requiring any "newer" BLE features that the nRF51 doesn not support?

    How have you verified that the TI board is actually working, and does actually accept connections?

    eg, can you see it, and connect to it using nRF Connect ?

    How have you verified that your nRF51 code is working?

    eg, can it connect to a standard Nordic example?

    Can it see the TI device advertising?

    the nrf51422 board which is scanning not able to connect the bluetooth through device name

    So what, exactly, are you doing?

    What debugging have you done?

    Are you getting any errors returned - on the nRF51 and/or the Tiva?

    Others have had success:

    https://devzone.nordicsemi.com/f/nordic-q-a/51786/how-to-connect-from-one-bluetooth-to-other-bluetooth-devices

  • Thanks for the reply.Yes i have checked the Ti's board Bluetooth is working, tried to connect through Blueterm app ,which is connecting and transmitting the data.

    With the example program of ble_peripheral/ ble_app_uart  it is working means the data is transmitting and sending through  nrfconnect app.

    verified that your nRF51 code is working- No, i didn't check.I am trying this example program ble_central/experimental/ble_app_blinky  which is central and which is scanning for peripheral device name "Nordic_blinky"

    in the example program so,i have changed the device name to "Tibluetooth" so it has to scan for this device name and should connect. But it is only scanning means the led1 is on (meant for scanning in the example program).Where the device name is advertising as "Tibluetooth' 

    Trying to pair the bluetooth through device name and i am not getting any errors .plz tell me how to do

Reply
  • Thanks for the reply.Yes i have checked the Ti's board Bluetooth is working, tried to connect through Blueterm app ,which is connecting and transmitting the data.

    With the example program of ble_peripheral/ ble_app_uart  it is working means the data is transmitting and sending through  nrfconnect app.

    verified that your nRF51 code is working- No, i didn't check.I am trying this example program ble_central/experimental/ble_app_blinky  which is central and which is scanning for peripheral device name "Nordic_blinky"

    in the example program so,i have changed the device name to "Tibluetooth" so it has to scan for this device name and should connect. But it is only scanning means the led1 is on (meant for scanning in the example program).Where the device name is advertising as "Tibluetooth' 

    Trying to pair the bluetooth through device name and i am not getting any errors .plz tell me how to do

Children
Related