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

Optimizing technique for 50 second start up delay #13

Open
YoussofH opened this issue Jan 6, 2020 · 0 comments
Open

Optimizing technique for 50 second start up delay #13

YoussofH opened this issue Jan 6, 2020 · 0 comments

Comments

@YoussofH
Copy link

YoussofH commented Jan 6, 2020

I have got a thought and I aim to speed up the functionality when loading the payloads. So I urge the author to take in to consideration the optimizing technique described below.

The rpi-0 has a power supply, and a data supply. What if we can connect the raspberry pi zero first by the power supply port (to a power bank or a portable power supply ). Then after a while (2 hours for example) we connect the data port of the rpi-0 to the selected target (personal computer).

What will happen in this case is that the rpi-0 will boot before 2 hrs of use, allowing us to get rid of the 50 seconds delay at boot. Then the rpi-0 will detect a usb data connection then the payload will start its work without initial delay(50 seconds).

Conclusion: In this way we take advantage of the first minute.

Note: Other users might not have an rpi-0 or need to use this technique. This might be critical for a small audience though it will help people a lot.

Thanks to the author for publishing this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant