ESP32 connection via RShell/REPL issues #9477
Replies: 3 comments 2 replies
-
I have isolated this problem from the user code. When at REPL prompt, if some of the pins are touched with finger or if they touch on any other object this reset occurs on ESP32, I tracked it down to a bug in ESP-IDF - which appears to have been fixed in 2019, the error on screen is as follows, is there a way to disable interrupts to see whether it is a cause
|
Beta Was this translation helpful? Give feedback.
-
Again this doesn't occur when a standard C program using ESP_IDF is run - i.e not sensitive to touching the board pins or anyother issues |
Beta Was this translation helpful? Give feedback.
-
Does that happen with one of the standard firmware versions from the download site as well? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have three ESP32 board which are classified as Node MCU 32s. When I flash a ESP-IDF based C code in them and then connect using monitor - they all connect each and every time to the serial port and function without any issues.
When Micropython v1.19 is flashed on the device the following happens.
If these lines are absent - it becomes impossible to get in to REPL to transfer files.
So the issue occurs only when serial port is trying to connect - this may be related to the use of UART by REPL - can you please investigate.
Beta Was this translation helpful? Give feedback.
All reactions