Page 2 of 2

Re: Can't get REPL after loading micropython on ESP32-S2 Feather

Posted: Mon Jan 24, 2022 12:08 am
by karltbraun
Feels like I kind of lost control of this thread. Any help on my problem?

Re: Can't get REPL after loading micropython on ESP32-S2 Feather

Posted: Thu Feb 03, 2022 7:35 pm
by rx8pilot
It sounds like you may need to disable the USB and recompile?

I am having the same issue as the OP and still looking for a solution.

Re: Can't get REPL after loading micropython on ESP32-S2 Feather

Posted: Sun Feb 06, 2022 10:16 am
by p_j
rx8pilot wrote:
Thu Feb 03, 2022 7:35 pm
It sounds like you may need to disable the USB and recompile?

I am having the same issue as the OP and still looking for a solution.
Yes that is correct, you need to disable tinyusb and recompile.

Re: Can't get REPL after loading micropython on ESP32-S2 Feather

Posted: Wed Feb 09, 2022 3:54 am
by karltbraun
Thank you all for your posts. I see my problem now. Don't take this the wrong way - I'm still poking around with the python and microcontrollers, very much a N00b. I guess I'm just surprised I have to make a separate serial cable for the REPL, as using the USB C connector for both downloading and REPL is very simple with Circuit Python - I was just expecting it to be the same with Micropython.

Thanks again for everyone's help.