platform-espressif32 icon indicating copy to clipboard operation
platform-espressif32 copied to clipboard

Add new board ESP32-S3-ETH

Open danieljharris opened this issue 6 months ago • 3 comments

Add support for: https://www.waveshare.com/wiki/ESP32-S3-ETH

Fixes Issue: https://github.com/platformio/platform-espressif32/issues/1569

Recommended ESP32-S3-ETH config (from their site): image

danieljharris avatar Sep 18 '25 15:09 danieljharris

Hi @danieljharris, thanks for the PR. I see ESP32S3 Dev Module is used as the board on your screenshot , but in the manifest you set esp32s3eth in the variant field.

valeros avatar Sep 30 '25 12:09 valeros

Any update on this making it into the board explorer? No rush I was just curious as I've got a couple projects using these boards already and wanted to make the jump into PlatformIO.

amayhall-gloop avatar Oct 07 '25 01:10 amayhall-gloop

ESP32S3 Dev Module

From other examples such as esp32s3camlcd it looks like this approach to variant names is common. Please correct me if I am wrong and there is a better name for this. esp32s3eth better describes the variant than just dev module as there are specific configs for this variant of board recommended by the manufacturer.

danieljharris avatar Dec 02 '25 15:12 danieljharris