-
Notifications
You must be signed in to change notification settings - Fork 28
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
Issue with ESP-Thread-BR Example on ESP32-S3 WROOM1 (TZ-1015) #84
Comments
Hi, @vishnuprasadvp12345 , our example is used for ESP Thread Border Router Board, if you want to run it on If a uart RCP is used, please connect S3 with RCP via :
Notice: pin 17 and pin 18 have a different driver current with other GPIOs(refer to ESP32-S3 TRM chapter 6.12, page 489). If you connect the RCP with S3 using jumpers, please change the S3 Tx/Rx gpios(for example, pin 4 and pin 5). Also the default console configuration for S3 is |
I am using the ESP32-C6 for Thread networking. I flashed the RCP example code to the ESP-IDF and the Border Router example code to the ESP32-S3. I also connected the UART pins, but the code keeps resetting. |
Hi, @vishnuprasadvp12345 Ok, could you please share these informations which are useful for debugging?
|
Hi @vishnuprasadvp12345 As this mentioned:
Please have a try. |
I'm used to flashing the ESP-IDF examples, specifically the OpenThread ot_br example code, on the ESP32-C6. I can send all the commands to the board router, and it's working on the ESP32-S3. However, I'm encountering the following warnings and errors W(2596) OPENTHREAD: [W] P-RadioSpinel-: Wait for response timeout |
Hi, @vishnuprasadvp12345 for the IDF example So could you please check the pin map you used? |
uartconfig.txt |
As you shown in the config, so, the map between S3 and C6 should be like:
Did you connect the S3 with C6 like this? |
Oh, please use this config on the RCP side(C6) then have a try:
BTW: for the example |
<0x1b>[0;33mW(11663) OPENTHREAD:[W] P-RadioSpinel-: Wait for response timeout<0x1b>[0m |
Hi @vishnuprasadvp12345 , let's clear all codes, your configs and try again following these steps:
Step 2: remove all pre-built files and configures:
Step 3: check no changes for the idf:
Step 4: set target, build and flash the fimware onto esp32c6.
Then let's build and run BR on S3
Step 2: check no changes for the idf:
Step 3: set target and build
Step 4: Then connect the S3 with C6(Notice: please first flash C6 board with RCP firmware then connect it using the jumpter with S3)
like this picture:
(No need for changing any codes to run the BR example on S3)
|
its working thank you so much @zwx1995esp |
Hi all, this is my first time working with the Thread network protocol. I downloaded the ESP-Thread-BR example and flashed my ESP32-S3 WROOM1 micro-controller with the basic Thread board router example code. However, the code keeps resetting, and I am not sure what went wrong. Can anyone help me understand why the code is resetting and how to solve this issue?
THREADISSUE.txt
The text was updated successfully, but these errors were encountered: