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

How to connect from one Bluetooth to other Bluetooth devices

Hi,

I am using nrf51 dk  with sdk 12.3 and softdevice S130 bluetooth module using Keil IDE.In our project we need to send sensor data from the nrf51 bluetooth module to another bluetooth module which is Tivas's bluetooth module which is in dk board.so here my question is how do i need to connect with this bluetooth module by using bluetooth  address.Bcoz Tivas bluetooth will connect through bluetooth address with different module.

so plz how do i connect through bluetooth address and tell me  which example program do i need to use for this.

Parents
  • Hello,

    Is your other bluetooth device a Bluetooth Low Energy (BLE) device? Or classic bluetooth device?

    Are you able to program the other device as well? Or does it run on a fixed application?

    Are you familiar with the terms Central and Peripheral in BLE? Which one is your other device?

    Do you know if the other device connects to other devices only based on an address filter? Do you know if it uses bonding or pairing?

  • yes, the  bluetooth is Bluetooth Low Energy (BLE) device. we are using CC2564MODA Bluetooth low energy device. I can able to program this device.Here in this bluetooth device we are connecting to other device based on Bluetooth address means we are writing the bluetooth address in program in order to connect with device.Here based on the bluetooth address we can connect to any other different application device.when we are connecting to tablet we are using pairing and when we are connecting to other controller bluetooth board we are connecting through the bluetooth address.

     

Reply
  • yes, the  bluetooth is Bluetooth Low Energy (BLE) device. we are using CC2564MODA Bluetooth low energy device. I can able to program this device.Here in this bluetooth device we are connecting to other device based on Bluetooth address means we are writing the bluetooth address in program in order to connect with device.Here based on the bluetooth address we can connect to any other different application device.when we are connecting to tablet we are using pairing and when we are connecting to other controller bluetooth board we are connecting through the bluetooth address.

     

Children
Related