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.

ZigBee Light Link Development Kit Lamp button function.

Other Parts Discussed in Thread: Z-STACK

The wiki of the ZStack-Lighting-Kit describes the function of the buttons as :

ZStack-Lighting-1.0.x ZLight button assignment
PressFunction
Short press (<2s) permit join (advanced feature)
Medium press (>2s and <5s) Reset to Factory New
Long press (>5s) Classical Join (advanced feature)

Later on it states the factory reset is done by :

"On the ZLight: Press the switch on the sode of the ZLight for more 5s (but less than 10s). After 5s it will flash indicating it as reset."

Can anyone clarify the button functions ? Is it somewhere in the source code ?

  • Ivo,

        Sorry for the confusion, I will correct the wiki. In the meantime please reference the Z-Stack Lighting Sample Application Users Guide.pdf in the Z-Stack Lighting 1.0.2\Documents folder (from the ZStack-Lightiong-1.0.2 installer available at http://www.ti.com/tool/z-stack) for the correct button operation:

    a. Pressing the button for less than 1 second: Sets the enable permit join for 60 seconds
    b. Pressing the button for >1 second and <5 seconds: Resets to factory New
    c. Pressing the button for >5 seconds: Initiates Classical Commissioning

    Once you have installed ZStack-Lighting-1.0.2 the button functions for the Light are in zll_samplelight.c - void zllSampleLight_HandleKeys( byte shift, byte keys ).

    Regards, TC.