找回密码
 立即注册

微信扫码登录

查看: 620|回复: 1

3 endpoints

[复制链接]

23

主题

18

回帖

291

积分

华贵铂金

积分
291
发表于 2025-2-9 12:11:44 | 显示全部楼层 |阅读模式
information
说明:   建议参照本版块置顶帖内容输入必要信息
芯片型号: TLSR8258
SDK及版本: telink_zigbee_ble_concurrent_sdk_v2.4.0.1
I add 3 endpoints as below.
======================

        /* Register endPoint */
    printf("===========1===============\r\n");
        af_endpointRegister(SAMPLE_LIGHT_ENDPOINT, (af_simple_descriptor_t *)&sampleLight_simpleDesc, zcl_rx_handler, NULL);
    printf("===========2===============\r\n");
        af_endpointRegister(SAMPLE_PIR_SENSOR_ENDPOINT, (af_simple_descriptor_t *)&samplePIRSensor_simpleDesc, zcl_rx_handler, NULL);
    printf("===========3===============\r\n");
        af_endpointRegister(SAMPLE_LIGHT_SENSOR_ENDPOINT, (af_simple_descriptor_t *)&sampleLightSensor_simpleDesc, zcl_rx_handler, NULL);

        /* Register ZCL specific cluster information */
    printf("===========4===============\r\n");
        zcl_register(SAMPLE_LIGHT_ENDPOINT, SAMPLELIGHT_CB_CLUSTER_NUM, (zcl_specClusterInfo_t *)g_sampleLightClusterList);
    printf("===========5===============\r\n");
        zcl_register(SAMPLE_PIR_SENSOR_ENDPOINT, SAMPLEPIRSENSOR_CB_CLUSTER_NUM, (zcl_specClusterInfo_t *)g_samplePirSensorClusterList);
    printf("===========6===============\r\n");
        zcl_register(SAMPLE_LIGHT_SENSOR_ENDPOINT, SAMPLELIGHTSENSOR_CB_CLUSTER_NUM, (zcl_specClusterInfo_t *)g_sampleLightSensorClusterList);
    printf("===========7===============\r\n");
======================




Result :
======================
===========4===============<CR><LF>
zcl?group?register?==================?ep-1, manuCode-0x0<CR><LF>
===========5===============<CR><LF>
zcl_group?register?==================?ep-2, manuCode-0x0<CR><LF>
===========6===============<CR><LF>
===========7===============<CR><LF>
======================

But It seems that 3rd endpoint is not registered.
What is problems ?

23

主题

18

回帖

291

积分

华贵铂金

积分
291
 楼主| 发表于 2025-2-9 16:49:56 | 显示全部楼层
It is issue of ZCL_CLUSTER_NUM_MAX.
It is fixed after I change value of ZCL_CLUSTER_NUM_MAX
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Telink forum ( 沪ICP备17008231号-1 )

GMT+8, 2025-4-4 18:11 , Processed in 0.103625 second(s), 21 queries .

Powered by Telink 隐私政策

泰凌微电子版权所有 © 。保留所有权利。 2024

快速回复 返回顶部 返回列表