question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adafruit ESP32-S2 Feather wrong specification

See original GitHub issue

Hi, regarding to the specs the FeatherS2 has 16MB Flash instead of 4MB and 8MB RAM. So I think (I’m relatively new and therefore not sure) "flash_size": "16MB", , "maximum_size": 16777216, , "extra_flags": "-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue", should be correct

featheresp32-s2.json boardfile Not sure how the size of the SPI RAM can be saved in the board file. Would be nice if someone could take a look at it

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Zerceriumcommented, Jun 7, 2021
board_build.extra_flags = -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
board_upload.flash_size = 16MB
board_upload.maximum_size = 16777216
board_build.partitions = default_16MB.csv
board_build.variant = um_feathers2

works fine. Also the ESP.getFreePsram() command shows 8351975. The only problem is, that the board doesnt connect to usb, also mentioned here No USB Serial port available #4728 but this isnt a pio bug. (Tested this with the arduino framework platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.0-alpha1 is this enough? or espidf required?)

Read more comments on GitHub >

github_iconTop Results From Across the Web

FeatherS2 - ESP32-S2 Feather Development Board : ID 4769
Introducing the FeatherS2 - The full-featured ESP32-S2 based development board in a Feather format from Unexpected Maker. The FeatherS2 is a power house, ......
Read more >
Troubleshooting | Adafruit ESP32-S2 Feather
CircuitPython 7.0.0 and Later · 1 GREEN blink: Code finished without error. · 2 RED blinks: Code ended due to an exception. Check...
Read more >
Adafruit ESP32-S2 Feather - 4 MB Flash + 2 MB PSRAM
That's right - it's the new Adafruit ESP32-S2 Feather! With native USB and 4 MB flash + 2 MB of PSRAM, this board...
Read more >
Adafruit ESP32-S2 Feather with BME280 Sensor - STEMMA QT
The ESP32-S2 is a highly-integrated, low-power, 2.4 GHz Wi-Fi System-on-Chip (SoC) solution that now has built-in native USB as well as some other...
Read more >
FeatherS2 Neo - Blingy RGB ESP32-S2 Feather Development ...
Adafruit Industries, Unique & fun DIY electronics and kits FeatherS2 Neo - Blingy RGB ESP32-S2 Feather Development Board [Unexpected Maker] : ID 5629...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found