Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | Tweaked wake-up logic itself, repeatitions and sleepHEADmaster | Aki | |
Timeout vs counter still hate themselves. When assigned five packets, it sends four, when assigned five ticks it waits five (for now). Or the other way around... I can't count today anymore. | |||
2024-01-22 | Implemented deep sleep that does not work currently | Aki | |
Doesn't seem to react to rstime.dsleep with RST connected to GPIO16 | |||
2024-01-22 | Use a state machine to perform preparation and wakeups | Aki | |
2024-01-21 | Added makefile to handle subsequent transfers faster | Aki | |
2024-01-15 | Implemented naive scheduling | Aki | |
2024-01-14 | Config is now stored as wakeup module prototype | Aki | |
2024-01-13 | Added .venv/ directory to gitignore in case it's easier to install nodemcu ↵ | Aki | |
utils with pip | |||
2024-01-13 | Wakeups can now be called arbitrary number of times | Aki | |
Most of the state has been refactored into wakeup module in attempt to reduce impact on the elua. Sendout timer closure still has two upvalues. | |||
2024-01-13 | Implemented enough to wake up a sleepy server by connecting nodemcu to dc power | Aki | |