[PR #487] Add support for WaveShare ESP32-S3-ETH board #2750

Open
opened 2026-03-20 21:08:38 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/487
Author: @fl0eb
Created: 8/2/2025
Status: 🔄 Open

Base: masterHead: ESP32-S3-ETH


📝 Commits (2)

  • f49cd46 Adding support for Waveshare ESP32-S3-ETH
  • 467a601 Adding support for Waveshare ESP32-S3-ETH

📊 Changes

4 files changed (+120 additions, -9 deletions)

View changed files

📝 ESP32_AP-Flasher/include/wifimanager.h (+5 -0)
📝 ESP32_AP-Flasher/platformio.ini (+74 -0)
📝 ESP32_AP-Flasher/src/main.cpp (+2 -1)
📝 ESP32_AP-Flasher/src/wifimanager.cpp (+39 -8)

📄 Description

This adds a build config for the WaveShare ESP32-S3-ETH

  • Can be be plugged into a network rack or wall socket, no need for a separate power supply.
  • Great for setups where you want to use SubGHz in a server rack (with an external antenna) or to scatter boards around on RJ45 wall sockets for Bluetooth coverage.
  • Only costs around 20 $/€/£ on AliExpress
  • Has two SPI buses which are allocated for the C6 communication and the W5500 Ethernet chip.
  • The SD card is accessed via the native MMC interface to work around the two SPI limitation

Let me know if anything needs adjusting


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/487 **Author:** [@fl0eb](https://github.com/fl0eb) **Created:** 8/2/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `ESP32-S3-ETH` --- ### 📝 Commits (2) - [`f49cd46`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/f49cd464c34be8fff5e0e79117afc599b33179d9) Adding support for Waveshare ESP32-S3-ETH - [`467a601`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/467a6011991bd2242d747f79b98aa4a34cf2a3d4) Adding support for Waveshare ESP32-S3-ETH ### 📊 Changes **4 files changed** (+120 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `ESP32_AP-Flasher/include/wifimanager.h` (+5 -0) 📝 `ESP32_AP-Flasher/platformio.ini` (+74 -0) 📝 `ESP32_AP-Flasher/src/main.cpp` (+2 -1) 📝 `ESP32_AP-Flasher/src/wifimanager.cpp` (+39 -8) </details> ### 📄 Description This adds a build config for the WaveShare ESP32-S3-ETH - Can be be plugged into a network rack or wall socket, no need for a separate power supply. - Great for setups where you want to use SubGHz in a server rack (with an external antenna) or to scatter boards around on RJ45 wall sockets for Bluetooth coverage. - Only costs around 20 $/€/£ on AliExpress - Has two SPI buses which are allocated for the C6 communication and the W5500 Ethernet chip. - The SD card is accessed via the native MMC interface to work around the two SPI limitation Let me know if anything needs adjusting --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
sascha_hemi added the pull-request label 2026-03-20 21:08:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2750