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

Busy Wait error - Line 323/333 #174

Open
KRuddPM opened this issue Sep 1, 2023 · 4 comments
Open

Busy Wait error - Line 323/333 #174

KRuddPM opened this issue Sep 1, 2023 · 4 comments

Comments

@KRuddPM
Copy link

KRuddPM commented Sep 1, 2023

Had my Inky Impressions working for weeks, and today I've loaded the script up and I'm getting the following error:

/usr/local/lib/python3.9/dist-packages/inky/inky_uc8159.py:323: UserWarning: Busy Wait: Held high. Waiting for 0.20s
  warnings.warn("Busy Wait: Held high. Waiting for {:0.2f}s".format(timeout))
/usr/local/lib/python3.9/dist-packages/inky/inky_uc8159.py:333: UserWarning: Busy Wait: Timed out after 0.20s
  warnings.warn("Busy Wait: Timed out after {:0.2f}s".format(time.time() - t_start))

I have looked through the Issues here, and tried adjusting the timeout on the inky_uc8159.py script, but I still get the same error.

I have the Inky connected directly to the PIs GPIO pins, with no other IO.

Any help would be appreciated.

@SamKingDev
Copy link

Did you manage to get anywhere with this?

@Animeefan
Copy link

Any progress on this issue or a related issue?

@admga
Copy link

admga commented Jan 2, 2025

Same issue here, using a Raspberry Pi 4.

@Animeefan
Copy link

So, recently the issue was resolved for me by changing the RPi board. Originally used a Zero 2W but then switched to a Pi4 and later to a different Zero 2W. Worked on both of them. I suppose there was likely a short on my gpio that caused the busy wait error.

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

4 participants