This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ADS1115 works in only one input
#1
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 ...
Reply
#2
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))
Reply
#3
Now all ok!
many thanks from italy
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)