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
I hope I can find some help whit this error. Whenever I run my program on the Terminal of my Raspberry Pi Model A+ I get this:
Traceback (most recent call last): File "mpu9250_program.py", line 6, in <module> mpu9250 = FaBo9Axis_MPU9250.MPU9250() File "/usr/local/lib/python2.7/dist-packages/FaBo9Axis_MPU9250/MPU9250.py", line 103, in __init__ self.configAK8963(AK8963_MODE_C8HZ, AK8963_BIT_16) File "/usr/local/lib/python2.7/dist-packages/FaBo9Axis_MPU9250/MPU9250.py", line 169, in configAK8963 bus.write_byte_data(AK8963_SLAVE_ADDRESS, AK8963_CNTL1, 0x00) IOError: [Errno 121] Remote I/O error
I was able to run correctly the first time, but after a while of not using nor modifying the program this error appears.
Are there any suggestions for solving this?
The text was updated successfully, but these errors were encountered:
same, did you solved it ?
Sorry, something went wrong.
Same on a pi-nano-w
No branches or pull requests
I hope I can find some help whit this error.
Whenever I run my program on the Terminal of my Raspberry Pi Model A+ I get this:
Traceback (most recent call last): File "mpu9250_program.py", line 6, in <module> mpu9250 = FaBo9Axis_MPU9250.MPU9250() File "/usr/local/lib/python2.7/dist-packages/FaBo9Axis_MPU9250/MPU9250.py", line 103, in __init__ self.configAK8963(AK8963_MODE_C8HZ, AK8963_BIT_16) File "/usr/local/lib/python2.7/dist-packages/FaBo9Axis_MPU9250/MPU9250.py", line 169, in configAK8963 bus.write_byte_data(AK8963_SLAVE_ADDRESS, AK8963_CNTL1, 0x00) IOError: [Errno 121] Remote I/O error
I was able to run correctly the first time, but after a while of not using nor modifying the program this error appears.
Are there any suggestions for solving this?
The text was updated successfully, but these errors were encountered: