SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
145 stars 79 forks source link

Cannot seem to configure the latest branch in platformio.ini lib_deps #704

Closed caballero03 closed 3 weeks ago

caballero03 commented 3 weeks ago

When I change the lib_deps path from SignalK/SensESP to https://github.com/SignalK/SensESP.git#latest it doesn't seem to give me the proper version. Most notably, the ads1x15 code is missing.

I am working on a project where I want to read from some ADS1115 ADC's. The ads1x15 sensor code looks great. This is what I am after in the latest branch. Which branch should I be using if I want to use the ads1x15 sensor code?

mairas commented 3 weeks ago

The latest tag is really, really old and definitely shouldn't be used. The latest released version (as provided by the SignalK/SensESP dependency) is v2 something, and v3 (currently in the dev-3 branch) is about to be released pretty soon.

SensESP hasn't had built-in support for any external hardware since the v2 release. It is fairly straightforward to provide support for any hardware you want, as long as some Arduino libraries are available. See this tutorial: https://signalk.org/SensESP/pages/tutorials/bmp280/