Topic

FAQ
Login Register
How to send "rejoin request" message to coordinator ?
May 04, 2023 14:11

/

A

/A

When I run "zb_rejoinReq(channel_mask, 3)" for sending "rejoin request" message to coordinator,

It can not send "rejoin request" message to coordinator.

How to send "rejoin request" message to coordinator ?


TL_Soyo May 09, 2023 10:01
0
/A

Hi,

  what status of the device when send zb_rejoinReq,also you can print the zb_rejoinReq return code to check what happened.

8 replies
TL_Soyo May 09, 2023 10:01
0
/A

Hi,

  what status of the device when send zb_rejoinReq,also you can print the zb_rejoinReq return code to check what happened.

JaeYong Lee [Author] May 09, 2023 10:12
0
/A

@ TL_Soyo


status of zb_rejoinReq() is ZDO_INVALID_REQUEST

JaeYong Lee [Author] May 09, 2023 13:05
0
/A

@TL_Soyo

When this device is joined on A network, I want to change channel and extended id to B network and rejoin to B network.

Thus I ran zb_rejoinReq() to B network.

TL_Soyo May 09, 2023 13:17
0
/A


you can do factory set then do direct join process to join network B,or you cannt join new network.