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

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
karltbraun
Posts: 7
Joined: Thu Jan 06, 2022 4:15 am

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

Post by karltbraun » Mon Jan 24, 2022 12:08 am

Feels like I kind of lost control of this thread. Any help on my problem?

rx8pilot
Posts: 12
Joined: Fri Mar 26, 2021 3:39 am

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

Post by rx8pilot » 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.

p_j
Posts: 102
Joined: Mon Aug 23, 2021 1:08 pm
Location: Sydney

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

Post by p_j » Sun Feb 06, 2022 10:16 am

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.

karltbraun
Posts: 7
Joined: Thu Jan 06, 2022 4:15 am

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

Post by karltbraun » Wed Feb 09, 2022 3:54 am

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.

Post Reply