mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #248] S3_C6_NanoAP TX/RX Pins not fitting to the patformio.ini? #141
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 @TimSchimansky on GitHub (Feb 28, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/248
Describe the bug
Not able to flash the C6 from my S3
To Reproduce
Expected behavior
The expected behavior should be a working AP, but the serial output just says:
On closer inspection, I saw, that GPIO11 (S3) is connected to TX (C6) and GPIO12 (S3) is connected to RX (C6). Something is not correct here. Or maybe I have a giant twist in my head.
Additional context
I also build two devices, to check if i did not kill anything, but they have the exact same error type. For both of them, the webinterface is totally fine, but unusable, if there is no radio.
@nlimper commented on GitHub (Feb 28, 2024):
Everything works as expected. The S3 has two serial connections with the C6.
You forgot to flash the C6. For that: go to the config tab, choose update, choose 'update esp32-c6'.
@TimSchimansky commented on GitHub (Feb 28, 2024):
Ok if this info is part of the wiki, I somehow always skipped this while reading. It works now.