Default Response on JN5169

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Default Response on JN5169

2,883 次查看
nguyenanhgiau10
Contributor IV

Hi all,

I facing a problem: My coordinator not receive Default Response from any device when I send a command.
I defined:
/* Set this True to disable non error default responses from clusters */
#define ZCL_DISABLE_DEFAULT_RESPONSES (FALSE)
#define ZCL_DISABLE_APS_ACK (FALSE)

How can I resolve it?

标签 (1)
  • JN

标记 (1)
0 项奖励
回复
3 回复数

2,815 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Gia,

Could you please modify the structure directly? zcl.c file.

.
.
    psZCL_Common->eLastZpsError = ZPS_E_SUCCESS;
    psZCL_Common->bTimeHasBeenSynchronised = FALSE;
    psZCL_Common->eSecuritySupported = E_ZCL_SECURITY_NETWORK;
    psZCL_Common->bDisableAPSACK = FALSE;
.
.

Please let me know your findings.

Regards,

Mario

0 项奖励
回复

2,815 次查看
nguyenanhgiau10
Contributor IV

Hi Mario,

I just get Default Response in several time. After that, I don't get it more.

Do I need to modify source code on other device?

0 项奖励
回复

2,815 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Giau,

Could you please check the frame control field, and what is the value of the bit 4?

Could you please provide the sniffer log? 

Regards,

Mario

0 项奖励
回复