|
information
说明: |
建议参照本版块置顶帖内容输入必要信息 |
芯片型号: |
TLSR8258 |
SDK及版本: |
ZigBee SDK v3.7.1.1 |
I have the following configuration:
sampleGW as coordinator
sampleLight as router
TS0203 (door sensor) as endDevice.
I control sampleGW and smapleLight though HCI serial interface.
sampleLight working with sampleGW correctly.
sampleGW working with TS0203 endDevice correctly.
sampleGW and sampleLight devices have more than 15 meters reliable range, TS0203 only 3-4 meters.
Therefore, i put TS0203 close to sampleLight, and out of range of sampleGW. If i press the button to join on TS0203, sampleGW does not receive anything (i expected to get Announce through sampleLight).
On both sampleGW and sampleLight called zbhci_MgmtPermitJoinReq(0xFFFC, 0xFF, 1);
enabling join without time expiration.
Do i need to call some other functions on sampleLight side to enable routing through it?
|
|