Problems with joining the zigbee network
Posted: Tue May 14, 2024 12:21 pm
Hello everyone. I have four esp32-c6 boards. I found an example of esp_zigbee_cli, which allows two devices to connect. The connection commands are as follows:
INITIATOR
> bdb -r zr
> bdb -t d
> bdb -c 11
> tlk -k 00112233445566778899aabbccddeeff
> bdb -s
> bdb -i init
> bdb -a init
> bdb -a initiator
TARGET
> bdb -r zr
> bdb -t d
> bdb -c 11
> bdb -m 10
> tlk -t help
> tlk -t 60
> tlk -k 00112233445566778899aabbccddeeff
> tlk -r help
I (47351) : RSSI threshold(default -64) of Touchlink target, which ranges from -127 to 127
I (47351) : Done
> tlk -r -54
> tlk -r get
> bdb -s
> bdb -a init
> bdb -a target
I have successfully used this code to connect two esp32-c6 devices.
Please tell me how to connect four esp32-c6 devices via the command line. Thank you in advance.
INITIATOR
> bdb -r zr
> bdb -t d
> bdb -c 11
> tlk -k 00112233445566778899aabbccddeeff
> bdb -s
> bdb -i init
> bdb -a init
> bdb -a initiator
TARGET
> bdb -r zr
> bdb -t d
> bdb -c 11
> bdb -m 10
> tlk -t help
> tlk -t 60
> tlk -k 00112233445566778899aabbccddeeff
> tlk -r help
I (47351) : RSSI threshold(default -64) of Touchlink target, which ranges from -127 to 127
I (47351) : Done
> tlk -r -54
> tlk -r get
> bdb -s
> bdb -a init
> bdb -a target
I have successfully used this code to connect two esp32-c6 devices.
Please tell me how to connect four esp32-c6 devices via the command line. Thank you in advance.