Vous êtes sur la page 1sur 4

Work Regarding Wulian-ZigBee End-Device Binding(Sheet One)

Combine the Texas Instruments Home Automation Sample Light(Act as a Coordinator) and Sample Switch(Act as a End-Dev Successfully bound the Sample Light Coordinator and the Sample Switch End-Device Successfully Controlled the Green-LED connected with the Sample Light Coordinator through Sample Switch End-Device List of Binding Clusters Used #define ZCLSAMPLELIGHT_BINDINGLIST 2 static cId_t bindingInClusters[ZCLSAMPLELIGHT_BINDINGLIST] = { ZCL_CLUSTER_ID_GEN_ON_OFF, ZCL_CLUSTER_ID_GEN_LEVEL_CONTROL }; Maximum Number of In Clusters Used // This is the Cluster ID List and should be filled with Application // specific cluster IDs. #define ZCLSAMPLELIGHT_MAX_INCLUSTERS 4 const cId_t zclSampleLight_InClusterList[ZCLSAMPLELIGHT_MAX_INCLUSTERS] = { ZCL_CLUSTER_ID_GEN_BASIC, ZCL_CLUSTER_ID_GEN_SCENES, ZCL_CLUSTER_ID_GEN_GROUPS, ZCL_CLUSTER_ID_GEN_ON_OFF, ZCL_CLUSTER_ID_GEN_LEVEL_CONTROL }; PAN-ID Used /* Define the default PAN ID. * * Setting this to a value other than 0xFFFF causes * ZDO_COORD to use this value as its PAN ID and * Routers and end devices to join PAN with this ID */ -DZDAPP_CONFIG_PAN_ID=0xFFFF /* Minimum number of milliseconds to hold off the start of the device * in the network and the minimum delay between joining cycles. */ Communication Channel Used 11

witch(Act as a End-Device) Examples.

e Switch End-Device

Work Regarding Wulian-ZigBee End-Device Binding(Sheet Two) Try to bound the Home Automation Coordinator (with different Cluster list) with Wulian-ZigBee-End-Device List of Binding Clusters Used #define ZCLSAMPLELIGHT_BINDINGLIST 4 static cId_t bindingInClusters[ZCLSAMPLELIGHT_BINDINGLIST] = { ZCL_CLUSTER_ID_HAVC_THERMOSTAT, ZCL_CLUSTER_ID_HAVC_DIHUMIDIFICATION_CONTROL, ZCL_CLUSTER_ID_MS_TEMPERATURE_MEASUREMENT, ZCL_CLUSTER_ID_MS_RELATIVE_HUMIDITY

}; Maximum Number of In Clusters Used // This is the Cluster ID List and should be filled with Application // specific cluster IDs. #define ZCLSAMPLELIGHT_MAX_INCLUSTERS 4 const cId_t zclSampleLight_InClusterList[ZCLSAMPLELIGHT_MAX_INCLUSTERS] = { ZCL_CLUSTER_ID_HAVC_THERMOSTAT, ZCL_CLUSTER_ID_HAVC_DIHUMIDIFICATION_CONTROL, ZCL_CLUSTER_ID_MS_TEMPERATURE_MEASUREMENT, ZCL_CLUSTER_ID_MS_RELATIVE_HUMIDITY }; PAN-ID Used /* Define the default PAN ID. * * Setting this to a value other than 0xFFFF causes * ZDO_COORD to use this value as its PAN ID and * Routers and end devices to join PAN with this ID */ -DZDAPP_CONFIG_PAN_ID=0xFFFF /* Minimum number of milliseconds to hold off the start of the device * in the network and the minimum delay between joining cycles. */ Communication Channel Used 11

Conclusion(Sheet Three) Based on excercises performed, I suggest you to replace the Wulian-ZigBee-End-Device with the another qualified one.

Vous aimerez peut-être aussi