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.

Any sample code for CC1110 pairing?

Other Parts Discussed in Thread: SIMPLICITI

I want to pair many end device with access point. It will have more than 1 access point. 

Let say 2 access point and each access point will pair with 2 end device.

How to pair the device to the access point and it only listen to assigned access point?

 

  • The linking (pairing) process in SimpliciTI utilizes a context window in which the link can be established.  This is accomplished via some external event, a special broadcast packet, or other similar feature.  The example project Polling_with_AP supplied with SimpliciTI shows one option to accomplishing this.  Using this project as your base, you can accomplish what you want to do by changing the Join token between the networks.  If you want your ED's to be capable of joining either network you will need to provide some means to either enter the Join token at start up or select it based on a jumper in/out on a GPIO pin.

    Jim Noxon