-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I flashed the zigbee_gateway example to the ESP32, but it keeps restarting during operation. #328
Comments
The log indicates that the RCP is not well connected to the Host SoC, could you double check your hardware setup, and the RCP firmware is flashed correctly. You may refer to the following links: |
Is this RCP mandatory? In other words, do I need an additional ESP32-H besides the ESP32 |
Yes, it's mandatory, since there is no 802.15.4 (zigbee) radio in ESP32. Zigbee interface is required to build a Zigbee Gateway. esp-zigbee-gateway-board is recommened to run the example, otherwise you need to connect two standalong SoCs manually. |
Okay, thank you for your response. I'll give it another try once I'm ready. |
Closing this since an answer has been provided. |
Answers checklist.
IDF / ESP32-Arduino version.
ESP-IDF v5.3
Operating System used.
Linux
How did you build your project?
Command line with idf.py
Development Kit.
esp32
What is the expected behavior?
can running success.
What is the actual behavior?
It keeps restarting.
Steps to reproduce.
...
in examples/zigbee_gateway use "idf.py build"
then flash to esp32
Power-on start
Then I checked the logs and found that it keeps restarting.
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: