Default Response on JN5169

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Default Response on JN5169

2,887件の閲覧回数
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,819件の閲覧回数
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,819件の閲覧回数
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,819件の閲覧回数
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 件の賞賛
返信