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
  • Sure, the whole point of standards like Bluetooth is that any device which complies can communicate with any other device which also complies with the same standard.

    But, as says, we would need far more details to be able to make any specific comments about this particular case.

    Have you studied the documentation for this "Tivas" and/or contacted the manufacturer/supplier for support on its capabilities?

  • 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