mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #123] Automatic reconnect #2267
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 @Draexl on GitHub (Sep 2, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/123
My tags (with JSON template) no longer automatically connect to the AP after it has been unplugged for a long time.
Process:
I unplug the AP. Three/four days later I connect it to electricity.
Unfortunately, the tags no longer connect even after hours. I have to take out the batteries.
What are the specifications for the Autoconnect? What could I set so that the tags connect automatically?
@nlimper commented on GitHub (Sep 2, 2023):
To save energy, if tags cannot find an access point, they keep trying for a while, but the time between tries gets bigger.
https://github.com/jjwbruijn/OpenEPaperLink/blob/master/zbs243_Tag_FW/powermgt.h#L35
So, in the end it only wakes up once a day to try to find an AP. This is by design, because searching all channels for an active AP is a task that's not very battery-friendly.