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
I am trying to run example.py on a RPi4, but when I do, I get the following error:
Traceback (most recent call last):
File "./example.py", line 13, in <module>
if not sensor.init():
File "/home/pi/ms5837-python/ms5837/ms5837.py", line 74, in init
self._bus.write_byte(self._MS5837_ADDR, self._MS5837_RESET)
IOError: [Errno 121] Remote I/O error
It appears that the ms5837 is recognized when I run i2cdetect:
I am seeing the same exact error on my RPi4 setup. I sometimes don't see the device when doing i2cdetect as well. Is this an issue with the library? Or could this be a raspberry pi issue?
Having a similar issue while using Jetson Orin Nano any fix? I can test on a Raspberry Pi 4 if necessary but my main computer to use this sensor with for was expected to be the Nano.
Hi,
I am trying to run example.py on a RPi4, but when I do, I get the following error:
It appears that the ms5837 is recognized when I run
i2cdetect
:Any ideas why I'm getting this error? Any help would be greatly appreciated!
Thanks,
Jonathan
The text was updated successfully, but these errors were encountered: