Hi,
i use the JN5189 with OM15080 USB dongle and use JN-AN1247 (v2007)
with MCUxexpresso v11.7.1 [Build 9221]
with SDK version 13330
when i use ZGWUI, to appair my device i can perform a permit join, but the LED don't blink
during the time to permit. is it normal ?
i use the device to measure temperature and humidity (cluser_id 402 and 405)
when the device is appairing, only information humidity is update but not the temperature
and i receive a problem from zigbbee stack
Type: 0x8702
(APS Data Confirm Fail)
Status: 0xF0
Source Endpoint: 0x01
Destination Endpoint: 0x01
Destination Mode: 0x02
Destination Address: 0x0000
SQN: 0x62
(humidity)
Type: 0x8102
(Attribute Report)
SQN: 0x09
Src Addr: 0x2ED2
Src Ep: 0x01
Cluster ID: 0x0405 (Unknown)
Attribute ID: 0x0000
Attribute Size: 0x0002
Attribute Type: 0x21 (UINT16)
Attribute Data: 0x1590 => OK
when i used JN5169 with JN-AN-1216, i didn't have problem to perform this operation
so Are you an idea of my problem ?
Sinceraly yours
yann
Solved! Go to Solution.
I understood my problem, information received by the tools ZGWUI is little different with older version
so with Raw data i can find my temperature sensor
Sinceraly,
i can close this post
Hi @monk_65 ,
Thanks for contacting NXP support.
Could you help to check chapter 25 of ZigBee Cluster Library User Guide? Please make sure that the relevant code and compilation options are modified according to the instructions.
And also, this link could be helpful.
If there is still some problems, please let me know.
Best regards,
Gavin
thanks for your reply
i use control bridge application and cluster is already install in JN-AN-1247
So i search again
For the first question , i found the response
So for the community , if you want to toggle orange LED when you ask a permit join to the network with OM15080
you must change in app.h
#define APP_BOARD_TEST_LED0_PIN 10 // YB modif 10 instead of 0
For the second question , i search again
Hi, @monk_65
For the first question , I found the response
==>Great job! Congratulations~ And thank you for sharing your solution for this issue.
For the second question , I search again
==>Yes, Please search it in this guide: ZigBee Cluster Library User Guide. Make sure that the relevant code and compilation options are modified according to the instructions. And also you can can refer to this link .
If still have any problem, please don't hesitate to contact us.
Best regards,
Christine.
I understood my problem, information received by the tools ZGWUI is little different with older version
so with Raw data i can find my temperature sensor
Sinceraly,
i can close this post