[PR #423] [MERGED] Created new AP setup using the Lilygo T-Display-S3 board #3841

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/423
Author: @Rudios81
Created: 1/2/2025
Status: Merged
Merged: 3/4/2026
Merged by: @skiphansen

Base: masterHead: master


📝 Commits (9)

  • 0094dc1 Created new AP setup using the Lilygo T-Display-S3 board
  • 69135e7 Merge branch 'OpenEPaperLink:master' into master
  • a345d09 Merge branch 'OpenEPaperLink:master' into master
  • d84a23b Merge branch 'OpenEPaperLink:master' into master
  • 18aa5dc Merge branch 'OpenEPaperLink:master' into master
  • af5d3eb Merge branch 'OpenEPaperLink:master' into master
  • fd97b7c Merge branch 'OpenEPaperLink:master' into master
  • 064ead8 Updated UseGhz setting
  • 47c38a1 Merge branch 'OpenEPaperLink:master' into master

📊 Changes

2 files changed (+107 additions, -0 deletions)

View changed files

📝 .github/workflows/release.yml (+18 -0)
📝 ESP32_AP-Flasher/platformio.ini (+89 -0)

📄 Description

I would like to propose a new AP setup to the default available setups.
This one uses the Lilygo T-Display-S3 board with a build-in TFT display for easy AP information.

I started off by using the pinout for the Mini AP v4 setup, but found out that my T-Display-S3 did not have the correct GPIO pins free.
Therefor I changed the S3 side of the connections as follows

<html> </html>

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

Function ESP32-S3 ESP32-C6
RESET 44 EN
Tag RXD / ESP TXD 17 2
Tag TXD / ESP RXD 18 3
Debug TXD 12 16
Debug RXD 13 17
Debug Prog 21 9
## 📋 Pull Request Information **Original PR:** https://github.com/OpenEPaperLink/OpenEPaperLink/pull/423 **Author:** [@Rudios81](https://github.com/Rudios81) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@skiphansen](https://github.com/skiphansen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`0094dc1`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/0094dc12570e36a2fea59d0416f76e292ff87d0a) Created new AP setup using the Lilygo T-Display-S3 board - [`69135e7`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/69135e7bad27709289964b8fa4627ea838f79554) Merge branch 'OpenEPaperLink:master' into master - [`a345d09`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/a345d099f43b6788dd2a16a7acabf4751d661979) Merge branch 'OpenEPaperLink:master' into master - [`d84a23b`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/d84a23bf080e463419c3365d811b0d5c3571dac8) Merge branch 'OpenEPaperLink:master' into master - [`18aa5dc`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/18aa5dc58111ba7f0bc8907fc08eb0750b32e18a) Merge branch 'OpenEPaperLink:master' into master - [`af5d3eb`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/af5d3ebd8f5f840a726f1c5abc615bb7f2a567fc) Merge branch 'OpenEPaperLink:master' into master - [`fd97b7c`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/fd97b7c4e183dc91ec218c961a35d1313938caca) Merge branch 'OpenEPaperLink:master' into master - [`064ead8`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/064ead801dc40d354d807a7121bbeee9b651a535) Updated UseGhz setting - [`47c38a1`](https://github.com/OpenEPaperLink/OpenEPaperLink/commit/47c38a15d06678e79d1295e1f1415a15ab1cf5a9) Merge branch 'OpenEPaperLink:master' into master ### 📊 Changes **2 files changed** (+107 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+18 -0) 📝 `ESP32_AP-Flasher/platformio.ini` (+89 -0) </details> ### 📄 Description I would like to propose a new AP setup to the default available setups. This one uses the Lilygo T-Display-S3 board with a build-in TFT display for easy AP information. I started off by using the pinout for the Mini AP v4 setup, but found out that my T-Display-S3 did not have the correct GPIO pins free. Therefor I changed the S3 side of the connections as follows <html> <body> <!--StartFragment--> <markdown-accessiblity-table><table role="table"> <thead> <tr> <th>Function</th> <th>ESP32-S3</th> <th>ESP32-C6</th> </tr> </thead> <tbody> <tr> <td>RESET</td> <td>44</td> <td>EN</td> </tr> <tr> <td>Tag RXD / ESP TXD</td> <td>17</td> <td>2</td> </tr> <tr> <td>Tag TXD / ESP RXD</td> <td>18</td> <td>3</td> </tr> <tr> <td>Debug TXD</td> <td>12</td> <td>16</td> </tr> <tr> <td>Debug RXD</td> <td>13</td> <td>17</td> </tr> <tr> <td>Debug Prog</td> <td>21</td> <td>9</td> </tr> <!--EndFragment--> </body> </html> --- <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#3841