mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #484] Can you use an esp32-s3 with no display to make an Spaghetti AP? #1407
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ScotsFrog1 on GitHub (Jul 18, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/484
Can you use an esp32-s3 with no display and a esp32-c6 to make an Spaghetti AP?, don't need a display, but the pinout on the non display version doesn't have pin 19 or 47, there is a RST, can this be done?
Thanks
@jonasniesner commented on GitHub (Jul 18, 2025):
You can not use a C3 you will need an S3 with 16MB of flash and 8MB of ram
@ScotsFrog1 commented on GitHub (Jul 18, 2025):
sorry is an s3
@skiphansen commented on GitHub (Jul 20, 2025):
According to this page Pin 19 is debug-txd which isn't critical but is VERY handy when things don't work. Like when your building AP from scratch.
Pin 47 is RST so you're good there.
If I were you I'd order the correct board they are cheap and might save you some grief.
The display isn't essential, but like the debug port it can be very handy.