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

Timed out waiting for SPI char #210

Open
igorky opened this issue Aug 7, 2024 · 4 comments
Open

Timed out waiting for SPI char #210

igorky opened this issue Aug 7, 2024 · 4 comments

Comments

@igorky
Copy link

igorky commented Aug 7, 2024

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?

@FoamyGuy
Copy link
Contributor

FoamyGuy commented Aug 7, 2024

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.

@T-Mosher
Copy link

T-Mosher commented Aug 7, 2024

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.

@igorky
Copy link
Author

igorky commented Aug 7, 2024

Thank you, I will appreciate your help.
code.zip

@igorky
Copy link
Author

igorky commented Aug 7, 2024

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.

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.

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

3 participants