mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #83] Feature request: ESP32-C6/H2 based AP #1695
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 @g5pw on GitHub (Jul 13, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/83
I'd like to try and contribute an implementation of the AP protocol based only on ESP32-C6 or H2, since both models have a 802.15.4 capable radio.
Is anyone working in something similar? Is the protocol documented somewhere?
Thanks!
@jonasniesner commented on GitHub (Jul 14, 2023):
Hi, I wanted to do exactly the same thing (C6 based AP), but did not get around to it. So I would be glad if you implemented it. I started documenting the protocol here https://github.com/jjwbruijn/OpenEPaperLink/wiki/RF-protocol . The esp an Tag code also is a great starting point. If you need more information, you can DM me on Discord or ask your questions here.
@g5pw commented on GitHub (Jul 16, 2023):
Thanks! Let's leave this issue open as reference for discussion (I don't use Discord), and I'll open a pull request as soon as I have something to show. I don't have much free time, sadly, but I'll try to wrap it up before end of year; I have all the hardware I need.
@jjwbruijn commented on GitHub (Jul 17, 2023):
I'll order a C6 in anticipation ;)
@coelner commented on GitHub (Jul 18, 2023):
FYI: https://de.aliexpress.com/item/1005005688193617.html
Maybe it is for someone useful for tinkering, if available again.
@jonasniesner commented on GitHub (Aug 2, 2023):
@atc1441 ported the AP firmware to the C6