This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2540 Login and Configuration slave-master

Hi.

I am changing the keyfob example.

I want to implement a login mecanism, just a password, and another mecanism to configure a pair slave-master.

Only the configured master can connect to that slave.

Any ideas to implement these specs?

Is there any UUID to pair slave-master configuration?

Thank You

  • Hey Tiago,

    Are you looking for looking for an option other than the authentication and pairing that is already available within the BLE specfiication? There are a few different methods for authenticating connected devices. One is a passkey entry option which rqeuires a 6 digit passcode to be exchanged between the two devices in order to authenticate the connected device.

    There is some discussion on secutiry/pairing within the SW Dev Guide http://www.ti.com/lit/ug/swru271f/swru271f.pdf. That might be a good place to start to determine what you need for your application.

    -Matt

  • Hi Matt.

    I am looking for a simple way to lock communication with unwanted BLE devices.

    If there is something already implemented i missed that:(.

    I will read the pdf and if I have any doubts i will post again.

    Thank you,

    Tiago