mxtommy / SigkSens

ESP8266 based SignalK Wifi Sensors
Apache License 2.0
38 stars 8 forks source link

Using more than one ADS1115 #85

Closed doccodyblue closed 4 years ago

doccodyblue commented 4 years ago

I have a setup with 2 ADS1115, one at 0x48 and one at 0x49. By default only the first ADS is detected.For a battery monitor you sometimes will need more than 2 differential ports. (Maybe 3 batteries, currents and a solar)

Is there a way to poll both sensors already implemented?

ba58smith commented 4 years ago

I don't think any of the SigkSens sensors can be used like that (more than one of them installed). You would have to use two ESP's. You could do it with https://github.com/SignalK/SensESP.