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.

Linux Lighting Gateway & custom clusters



We intend to build a Lighting Coordinator / web gate way. However, we expect to encounter devices with custom attributes (like lifetime lighting hours) that we will need to make available. I have spent quite some time researching Zigbee stacks. We have lots of automation know how but little experience with Zigbee. TI appears to be the only major player that seriously invests in making Linux based developments cheaper making it our first choice.

I will (have somebody) look into the source of the ZLL. However, there is one thing, that I could not yet figure out. Suppose we go with TI USB (preferable) or UART attached interface on arm Linux, can we go all the way Zigbee-gateway-wise (i.e. implementing whatever custom cluster calls we may encounter) with an open toolchain (gcc, standard library versions and so on) or do we need anything else? I know the Z-Stack is built with the IAR compiler. Do we need this at some point? Do we need other tools? Or can we go with the ZLL code which we already built for our target platform?

  • Hi Thorsten,

    the ZigBee Lighting gateway has been specifically designed to be a ZLL certifiable reference.

    It addresses lighting applications and targets the lighting specific cluster sets.

    The implementation of the ZigBee LightLink certifiable gateway (or control bridge using ZigBee lingo) is in the embedded device (CC253x).

    If you need to add support for other clusters than lighting one and you want to use the reference ZigBee Lighting gateway as a starting point, the code on the embedded device needs to be changed so therefore IAR is needed.

    TI has also more flexible solutions of network processor configuration on the embedded side, in case of a dual chip architecture, that may be apt for your development.

    Please contact a local TI representative for more information.

    Thanks,

    TheDarkSide