Hi,
I am using nrf51422 interfacing with Ti's CC256MODA Bluetooth so here can you plz tell me how to do pairing with the TI's bluetooth .How to give passcode to the device.Can you tell me the example program which does pairing with the other device.
Hi,
I am using nrf51422 interfacing with Ti's CC256MODA Bluetooth so here can you plz tell me how to do pairing with the TI's bluetooth .How to give passcode to the device.Can you tell me the example program which does pairing with the other device.
First of all I recommend to use the nRF52-DK (nRF52832) for new development, the nRF51422 have not been updated for a few years. There are various BLE examples (central and peripheral role) in the nRF5 SDK:
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/examples.html?cp=5_1_4
To provide some guidance to your question I would need to know for instance the TI CC256MODA module operating in peripheral role (advertising) or central role (scanning) for peer BLE devices?
Thanks for replying.
TI's cc256moda bluetooth is working as master and nrf5122 bluetooth is working as peripheral.
Thanks for replying.
TI's cc256moda bluetooth is working as master and nrf5122 bluetooth is working as peripheral.
You may use the glucose application as a starting point, it will output the passkey:
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_gls.html
Thanks for the reply i will try.