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 Reply
  • ..\..\..\main.c(54): error:  #5: cannot open source input file "nordic_common.h": No such file or directory

    Why i am getting this type of error?

    so, i tried the include the path in option for target tab and selected c/c++ option  in this i have included the 

    nordic_common.h path and again i am getting

    \..\..\main.c(54): error:  #5: cannot open source input file "ble..h": No such file or directory is coming as error so this error keep on getting as error but with different header file. Can u tell me how to resolve this issue? 

Children
Related