OpenMarine

Full Version: ADS1115 works in only one input
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use GY-ADS1115 with openplotter 0.9
ADS1115 works in only one entrance, the first active entry into the openplotter_analog.conf file.
If all inputs are active=1 only works the first
if the first input the are active=0 only works the second ...
Good to hear that someone tries the adc part.
analog_ads1115.py and ads1115.py are tools and not main part of OpenPlotter. Tools can be added manually to OpenPlotter like add-ons.

In analog_ads1115.py line 81 delete one tab it has to look like this.

Code:
for i in range(0,len(list_signalk1)):
   Erg += '{"path": "'+list_signalk_path1[i]+'","value":'+list_signalk1[i]+'},'
SignalK +=Erg[0:-1]+']}]}\n'
sock.sendto(SignalK, ('127.0.0.1', 55557))
Now all ok!
many thanks from italy