[PR #418] [CLOSED] add support for waveshare ESP32-S3-ETH board #3839

Closed
opened 2026-03-20 23:08:31 +01:00 by sascha_hemi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OpenEPaperLink/OpenEPaperLink/pull/418
Author: @mhwlng
Created: 12/22/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 79c0bbd add support for waveshare ESP32-S3-ETH board

📊 Changes

11 files changed (+275 additions, -25 deletions)

View changed files

📝 ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/compile.ps1 (+1 -1)
📝 ARM_Tag_FW/OpenEPaperLink_esp32_H2_AP/compile.ps1 (+1 -1)
ESP32_AP-Flasher/compilewaveshareeth.ps1 (+53 -0)
📝 ESP32_AP-Flasher/include/SPIFFSEditor.h (+5 -1)
📝 ESP32_AP-Flasher/include/web.h (+5 -1)
📝 ESP32_AP-Flasher/platformio.ini (+65 -0)
📝 ESP32_AP-Flasher/src/main.cpp (+6 -2)
📝 ESP32_AP-Flasher/src/serialap.cpp (+5 -1)
📝 ESP32_AP-Flasher/src/system.cpp (+8 -4)
📝 ESP32_AP-Flasher/src/udp.cpp (+24 -4)
📝 ESP32_AP-Flasher/src/web.cpp (+102 -10)

📄 Description

There is a new environment ESP32_S3_16_8_WAVESHARE_ETH_AP

C6 firmware is the same as for yellow AP

C6 WAVESHARE ETH
GND GND
3V 3V
RST EN FLASHER_AP_RESET IO21
2 FLASHER_AP_TXD IO16
3 FLASHER_AP_RXD IO0
9 GPIO9 FLASHER_DEBUG_PROG IO17
TX GPIO16 FLASHER_DEBUG_TXD IO18
RX GPIO17 FLASHER_DEBUG_RXD IO15

🔄 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/418 **Author:** [@mhwlng](https://github.com/mhwlng) **Created:** 12/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`79c0bbd`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/79c0bbd7b4f470a28ca5a7d13bb7f0c94f69d43b) add support for waveshare ESP32-S3-ETH board ### 📊 Changes **11 files changed** (+275 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_C6_AP/compile.ps1` (+1 -1) 📝 `ARM_Tag_FW/OpenEPaperLink_esp32_H2_AP/compile.ps1` (+1 -1) ➕ `ESP32_AP-Flasher/compilewaveshareeth.ps1` (+53 -0) 📝 `ESP32_AP-Flasher/include/SPIFFSEditor.h` (+5 -1) 📝 `ESP32_AP-Flasher/include/web.h` (+5 -1) 📝 `ESP32_AP-Flasher/platformio.ini` (+65 -0) 📝 `ESP32_AP-Flasher/src/main.cpp` (+6 -2) 📝 `ESP32_AP-Flasher/src/serialap.cpp` (+5 -1) 📝 `ESP32_AP-Flasher/src/system.cpp` (+8 -4) 📝 `ESP32_AP-Flasher/src/udp.cpp` (+24 -4) 📝 `ESP32_AP-Flasher/src/web.cpp` (+102 -10) </details> ### 📄 Description There is a new environment ESP32_S3_16_8_WAVESHARE_ETH_AP C6 firmware is the same as for yellow AP | C6 | | WAVESHARE ETH | |-------------|----------------------------|----------| | GND | | GND | | 3V | | 3V | | RST EN | FLASHER_AP_RESET | IO21 | | 2 | FLASHER_AP_TXD | IO16 | | 3 | FLASHER_AP_RXD | IO0 | | 9 GPIO9 | FLASHER_DEBUG_PROG | IO17 | | TX GPIO16 | FLASHER_DEBUG_TXD | IO18 | |RX GPIO17 | FLASHER_DEBUG_RXD | IO15 | --- <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 23:08:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#3839