Search found 11 matches

by ash10
Tue Mar 22, 2022 12:55 pm
Forum: ESP32 boards
Topic: REPL console
Replies: 4
Views: 2379

Re: REPL console

Hi, I had a similar issue with an ESP32-S2, maybe this thread will help ?
by ash10
Tue Mar 22, 2022 12:49 pm
Forum: ESP32 boards
Topic: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"
Replies: 17
Views: 25529

Re: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"

Apologies for the late response. Last week was so busy. Sorry, I was suggesting that the firmware might be telling us something - a lack of testing perhaps? Oh, my mistake, I agree, the more testing the better, especially in light of the REPL not appearing on the UART port after flashing. I tested o...
by ash10
Wed Mar 16, 2022 11:04 am
Forum: ESP32 boards
Topic: Can't flash an ESP32-S2
Replies: 18
Views: 13636

Re: Can't flash an ESP32-S2

With a USB interface on GPIO19 and 20 would I be able to flash firmware on that port? I tried to flash firmware via GPIO19/20 and it works but the REPL still doesn't come up on the ESP-IDF interface, even after hard reset. It comes up as a COM port which you can connect to with a terminal applicati...
by ash10
Tue Mar 15, 2022 2:07 pm
Forum: ESP32 boards
Topic: Can't flash an ESP32-S2
Replies: 18
Views: 13636

Re: Can't flash an ESP32-S2

I definitely agree, like you said, you would expect the REPL to appear on the same interface you flashed on or at least an indicator of where it has moved to.

Made me question a few life choices :lol:

If you could raise a ticket please, that would be great!
I think you carry more sway :)
by ash10
Tue Mar 15, 2022 10:35 am
Forum: ESP32 boards
Topic: Can't flash an ESP32-S2
Replies: 18
Views: 13636

Re: Can't flash an ESP32-S2

I think the problem is that GPIO19 and 20 are not connected to the micro USB port because R2, R3, C4 and C5 are not populated. I think that the USB bridge is communicating the on USB_DP and USB_DN lines and the USB-OTG is communicating on GPIO 19 and 20. If this is the case then I think the fix woul...
by ash10
Tue Mar 15, 2022 3:43 am
Forum: ESP32 boards
Topic: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"
Replies: 17
Views: 25529

Re: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"

Are we being told something by the fact that the firmware doesn't actually work properly? No innuendo from my side, I was just noting that it's odd, because so far everything that I have used in MicroPython v1.18 on the S2 has worked without hassle. Figuring out the REPL took a bit of time, but onc...
by ash10
Mon Mar 14, 2022 11:48 am
Forum: ESP32 boards
Topic: Can't flash an ESP32-S2
Replies: 18
Views: 13636

Re: Can't flash an ESP32-S2

It's GPIO 19 (USB_D+) and 20(USB_D-), those are the pins that I have used on a board in development, which work.

Have a look at the ESP32-S2-MINI-1 & ESP32-S2-MINI-1U Datasheet in section 6, the schematic shows the OTG port connected to GPIO19 and 20.
by ash10
Mon Mar 14, 2022 9:22 am
Forum: ESP32 boards
Topic: Can't flash an ESP32-S2
Replies: 18
Views: 13636

Re: Can't flash an ESP32-S2

I also had this problem, the REPL becomes available on the USB-OTG port after flashing.
by ash10
Mon Mar 14, 2022 9:18 am
Forum: ESP32 boards
Topic: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"
Replies: 17
Views: 25529

Re: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"

Thanks for the effort. So I tried your suggestion, I used the official mqtt-simple library and made the appropriate changes to the "example_pub.py" file. I published to the topic using the WROOM dev board and it worked fine. from mqtt.simple import MQTTClient import time # Test reception e.g. with: ...
by ash10
Fri Mar 11, 2022 11:52 am
Forum: ESP32 boards
Topic: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"
Replies: 17
Views: 25529

Re: ESP32-S2 MQTT subscriber "OSError: [Errno 113] ECONNABORTED"

It does maintain WiFi links with no problems so far, that being said I haven't really done much besides pinging google to check that I have internet access (which I do).