You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to retrieve the data from the IMU on the pi sense device using a raspberry pi 5 with raspberry pi OS. When running my python script I can retrieve the data a couple of times before it freezes.
x@x:~/projects/x $ python test.py
pitch 356.05675506100687 roll 1.9352514987228382 yaw 128.0647901829318
x@x:~/projects/x $ python test.py
pitch 356.07001800771457 roll 1.978400578474159 yaw 126.6988069904426
x@x:~/projects/x $ python test.py
pitch 0.0 roll 0.0 yaw 0.0
Hi, I am trying to retrieve the data from the IMU on the pi sense device using a raspberry pi 5 with raspberry pi OS. When running my python script I can retrieve the data a couple of times before it freezes.
This is the script I am using (test.py):
When I run
dmesg
I get the following output:Do you know why I am getting this error?
The text was updated successfully, but these errors were encountered: