Search found 3 matches

by nadvorvo
Thu Jan 20, 2022 10:52 am
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28660

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

Hi p_j, I really appreciate the support you’ve given me. In my HW I have connected right pins (PIN37,38) and it is functional. I am able to flash chip using ESP-PROG. (Also blink tutorial using esp-idf functional) When I flash ESP32_S2_WROVER-20220117-v1.18.bin there is no REPL on pins 37,38. Same w...
by nadvorvo
Tue Jan 18, 2022 6:57 pm
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28660

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

Hi p_j, Thank you for your reply. I am not using feathers2. I am using ESP32-S2-WROVER. GPIO43,44 are used for programing (connected over usb-serial cable). I expect REPL will be available on same pins (GPIO43,44)? I will try webrepl tomorrow. Thank you in advance for your assistance. Regards, Vojte...
by nadvorvo
Tue Jan 18, 2022 1:43 pm
Forum: ESP32 boards
Topic: Can't get REPL after loading micropython on ESP32-S2 Feather
Replies: 13
Views: 28660

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

Hi @karltbraun, have you solved the issue? I am facing same problem: flashed ESP32_S2_WROVER-20220117-v1.18.bin to my ESP32-S2-WROVER esptool.py --chip esp32s2 --port COM7 erase_flash esptool.py --port COM7 flash_id esptool.py --chip esp32s2 --port COM7 -b 460800 write_flash -z 0x1000 ESP32_S2_WROVE...