Search found 7 matches

by karltbraun
Wed Feb 09, 2022 3:57 am
Forum: ESP32 boards
Topic: ESP32-S2 Mini Feather - which version of Micropython?
Replies: 2
Views: 6249

Re: ESP32-S2 Mini Feather - which version of Micropython?

Thanks for the reply. Apologies in advance for what might be a dumb question: is your feather board the same as what Adafruit's Huzzah? I'm having trouble keeping the various ESP32-S2 boards separate in my head. Most of the pictures I find don't match my board (I have some with the BME280 and some w...
by karltbraun
Wed Feb 09, 2022 3:54 am
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28645

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

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 RE...
by karltbraun
Fri Jan 28, 2022 1:31 am
Forum: ESP32 boards
Topic: ESP32-S2 Mini Feather - which version of Micropython?
Replies: 2
Views: 6249

ESP32-S2 Mini Feather - which version of Micropython?

I'm a little distressed to find so many version of the ESP32-S2 with the name "Feather". I guess that's more of a board profile than a model name. Anyway, I have this board I got from Adafruit and it is the ESP32-S2-mini-1 board. Does anyone know which of the ESP32-S2 versions of Micropython I shoul...
by karltbraun
Mon Jan 24, 2022 12:08 am
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28645

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

Feels like I kind of lost control of this thread. Any help on my problem?
by karltbraun
Tue Jan 18, 2022 9:35 pm
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28645

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

Not yet resolved I had this problem last year when I was compiling micropython for a custom board. I can't remember the exact details on the root cause of the problem but basically it is an issue with USB on the ESP32-S2. When you compile micropython with USB support (tinyusb) on the esp32-s2 the ch...
by karltbraun
Mon Jan 17, 2022 11:40 pm
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28645

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

USB cable.
(I've been successful with this cable, port, and setup on multiple boards, including one just like this one; although it's possible I'm screwing up the process somehow).
by karltbraun
Thu Jan 06, 2022 4:26 am
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28645

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

Greetings - I've tried several times to flash micropython on to my ESP32-S2 Feather. I've used * Adafruit web espytool * Command line espytool * Thonny install/update firmware tool all with the same results and per the instructions. After flashing the firmware, hit reset, and the serial port disappe...