mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #486] Feature request: ESP32 Arduino BLE tag template. #1409
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 @shuzonudas on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/486
Currently, OpenEpaperLink primarily focuses on specific e-paper driver boards. Users interested in creating custom BLE-enabled e-paper or LCD tags using ESP32 microcontrollers lack clear guidance and pre-existing examples within the project. This makes it difficult for hobbyists and developers to integrate their custom display solutions with the OpenEpaperLink ecosystem.
I propose adding support and documentation for implementing custom ESP32 BLE tags with either e-paper or generic LCD displays. This would involve:
Thank you for your continued great work on OpenEpaperLink!
@nlimper commented on GitHub (Jul 19, 2025):
I'm not very keen on this AI-generated description. If you ask AI, you can also ask it to just create such a project for you. ;-)
But anyway.
OEPL with BLE is currently not very stable. But I have some reference projects for you that uses WiFi (the AP uses multicast UDP to communicate with other AP's, but that mechanism can also be used to connect displays):
https://github.com/nlimper/TFTtag-for-OpenEpaperLink -> demonstration project: esp32 connected to a TFT screen and BLE printer (prints out OEPL screens)
https://github.com/nlimper/OEPL-ESP32-epaper -> color epaper connected to esp32
You can tinker with those projects.