Struggling with ESP32-S2 #94
-
My top line question is has anyone been able to get one of the examples to work on the adafruit QT PY ESP32-S2, adafruit ESP32-S2 or adafruit ESP32-S2-TFT? I have have perfect success getting examples (and my changes) to run on a variety of other ESP32's and ESP8266's, but the three previously mentioned adafruit board all end in the same spot: ESPAsync_WiFiManager v1.12.2 I have loaded LittleFS and SPIFFS tests on all of these boards, so I know they work. ESP 2.0.3, ESPAsync_WiFiManager v1.12.2, LittleFS_esp32 1.0.6, ESP_DoubleResetDetector 1.3.1, ArduinoJSON 6.19.4 What might I be missing in my setup? Is there something peculiar to the adafruit boards? Some "I've been staring at this too long" thing in my setup :) THANKS! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Tobidogger Check ESP32-S2 ESPAsync_WiFiManager & CircuitPython Alternative It seems there is some issues with Adafruit ESP32-S2 (Feather S2, Feather S2 TFT, Metro S2, Funhouse, Magtag, QT PY S2, etc.) firmware, and you'll have to wait for PR update adafruit boards tinyuf2 and partition scheme #6770. I'm sorry I don't have those boards to know what's actually wrong with them. Post the issue on Adafruit Forum for help. Good Luck, |
Beta Was this translation helpful? Give feedback.
-
My other account is blocked here for some reason...but this is what I figured out, leaving this here for others:
The key seems to be the "board_build.flash_mode = qio" Core 6.0.2·Home 3.4.2 for platformio working on all my adafruit esp32-s2's (feather, tft, qt specifically) |
Beta Was this translation helpful? Give feedback.
Hi @Tobidogger
Check ESP32-S2 ESPAsync_WiFiManager & CircuitPython Alternative
It seems there is some issues with Adafruit ESP32-S2 (Feather S2, Feather S2 TFT, Metro S2, Funhouse, Magtag, QT PY S2, etc.) firmware, and you'll have to wait for PR update adafruit boards tinyuf2 and partition scheme #6770.
I'm sorry I don't have those boards to know what's actually wrong with them. Post the issue on Adafruit Forum for help.
Good Luck,