Open kallibr44 opened 7 months ago
upd. I found what i have this problem if i use this parameter in config as i found, i should enable this parameter in order to use USB serial input on my board.
@kallibr44 ,
Noted it, I will try to reproduce it following your steps and provide a response as soon as possible.
I'm also having trouble to connect my custom code to my Home Assistant. I get those messages :
receive buffer full, drop the current ack frame.
receive buffer full, drop the current frame.
receive buffer full, drop the current ack frame.
receive buffer full, drop the current frame.
receive buffer full, drop the current ack frame.
But the example work for me. It's strange. Could you add a more specific error message ?
@Layochi , @kallibr44 ,
Based on recent findings regarding this issue, it appears that the problem might be caused by the complex network environment and insufficient running time allocated to the Zigbee task. Could you provide details on the number of devices operating on the network in your project? Additionally, are there other tasks running alongside the Zigbee task? If so, are their priorities higher than the Zigbee task, and do they consume a significant amount of running time, such as by outputting extensive logs?
It’s strange I do not have the bug anymore…
Answers checklist.
IDF version.
v5.2.1-76-gbf17be96b4
Espressif SoC revision.
can't find (command gives SyntaxError: Invalid or unexpected token)
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
esp32-c6 WIFI6 RE: 1.0 (small board)
Power Supply used.
USB
What is the expected behavior?
I'm waiting for a working example of zigbee light
What is the actual behavior?
i'm tried to run HA_ON_OFF_LIGHT example on version v5.2, but after attempting to connect i got following result in logs and device can't complete connection. I need to run this on version 5.2 in order to use the USB console in another project
Steps to reproduce.
Debug Logs.
More Information.
No response