-
Notifications
You must be signed in to change notification settings - Fork 75
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
Timed out waiting for SPI char #210
Comments
Are you able to share the code.py file that you're attempting to run? I don't know of any specific cause for that error message off the top of my head, but if you can share the code I can try to run it and see if I'm able to replicate the same issue in order to look further into it. |
I'm not entirely sure why this was posted here instead of on the Forum first. The repo is mostly for reporting software bugs. The issue here could be a simple wiring failure, since the project was known to be working previously. The forum has customer service techs to help diagnose issues. |
Thank you, I will appreciate your help. |
There is no wiring, it's just one board and a display attached to it with no modifications. I am sure it's software issue, however I could not find it. |
Hi,
I have strange issue with code running on Adafruit MatrixPortal M4.
At some point of time it just stopped working. Maybe a year or so there were no problems at all.
All I see it's the 'Timed out waiting for SPI char' when I do a call via requests.get to get a json.
I upgraded to the latest CircuitPython 9.1.1 and Nina 1.7.7 with no luck to solve it.
Here is debug log:
*** Get host by name
*** Get socket
Allocated socket #0
*** Socket connect mode 2
*** Open socket to hostname 443 2
*** Closing socket #0
TimeoutError
ESP32 not responding
Timed out waiting for SPI char
What else can I check?
The text was updated successfully, but these errors were encountered: