-
Hello everyone,
I am a little bit confused by the SINGLE and CONTINUOUS mode of ads1115.
I use the following code to test.
```python
import time
import board
import busio
import adafruit_a…
-
BPO | [42928](https://bugs.python.org/issue42928)
--- | :---
Nosy | @gvanrossum
Files | [ada_dbg1.py](https://bugs.python.org/file49741/ada_dbg1.py "Uploaded as text/plain at 2021-01-14.15:53:32 by jb…
-
Issue #22 added this handy method for setting the I2C clock, however, it might be incomplete.
Section 9.5.1.3 (page 23) of [the datasheet](https://www.ti.com/lit/ds/symlink/ads1115.pdf) says that w…
-
In order to read the analog output of the pH and EC sensor, the Raspberry Pi 4 needs an ADC. We have chosen the [ADS1015](https://www.adafruit.com/product/1083) which uses I2C to read different signal…
-
Hi,
I have just discovered a problem in the use of the ADS1115 connected Wire0 of the RP2040.
The 3 addresses work correctly except 0x4B which is Busy.
Initially the assembly and the program was fu…
f5exo updated
2 years ago
-
### Board
ESP32-S3
### Device Description
DevKitC
### Hardware Configuration
Nothing attached
### Version
latest master (checkout manually)
### IDE Name
PlatformIO
### Operating System
Wind…
-
requestADC(0); should have 0 as default, so it is slightly simpler for 1 channel devices,
- ADS1013
- ADS1014
- ADS1113
- ADS1114
Other functions should be checked.
triggered by issue https…
-
Hi.
I am trying to use the ADS1115 sensor in Python using the Python library:
[https://github.com/adafruit/Adafruit_Python_ADS1x15/](https://github.com/adafruit/Adafruit_Python_ADS1x15/ )
One …
-
I am working on a time sensitive measurement, which requires a fast sampling time (< 10 ms). During my testing with the ESP32 and the ADS1115 in continuous mode according to the "continuous_4_channels…
regcs updated
2 years ago
-
ADS1115:
There is no function, but the define for differential reading channel 0 and 3 respectively channel 1 and 3.
This is a good feature, when your reference of the channels is not 0 Volt and you…