[GH-ISSUE #81] Feature request: Add second checkin after NFC or GPIO wake #2798

Closed
opened 2026-03-20 22:04:43 +01:00 by sascha_hemi · 3 comments
Owner

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

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
sascha_hemi added the enhancement label 2026-03-20 22:04:43 +01:00
Author
Owner

@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.

<!-- gh-comment-id:1627799810 --> @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.
Author
Owner

@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..."

<!-- gh-comment-id:1627808730 --> @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..."
Author
Owner

@jjwbruijn commented on GitHub (Sep 28, 2023):

Done in 2.2

<!-- gh-comment-id:1738223819 --> @jjwbruijn commented on GitHub (Sep 28, 2023): Done in 2.2
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2798