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
  • You can install Nordic Command Line Tools and use the command:

    nrfjprog --memrd 0x100000A4 --n 8

    Although a little mixed up, some of those numbers is your adress. The first 4 bytes are the last digits in your address, and the two first bytes in the second chunk is the start of your address.

    Please note (marked in yellow) that 0x96 is changed to 0xD6. The reason for this is that the first to bits in this byte has to be 11 in a BLE address. 

    EDIT: 

    Note that this address is not present in the application, so you will not be able to find it if you search for it. It is a randomly generated number preprogrammed into each nRF.

Children
Related