We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried running wavplayer on my Pico and it starts playing fine but after a few seconds it crashes the Pico with this traceback:
Traceback (most recent call last): File "wavplayer.py", line 61, in i2s_callback File "sdcard.py", line 273, in readblocks OSError: [Errno 5] `EIO
The ``only variation from your setup is that I use gpio 10,11,12 for the SD card instead of 14,15,12 I have to reboot the Pico to recover Any ideas?
The text was updated successfully, but these errors were encountered:
I think this was dodgy wiring on my breadboard causing the SD card reader to fail.
Sorry, something went wrong.
No branches or pull requests
Tried running wavplayer on my Pico and it starts playing fine but after a few seconds it crashes the Pico with this traceback:
The ``only variation from your setup is that I use gpio 10,11,12 for the SD card instead of 14,15,12
I have to reboot the Pico to recover
Any ideas?
The text was updated successfully, but these errors were encountered: