Adafruit_ADS1X15
Adafruit_ADS1X15 copied to clipboard
Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator
Request you to go through [https://github.com/espressif/arduino-esp32/discussions/9413](url) Also raised a topic under Adafruit forum [https://forums.adafruit.com/viewtopic.php?p=1009695#p1009695](url)
- **Added linux support** - **I2C device use /dev/i2c-?** - **I have tested on Ubuntu 20.04@RISC-V that the data of ADS1115 can be read normally**
Sometimes Arduino stuck on ``` while (!conversionComplete()) ; ``` I think the ads1115 not responding due to some AC spikes on the input. I am planning to add time check...
I am testing this with a multimeter. Comparing this sketch: https://github.com/adafruit/Adafruit_ADS1X15/blob/master/examples/singleended/singleended.ino ...with this nearly identical sketch from a different ADS1115 library: https://github.com/wollewald/ADS1115_WE/blob/master/examples/Single_Shot/Single_Shot.ino The Adafruit library results in the multimeter showing...
Hello, using your library to make data acquisition i noticed that sometimes computeVolt return a bad result, due to some compiler optimisation, like in this output : Channel 1 and...