Search found 5 matches

by Anton Gudkov
Tue May 21, 2024 1:47 pm
Forum: ESP-IDF
Topic: Formation of a centralized network zigbee
Replies: 1
Views: 587

Re: Formation of a centralized network zigbee

It turned out to create a network! It is not possible to join the centralized network. Coordinator: > > bdb -r zc I (7636) : Coordinator role set > bdb -t c I (23866) : Set centralized network I (23866) : Done > bdb -c 11 I (35326) : Setting channel to 11 > bdb -h 0x00000800 I (53026) : Set primary ...
by Anton Gudkov
Tue May 21, 2024 1:26 pm
Forum: ESP-IDF
Topic: Formation of a centralized network zigbee
Replies: 1
Views: 587

Formation of a centralized network zigbee

Good afternoon. I have four esp32-c6 boards. I tried to create a centralized network through the example cli (the code is given below), so that later I could connect to it with the remaining three, but I can't do it. Any idea why? ESP-ROM:esp32c6-20220919 Build:Sep 19 2022 rst:0xc (SW_CPU),boot:0xc ...
by Anton Gudkov
Wed May 15, 2024 10:46 am
Forum: General Discussion
Topic: Problems with joining the zigbee network
Replies: 2
Views: 781

Re: Problems with joining the zigbee network

Thanks for the help. With this configuration, only one of the three boards is connected. Are there any other options?
by Anton Gudkov
Tue May 14, 2024 12:21 pm
Forum: General Discussion
Topic: Problems with joining the zigbee network
Replies: 2
Views: 781

Problems with joining the zigbee network

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 initiat...
by Anton Gudkov
Sat Nov 18, 2023 1:11 pm
Forum: General Discussion
Topic: An error occurs when using the internal DAC and ADC with the classic HFP profile
Replies: 0
Views: 618

An error occurs when using the internal DAC and ADC with the classic HFP profile

The hfp profile works great with the external es8388 codec on the lyrat 4.3 board. I would like to use the internal 8-bit DAC, but when opening an audio connection the following error occurs: E (1466959) BT_APP_HF: bt_app_send_data_timer_cb xSemaphoreGive failed W (1466965) BT_BTM: SCO xmit Q overfl...