Can't get REPL on ESP32-C3-13U_kit from AI-Thinker #9923
-
My environment
Tested firmware
And I tried to add these lines to sdkconfig.board, it didn't work.
See also: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You probably need to pull up Enable pin to 3.3v manually: try a piece of wire. |
Beta Was this translation helpful? Give feedback.
-
There used to be the two transistor logic on ESP boards which implemented a kind of wired XOR, so when both RTS and DTR had the same level, EN and IO0 had a high level, and by making RTS and DTR different levels, either EN or IO0 were low. In an attempt ot save a few cent, vendors started to drop this circuitry. But instead of removing the resistors, one can as well control the level of RTS and DTR at the terminal emulator. For picocom, I use the setting of e.g.:
|
Beta Was this translation helpful? Give feedback.
There used to be the two transistor logic on ESP boards which implemented a kind of wired XOR, so when both RTS and DTR had the same level, EN and IO0 had a high level, and by making RTS and DTR different levels, either EN or IO0 were low. In an attempt ot save a few cent, vendors started to drop this circuitry. But instead of removing the resistors, one can as well control the level of RTS and DTR at the terminal emulator. For picocom, I use the setting of e.g.:
picocom --q -b 115200 --noreset --lower-rts --lower-dtr