Skip to content

List supported ESP32 boards #839

Locked Pinned Answered by MichaelDvP
zamojski asked this question in Q&A
Discussion options

You must be logged in to vote
  • Binaries are only provided for ESP32 soc.
  • Sourcecode is compatible with ESP32, ESP32S2, ESP32C3 and with a few lines addition ESP32S3,
  • Flash minimum is 4M, more is supported
  • Ethernet is only supported on ESP32 SOC.
  • RAM on ESP32S2 is to low, only boards with extra PSRAM are working, maybe with some issues.
  • PSRAM is supported for all SOCs.
  • ESP32C3 codesize for RISC-V is a bit bigger, in future there is asymetric partitioning with loader/application needed. There is a test version.
  • ESP32C2 is not supported and not planed. RAM is much to low.
  • ESP32C6, not much known today, maybe in future.
  • first USB flashing on S2, C3 works from platformio and esptool.exe, Esptool.py seems to have some isues…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by proddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Question about something
2 participants
Converted from issue

This discussion was converted from issue #838 on December 25, 2022 11:12.