OpenMarine

Full Version: [SOLVED] ADS1115 Error / What am I doing wrong?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, everyone, 

I have connected an ADS 1115 and after a while I get this error message:


Code:
No humidity sensor detected
Traceback (most recent call last):
  File "/home/pi/.config/openplotter/tools/analog_ads1115.py", line 90, in <module>
    a_value[index]=ads1115.read(index)
  File "/home/pi/.config/openplotter/tools/../classes/ads1115.py", line 152, in read
    result = self.bus.read_i2c_block_data(ADS1115_address,0x00, 2)
IOError: [Errno 121] Remote I/O error

Correct values are supplied.
After some time (very different) no values are delivered.

What can I do?

Jürgen
Threat can be closed.
It was a mistake on my module. A bridge on the PCB caused the bug.
Greetings Jürgen