Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cold restart on quick door reopening #4

Open
denis-stepanov opened this issue Dec 31, 2020 · 0 comments
Open

Cold restart on quick door reopening #4

denis-stepanov opened this issue Dec 31, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@denis-stepanov
Copy link
Owner

denis-stepanov commented Dec 31, 2020

From documentation:

It is important to note that no latching for ESP8266 RST line was implemented. It takes about 0.7 s from door closure for the module to go to sleep. If the door gets opened again in less than a second from closure, the controller will likely execute a cold restart instead of waking up from sleep. The opening event would be still delivered to a user, but along with a "reboot" message. This situation has been rarely observed in practice, so it is considered a minor issue.

The task would be to review and try to compress in software the time diagram to something below 0.2-0.3 s. If that turns out to be impossible, hardware latching will have to be added.

@denis-stepanov denis-stepanov added the enhancement New feature or request label Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant