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
Thanks for lib! When I playing with files from examples folder everything works correctly except this Continuous mode (ADS_continuous.py). Got error as following:
Traceback (most recent call last):
File "/home/pi/examples/ADS_continuous.py", line 38, in <module>
raw = ADS.getValue()
File "/usr/local/lib/python3.9/dist-packages/ADS1x15/ADS1x15.py", line 265, in getValue
value = self.readRegister(self.CONVERSION_REG)
File "/usr/local/lib/python3.9/dist-packages/ADS1x15/ADS1x15.py", line 100, in readRegister
registerValue = self.i2c.read_i2c_block_data(self._address, address, 2)
File "/usr/local/lib/python3.9/dist-packages/smbus2/smbus2.py", line 617, in read_i2c_block_data
ioctl(self.fd, I2C_SMBUS, msg)
OSError: [Errno 121] Remote I/O error
Many Thanks!
Andrej
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for lib! When I playing with files from examples folder everything works correctly except this Continuous mode (ADS_continuous.py). Got error as following:
Many Thanks!
Andrej
The text was updated successfully, but these errors were encountered: