-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Errno 121] Remote I/O error #10
Comments
On the premise that Raspberry Pi Zero W 2 's I2C can be used normally:
|
Thanks for getting back to me. Here is what I was able to find out: The only line in /boot/config.txt regarding i2c is - dtparam=i2c_arm=on i2cdetect -y 1 does not detect anything (just has -- in every line) Anything else I can try? |
It turned out to be a fault Pi Zero - swapped it out with another one and it worked! Thanks |
I'm glad it's working. |
I am having the same issue:
|
Unfortunately i have the same issue. The python code for the 2in9 epd works pretty well in general but not if i use a battery attached to the back of the raspberry, called pisugar https://github.com/PiSugar/PiSugar/wiki/PiSugar2
Can someone solve this puzzle please? |
I followed all installation instructions on the wiki, including installing the
|
Followed installation instructions exactly. Raspberry Pi Zero W 2
Touch_e-Paper_HAT/python/examples $ sudo python3 TP2in9_test.py
INFO:root:epd2in9_V2 Touch Demo
INFO:root:init and Clear
INFO:root:[Errno 121] Remote I/O error
Any ideas?
The text was updated successfully, but these errors were encountered: