My pico W is suddenly lagging (~30 second delay) #11832
GM-Script-Writer-62850
started this conversation in
General
Replies: 2 comments 5 replies
-
oddly it stopped lagging now... maybe there is a issue with my network switch? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's hard to comment on such a large program, but one thing that comes to mind is the use of threading to interface switches. This seems to take no account of contact bounce. It's generally best to use a debounced |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This looks to be getting stuck when it uses urequest based on my led (line 126:
r=urequest.get(page)
)Note ping times:
main.py:
GPIO.py:
Beta Was this translation helpful? Give feedback.
All reactions