mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #81] Feature request: Add second checkin after NFC or GPIO wake #2798
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 @jonasniesner on GitHub (Jul 9, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/81
For some applications it could be beneficial to initiate a second checkin for new content after a GPIO/NFC wake.This way externally generated content(for example from Home Assistant) could quickly be displayed after a button press without waiting for the next regular timed window. This feature could be implemented without changing the tag firmware. The delay between second and initial checkin should be configurable to be able to adopt to different external content generation systems
@nlimper commented on GitHub (Jul 9, 2023):
A change in tag fw is needed for this. The checkin-delay time that can be communicated to the tag is in minutes, with ‘0’ being no extra delay, so 40 seconds. But I agree, it would be nice to have a shorter delay after gpio/nfc/rf-wake up.
In addition: imagine a new datatype to load an image without displaying it. That way you can pre-load an image, and quicky display it (using the md5 hash) after a user initiated wake-up.
@jonasniesner commented on GitHub (Jul 9, 2023):
sounds like a nice idea, in theory it could be instant by allowing the user to assign an md5 to different "actions" like wakeup by rf/gpio/nfc or maybe even a no ap event or a timer or even on boot. This preloading could be used for so many things... And maybe also could be invoced over rf as a "display image with md5 of..."
@jjwbruijn commented on GitHub (Sep 28, 2023):
Done in 2.2