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.

CC2530: Simple binding of a switch and a light

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Hi. I have two CC2530, one functioning as a switch and one controlling a light. I used SampleSwitch and SampleLight examples accordingly. This works.

Now, I tried to configure binding between the two: toggling genOnOff on the SampleSwitch CC2530 should toggle genOnOff on the SampleLight CC2530. This does not work.

What do I need to add to the SampleSwitch and SampleLight examples to make this work?